|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cosylab.gui.components.customizer.DefaultEditor de.desy.acop.chart.AcopEditor
public final class AcopEditor
Field Summary | |
---|---|
static java.lang.String[] |
ASPECTS
|
Constructor Summary | |
---|---|
AcopEditor()
|
Method Summary | |
---|---|
java.lang.String[] |
getDefaultProperties(java.lang.String aspect)
Should return names of properties of a dispalyer to be edited within the sepcified aspect through generic proeprty tables. |
Methods inherited from class com.cosylab.gui.components.customizer.DefaultEditor |
---|
addCustomEditor, applySettings, applyTableProperties, canEdit, getEditorComponent, initializeDefaultPropertiesTable, revertSettings, stopEditing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String[] ASPECTS
Constructor Detail |
---|
public AcopEditor()
Method Detail |
---|
public java.lang.String[] getDefaultProperties(java.lang.String aspect)
DefaultEditor
Should return names of properties of a dispalyer to be edited within the sepcified aspect through generic proeprty tables. This empty implementation however returns null.
Subclasses should override this method to return arrays of
String
names of properties to be edited via property
tables in the specified aspect.
The Strings returned should specify names of qualified JavaBean properties with conventional getter and setter methods.
If a custom editor has been specified for the aspect the result of theis method is ignored as the custom editor is used for editing the aspect instead of generic property table.
getDefaultProperties
in class DefaultEditor
aspect
- the aspect of the displayer to be edited with generic
proeprty table
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |