| Modifiers | Name | Description | 
|---|---|---|
| static String | AUTO_INDENT | |
| static String | FIND | |
| static String | FIND_NEXT | |
| static String | FIND_PREVIOUS | |
| static String | REPLACE | 
| Fields inherited from class | Fields | 
|---|---|
| class JTextPane | W3C_LENGTH_UNITS, HONOR_DISPLAY_PROPERTIES, FOCUS_ACCELERATOR_KEY, DEFAULT_KEYMAP, WHEN_FOCUSED, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_WINDOW, UNDEFINED_CONDITION, TOOL_TIP_TEXT_KEY, TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, WIDTH, HEIGHT, PROPERTIES, SOMEBITS, FRAMEBITS, ALLBITS, ERROR, ABORT | 
| Constructor and description | 
|---|
| TextEditor
                                ()Creates a new instance of TextEditor | 
| TextEditor
                                (boolean tabsAsSpaces)Creates a new instance of TextEditor | 
| TextEditor
                                (boolean tabsAsSpaces, boolean multiLineTab)Creates a new instance of TextEditor | 
| TextEditor
                                (boolean tabsAsSpaces, boolean multiLineTab, boolean unwrapped)Creates a new instance of TextEditor | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public void | addNotify() | 
|  | public int | getNumberOfPages() | 
|  | public PageFormat | getPageFormat(int pageIndex) | 
|  | public Printable | getPrintable(int param) | 
|  | public boolean | getScrollableTracksViewportWidth() | 
|  | public boolean | isMultiLineTabbed()Whether using the tab key indents the selected lines of code | 
|  | public void | isMultiLineTabbed(boolean multiLineTab)
 | 
|  | public static boolean | isOvertypeMode()
 | 
|  | public boolean | isTabsAsSpaces()
 | 
|  | public void | isTabsAsSpaces(boolean tabsAsSpaces)
 | 
|  | public boolean | isUnwrapped()
 | 
|  | public void | mouseEntered(MouseEvent me) | 
|  | public void | mouseExited(MouseEvent me) | 
|  | public int | print(Graphics graphics, PageFormat pageFormat, int page) | 
|  | protected void | processKeyEvent(KeyEvent e) | 
|  | public void | removeNotify() | 
|  | public void | replaceSelection(String text) | 
|  | public void | setBounds(int x, int y, int width, int height) | 
|  | public void | setOvertypeMode(boolean isOvertypeMode)Set the caret to use depending on overtype/insert mode | 
|  | public void | setUnwrapped(boolean unwrapped)
 | 
Creates a new instance of TextEditor
Creates a new instance of TextEditor
Creates a new instance of TextEditor
Creates a new instance of TextEditor
Whether using the tab key indents the selected lines of code
multiLineTab -  the new multiLine tab value
tabsAsSpaces -  whether tabs are converted to spaces
Set the caret to use depending on overtype/insert mode
isOvertypeMode -  the new mode; true = overtype
unwrapped -  the new unwrapped valueCopyright © 2003-2024 The Apache Software Foundation. All rights reserved.