|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Editor | |
|---|---|
| com.cosylab.gui.components.customizer | |
| de.desy.acop.chart | |
| Uses of Editor in com.cosylab.gui.components.customizer |
|---|
| Classes in com.cosylab.gui.components.customizer that implement Editor | |
|---|---|
class |
CustomizerEditor
A bridge between java.bean.Customizer and Cosy style Customizers. |
class |
DefaultEditor
Default implementation of the Editor interface. |
class |
EditorChooser
EditorChooser is convenience implementation, which trys to find
one active editor form list of available editorList. |
| Methods in com.cosylab.gui.components.customizer that return Editor | |
|---|---|
Editor |
EditorChooser.getActiveEditor()
Returns active editor. |
Editor |
Customizer.getEditor(java.lang.Class type)
Deprecated. Returns a live editor instance for the specified type, if it is registered in pair with any of aspects. |
Editor |
Customizer.getEditor(java.lang.String aspect)
Deprecated. Returns a live editor instance for the specified aspect. |
Editor[] |
EditorChooser.getEditors()
Returns list of all registered editors. |
| Methods in com.cosylab.gui.components.customizer with parameters of type Editor | |
|---|---|
void |
DefaultEditor.addCustomEditor(java.lang.String aspect,
Editor editor)
Overrides the current editor for the specified aspect with the editor specified. |
void |
CustomizerEditor.addCustomEditor(java.lang.String aspect,
Editor editor)
Overrides the current editor for the specified aspect with the editor specified. |
void |
EditorChooser.addEditor(Editor editor)
Adds editor to the list of available editorList. |
void |
EditorChooser.removeEditor(Editor editor)
Removes provided editor from this list. |
| Uses of Editor in de.desy.acop.chart |
|---|
| Classes in de.desy.acop.chart that implement Editor | |
|---|---|
class |
AcopEditor
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||