Uses of Class
fipaos.util.objecteditor.ObjectEditorComponent

Packages that use ObjectEditorComponent
fipaos.util.objecteditor 
fipaos.util.objecteditor.primitive 

Uses of ObjectEditorComponent in fipaos.util.objecteditor
 

Classes in fipaos.util.objecteditor that implement ObjectEditorComponent
class ComplexEditorPanel
          This is a panel to allow editing of complex types (i.e.
class ObjectEditorComponentDialog
          Dialog that wraps an ObjectEditorComponentDialog
 

Methods in fipaos.util.objecteditor that return ObjectEditorComponent
static ObjectEditorComponentObjectEditorComponentFactory.getComponent(DynamicClass.Property property)
          Generate a JPanel sub-class which implements the ObjectEditorComponent interface for the given Property
static ObjectEditorComponentObjectEditorComponentFactory.getComponent(Object obj)
          Generate a JPanel sub-class which implements the ObjectEditorComponent interface for the given Object
static ObjectEditorComponentObjectEditorComponentFactory.getDialog(java.awt.Frame parent, DynamicClass.Property property)
          Generate a JDialog sub-class which implements the ObjectEditorComponent interface for the given Property
static ObjectEditorComponentObjectEditorComponentFactory.getDialog(java.awt.Frame parent, Object obj)
          Generate a JDialog sub-class which implements the ObjectEditorComponent interface for the given Object
 

Uses of ObjectEditorComponent in fipaos.util.objecteditor.primitive
 

Classes in fipaos.util.objecteditor.primitive that implement ObjectEditorComponent
class BooleanEditorPanel
          
class CollectionEditorPanel
          Super-class for collection-specific sub-classes to extend with parsing and modification code
class ConstrainedChoicePanel
          Panel to allow the selection of values for a property which can only take a constrained set of values
class NumberEditorPanel
          Super-class for number-primitive specific sub-classes to extend with parsing code
class StringEditorPanel