public abstract class AbstractEditorView
| Constructor and description | 
|---|
| AbstractEditorView
                                (java.lang.String title, Editor<T> editor, java.lang.String viewId) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | boolean | activate(EditorLocation<T> location) | 
|  | void | addLocationListener(EditorLocationListener<T> listener) | 
|  | void | addPropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener) | 
|  | void | addPropertyChangeListener(java.beans.PropertyChangeListener listener) | 
|  | javax.swing.JComponent | buildUI() | 
|  | boolean | deactivate() | 
|  | void | fireLocationChanged(EditorLocation<T> location) | 
|  | javax.swing.JComponent | getComponent() | 
|  | T | getDocument() | 
|  | Editor<T> | getEditor() | 
|  | EditorLocation<T> | getEditorLocation() | 
|  | java.lang.String | getTitle() | 
|  | java.lang.String | getViewId() | 
|  | boolean | isActive() | 
|  | void | locationChanged(EditorLocation<T> location) | 
|  | void | release() | 
|  | void | removeLocationListener(EditorLocationListener<T> listener) | 
|  | void | removePropertyChangeListener(java.beans.PropertyChangeListener listener) | 
|  | void | removePropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener) | 
|  | void | requestFocus() | 
|  | void | setDocument(T xmlDocument) | 
|  | void | setEditable(boolean enabled) | 
|  | void | setLocation(EditorLocation<T> location) | 
|  | void | setTitle(java.lang.String title) | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |