org.fxmisc.richtext.model.TextOpsBase Maven / Gradle / Ivy
package org.fxmisc.richtext.model;
/**
* Base class for a {@link TextOps} implementation that uses a text-based segment
*
* @param the type of segment
* @param the type of segment style
*/
public abstract class TextOpsBase extends SegmentOpsBase implements TextOps {
TextOpsBase(SEG empty) {
super(empty);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy