All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fxmisc.richtext.model.TextOpsBase Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy