DESY ACOP Beans Home

de.desy.acop.chart
Class AcopEditor

java.lang.Object
  extended by com.cosylab.gui.components.customizer.DefaultEditor
      extended by de.desy.acop.chart.AcopEditor
All Implemented Interfaces:
Editor

public final class AcopEditor
extends DefaultEditor

Author:
ikriznar

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

ASPECTS

public static java.lang.String[] ASPECTS
Constructor Detail

AcopEditor

public AcopEditor()
Method Detail

getDefaultProperties

public java.lang.String[] getDefaultProperties(java.lang.String aspect)
Description copied from class: 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.

Overrides:
getDefaultProperties in class DefaultEditor
Parameters:
aspect - the aspect of the displayer to be edited with generic proeprty table
Returns:
array of names of properties to be edited with the proeprty table in the specified aspect


Copyright © 2010. All Rights Reserved.