|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CustomAttributeEditorEnvironment | |
| com.tensegrity.generic.attribute | Contains interfaces that define the attribute framework and its associated exceptions. |
| com.tensegrity.gui.swing.customattribute | This package demonstrates how to implement a CustomAttribute. |
| Uses of CustomAttributeEditorEnvironment in com.tensegrity.generic.attribute |
| Methods in com.tensegrity.generic.attribute with parameters of type CustomAttributeEditorEnvironment | |
java.lang.Object |
CustomAttributeEditor.getComponent(CustomAttributeEditorEnvironment environment)
All those editors which return false in the
isStandalone method *must* return a valid instance of a
Component here to let the AttributeTable layout it as an
in-place editor. |
void |
CustomAttributeEditor.showEditor(CustomAttributeEditorEnvironment environment)
This method will be invoked to initiate the editing process. |
| Uses of CustomAttributeEditorEnvironment in com.tensegrity.gui.swing.customattribute |
| Methods in com.tensegrity.gui.swing.customattribute with parameters of type CustomAttributeEditorEnvironment | |
java.lang.Object |
DirectoryLocationEditor.getComponent(CustomAttributeEditorEnvironment environment)
As a FileEditor we do not return a Component for inplace editing, rather rely on our own implementation, which bases on the JFileChooser. |
void |
DirectoryLocationEditor.showEditor(CustomAttributeEditorEnvironment environment)
|
java.lang.Object |
ItemListAttributeEditor.getComponent(CustomAttributeEditorEnvironment environment)
|
void |
ItemListAttributeEditor.showEditor(CustomAttributeEditorEnvironment environment)
|
java.lang.Object |
CompositeTableSpanEditor.getComponent(CustomAttributeEditorEnvironment environment)
|
void |
CompositeTableSpanEditor.showEditor(CustomAttributeEditorEnvironment environment)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||