| Package | Description |
|---|---|
| org.carewebframework.shell.designer | |
| org.carewebframework.shell.property |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyEditorAction
Editor for actions.
|
class |
PropertyEditorBoolean
Editor for boolean values.
|
class |
PropertyEditorChoiceList
Editor for choice lists.
|
class |
PropertyEditorColor
Property editor for color properties.
|
class |
PropertyEditorCustom
Allows registration of custom editors for complex property types.
|
class |
PropertyEditorCustomTree<T extends ElementBase>
Abstract class for implementing a custom property editor based on a tree view display of child
elements that can be manipulated and whose properties may be edited.
|
class |
PropertyEditorDate
Editor for dates.
|
class |
PropertyEditorDouble
Editor for double values.
|
class |
PropertyEditorEnum
Editor for enumerable types (enums and iterables).
|
class |
PropertyEditorIcon
Property editor for icon properties.
|
class |
PropertyEditorInteger
Editor for integer values.
|
class |
PropertyEditorList
Base class for component-based property editors.
|
class |
PropertyEditorMenubar
Property editor for managing menus.
|
class |
PropertyEditorOrderedChildren
Property editor for managing a component with ordered children.
|
class |
PropertyEditorSplitterView
Property editor for managing splitter panes.
|
class |
PropertyEditorStepView
Property editor for step view.
|
class |
PropertyEditorTabView
Property editor for managing tabs.
|
class |
PropertyEditorText
Editor for simple text.
|
class |
PropertyEditorTreeView
Property editor for managing tree nodes.
|
class |
PropertyEditorTriggers
Property editor for managing triggers.
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyEditorBase<?> |
PropertyGrid.addPropertyEditor(PropertyInfo propInfo,
boolean append)
Adds a property editor to the grid for the specified property definition.
|
PropertyEditorBase<?> |
PropertyGrid.findEditor(String propName,
boolean select)
Returns the editor associated with the named property, or null if none found.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyEditorBase.compareTo(PropertyEditorBase<T> o) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends PropertyEditorBase<?>> |
PropertyType.getEditorClass()
Returns the class of the associated property editor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTypeRegistry.add(String typeName,
PropertySerializer<?> serializer,
Class<? extends PropertyEditorBase<?>> editorClass)
Registers a property type.
|
static void |
PropertyTypeRegistry.register(String typeName,
Class<? extends PropertyEditorBase<?>> editorClass)
Registers a property type.
|
static void |
PropertyTypeRegistry.register(String typeName,
PropertySerializer<?> serializer,
Class<? extends PropertyEditorBase<?>> editorClass)
Registers a property type.
|
| Constructor and Description |
|---|
PropertyType(String typeName,
PropertySerializer<?> serializer,
Class<? extends PropertyEditorBase<?>> editorClass)
Creates a property type with the specified attributes.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.