agg.attribute.gui
Interface AttrTopEditor

All Superinterfaces:
AttrContextEditor, AttrCustomizingEditor, AttrEditor, AttrTupleEditor, java.beans.PropertyEditor

public interface AttrTopEditor
extends AttrContextEditor, AttrTupleEditor, AttrCustomizingEditor

Most comprehensive editor for the attribute component.


Method Summary
 void enableContextEditor(boolean b)
          enables the context editor
 
Methods inherited from interface agg.attribute.gui.AttrContextEditor
getContext, setContext
 
Methods inherited from interface agg.attribute.gui.AttrTupleEditor
getTuple, getViewSetting, setTuple, setViewSetting
 
Methods inherited from interface agg.attribute.gui.AttrEditor
getAttrManager, getComponent, getEditorManager, setAttrManager, setEditorManager
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 

Method Detail

enableContextEditor

void enableContextEditor(boolean b)
enables the context editor