agg.attribute.gui
Interface AttrEditorManager


public interface AttrEditorManager


Method Summary
 agg.attribute.handler.gui.HandlerEditorManager getHandlerEditorManager()
           
 agg.attribute.gui.impl.InputParameterEditor getInputParameterEditor(AttrManager m)
           
 AttrTupleEditor getSmallEditorForInstance(AttrManager m, AttrViewSetting v, AttrInstance inst)
           
 AttrTopEditor getTopEditor(AttrManager m, AttrViewSetting v)
           
 

Method Detail

getTopEditor

AttrTopEditor getTopEditor(AttrManager m,
                           AttrViewSetting v)

getSmallEditorForInstance

AttrTupleEditor getSmallEditorForInstance(AttrManager m,
                                          AttrViewSetting v,
                                          AttrInstance inst)

getHandlerEditorManager

agg.attribute.handler.gui.HandlerEditorManager getHandlerEditorManager()

getInputParameterEditor

agg.attribute.gui.impl.InputParameterEditor getInputParameterEditor(AttrManager m)