Package org.graffiti.plugin.editcomponent
-
Interface Summary Interface Description NeedEditComponents ValueEditComponent A generic extension of ajavax.swing.JComponentwhich allows editing of Attributes. -
Class Summary Class Description AbstractDialogableEditComponent AbstractDialogableEditComponentprovides some default extensions of theAbstractValueEditComponentfor those instances ofValueEditComponentwhich offer an arbitrary dialog for specifying the corresponding attribute value.AbstractValueEditComponent The classAbstractValueEditComponentprovides some generic implementation forValueEditComponents.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 NumberEditComponentprovides 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.