Modifiers | Name | Description |
---|---|---|
static java.lang.String |
TITLE_PROPERTY |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
activate(EditorLocation<T> location) |
|
void |
addLocationListener(EditorLocationListener<T> listener) |
|
boolean |
deactivate() |
|
javax.swing.JComponent |
getComponent() |
|
T |
getDocument() |
|
Editor<T> |
getEditor() |
|
EditorLocation<T> |
getEditorLocation() |
|
java.lang.String |
getTitle() |
|
java.lang.String |
getViewId() |
|
void |
release() |
|
void |
removeLocationListener(EditorLocationListener<T> listener) |
|
void |
requestFocus() |
|
void |
setDocument(T document) |
|
void |
setEditable(boolean enabled) |
|
void |
setLocation(EditorLocation<T> location) |
Methods inherited from class | Name |
---|---|
interface EditorLocationListener |
locationChanged |
interface PropertyChangeNotifier |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |