agg.attribute.gui
Interface AttrTupleEditor

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

public interface AttrTupleEditor
extends AttrEditor


Method Summary
 AttrTuple getTuple()
           
 AttrViewSetting getViewSetting()
           
 void setTuple(AttrTuple anAttrTuple)
           
 void setViewSetting(AttrViewSetting anAttrViewSetting)
           
 
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

setTuple

void setTuple(AttrTuple anAttrTuple)

getTuple

AttrTuple getTuple()

setViewSetting

void setViewSetting(AttrViewSetting anAttrViewSetting)

getViewSetting

AttrViewSetting getViewSetting()