Class TextEditor

    • Constructor Detail

      • TextEditor

        public TextEditor()
        Deprecated.
        Creates a new instance of TextEditor
      • TextEditor

        public TextEditor​(boolean tabsAsSpaces)
        Deprecated.
        Creates a new instance of TextEditor
      • TextEditor

        public TextEditor​(boolean tabsAsSpaces,
                          boolean multiLineTab)
        Deprecated.
        Creates a new instance of TextEditor
      • TextEditor

        public TextEditor​(boolean tabsAsSpaces,
                          boolean multiLineTab,
                          boolean unwrapped)
        Deprecated.
        Creates a new instance of TextEditor
    • Method Detail

      • isMultiLineTabbed

        public boolean isMultiLineTabbed()
        Deprecated.
        Whether using the tab key indents the selected lines of code
        Returns:
        true if multiline tabbing is active
      • isOvertypeMode

        public static boolean isOvertypeMode()
        Deprecated.
        Returns:
        true if overtype mode is active, false for insert mode
      • isTabsAsSpaces

        public boolean isTabsAsSpaces()
        Deprecated.
        Returns:
        true if tabs are converted to spaces upon typing
      • isUnwrapped

        public boolean isUnwrapped()
        Deprecated.
        Returns:
        true if text wrapping is disabled
      • setBounds

        public void setBounds​(int x,
                              int y,
                              int width,
                              int height)
        Deprecated.
        Overrides:
        setBounds in class Component
      • isMultiLineTabbed

        public void isMultiLineTabbed​(boolean multiLineTab)
        Deprecated.
        Parameters:
        multiLineTab - the new multiLine tab value
      • isTabsAsSpaces

        public void isTabsAsSpaces​(boolean tabsAsSpaces)
        Deprecated.
        Parameters:
        tabsAsSpaces - whether tabs are converted to spaces
      • setOvertypeMode

        public void setOvertypeMode​(boolean isOvertypeMode)
        Deprecated.
        Set the caret to use depending on overtype/insert mode
        Parameters:
        isOvertypeMode - the new mode; true = overtype
      • setUnwrapped

        public void setUnwrapped​(boolean unwrapped)
        Deprecated.
        Parameters:
        unwrapped - the new unwrapped value