|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CustomAttributeEditor | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.generic.attribute | Contains interfaces that define the attribute framework and its associated exceptions. |
| com.tensegrity.generic.attribute.customattribute | |
| com.tensegrity.gui.swing.customattribute | This package demonstrates how to implement a CustomAttribute. |
| Uses of CustomAttributeEditor in com.tensegrity.composite |
| Methods in com.tensegrity.composite with parameters of type CustomAttributeEditor | |
void |
CompositeTable.setCustomSpanAttributeEditor(CustomAttributeEditor customEditor)
Sets a custom editor for a CompositeTableSpan when edited
in the AttributeTable. |
| Uses of CustomAttributeEditor in com.tensegrity.generic.attribute |
| Methods in com.tensegrity.generic.attribute that return CustomAttributeEditor | |
CustomAttributeEditor |
CustomAttribute.getEditor()
Method getEditor returns an instance of a
CustomAttributeEditor which the
AttributeTree will use to allow users to edit this
attribute. |
| Uses of CustomAttributeEditor in com.tensegrity.generic.attribute.customattribute |
| Methods in com.tensegrity.generic.attribute.customattribute that return CustomAttributeEditor | |
CustomAttributeEditor |
HRefAttribute.getEditor()
|
| Uses of CustomAttributeEditor in com.tensegrity.gui.swing.customattribute |
| Classes in com.tensegrity.gui.swing.customattribute that implement CustomAttributeEditor | |
class |
CompositeTableSpanEditor
An editor for spans of the CompositeTable. |
class |
DirectoryLocationEditor
The DirectoryLocationEditor implementation based on a JFileChooser to let users select a directory destination. |
class |
ItemListAttributeEditor
ItemListAttributeEditor: Editor for ItemListAttributes.
|
| Methods in com.tensegrity.gui.swing.customattribute that return CustomAttributeEditor | |
CustomAttributeEditor |
ItemListAttribute.getEditor()
|
CustomAttributeEditor |
FormatAttribute.getEditor()
|
CustomAttributeEditor |
DirectoryLocationAttribute.getEditor()
Returns an instance of the DirectoryLocationEditor. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||