agg.attribute.gui
Interface AttrEditor

All Superinterfaces:
java.beans.PropertyEditor
All Known Subinterfaces:
AttrContextEditor, AttrCustomizingEditor, AttrTopEditor, AttrTupleEditor

public interface AttrEditor
extends java.beans.PropertyEditor


Method Summary
 AttrManager getAttrManager()
           
 java.awt.Component getComponent()
           
 AttrEditorManager getEditorManager()
           
 void setAttrManager(AttrManager m)
           
 void setEditorManager(AttrEditorManager m)
           
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 

Method Detail

getComponent

java.awt.Component getComponent()

getAttrManager

AttrManager getAttrManager()

setAttrManager

void setAttrManager(AttrManager m)

getEditorManager

AttrEditorManager getEditorManager()

setEditorManager

void setEditorManager(AttrEditorManager m)