agg.attribute.gui
Interface AttrContextEditor

All Superinterfaces:
AttrEditor, java.beans.PropertyEditor
All Known Subinterfaces:
AttrTopEditor

public interface AttrContextEditor
extends AttrEditor


Method Summary
 AttrContext getContext()
           
 void setContext(AttrContext anAttrContext)
           
 
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

setContext

void setContext(AttrContext anAttrContext)

getContext

AttrContext getContext()