Package com.iizigo

Class EditorStyleRange


  • public class EditorStyleRange
    extends java.lang.Object
    Style ranges used in Editors.
    Author:
    Christopher Mindus
    • Constructor Detail

      • EditorStyleRange

        public EditorStyleRange()
    • Method Detail

      • createStyleRange

        public static org.eclipse.swt.custom.StyleRange createStyleRange​(int item)
        Gets an new instance of the style range.
        Parameters:
        item - The item requested, one of SR_* constants.
        Returns:
        A new StyleRange.