Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
org.fife.ui.rtextarea |
A single-font text editor with many custom features.
|
Modifier and Type | Class and Description |
---|---|
class |
RSyntaxTextAreaUI
UI used by
RSyntaxTextArea . |
Modifier and Type | Method and Description |
---|---|
protected RTextAreaUI |
RSyntaxTextArea.createRTextAreaUI()
Returns the a real UI to install on this text area.
|
Modifier and Type | Method and Description |
---|---|
protected RTextAreaUI |
RTextArea.createRTextAreaUI()
Returns the a real UI to install on this text area.
|
protected abstract RTextAreaUI |
RTextAreaBase.createRTextAreaUI()
Returns the a real UI to install on this text component.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RTextAreaBase.setRTextAreaUI(RTextAreaUI ui)
Sets the UI for this
RTextArea . |
Copyright © 2003–2015. All rights reserved.