public final class AcopEditor
extends com.cosylab.gui.components.customizer.DefaultEditor
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
ASPECTS |
Constructor and Description |
---|
AcopEditor() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String[] getDefaultProperties(java.lang.String aspect)
com.cosylab.gui.components.customizer.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 com.cosylab.gui.components.customizer.DefaultEditor
aspect
- the aspect of the displayer to be edited with generic
proeprty table