Package org.graffiti.plugin.editcomponent
-
Interface Summary Interface Description NeedEditComponents ValueEditComponent A generic extension of ajavax.swing.JComponent
which allows editing of Attributes. -
Class Summary Class Description AbstractDialogableEditComponent AbstractDialogableEditComponent
provides some default extensions of theAbstractValueEditComponent
for those instances ofValueEditComponent
which offer an arbitrary dialog for specifying the corresponding attribute value.AbstractValueEditComponent The classAbstractValueEditComponent
provides some generic implementation forValueEditComponent
s.ComboBoxEditComponent Displays a combo box to let the user choose from several possibilities.EdgeEditComponent This class provides an edit component for selecting a single edge.GraphComponentEditComponent This class provides an edit component for parts of a graph.JComponentParameterEditor NodeEditComponent This class provides an edit component for selecting a single node.NumberEditComponent NumberEditComponent
provides an abstract implementation for editing numerical attributes.SingleGraphElementEditComponent This class provides an edit component for graph elements.SpinnerEditComponent AnEditComponent
, displaying values in a JSpinner-manner.StandardValueEditComponent DOCUMENT ME!ValueEditComponentAdapter Provides an adapter class implementing all listener methods.