com.togethersoft.openapi.ide.inspector
Interface IdeInspectorProperty.Options
- public static interface IdeInspectorProperty.Options
This interface contains some constants used as keys of the property
configuration options. Configuration options can be set by method
setValue (String key, Object value) and obtained by
method getValue(String key).
| Field Summary |
final static String | CRITICAL If this option is set to Boolean.TRUE then option
REBUILD_INSPECTOR_COMMAND will contain valid command
capable of rebuilding of inspector. |
final static String | REBUILD_INSPECTOR_COMMAND This option can contain command which rebuilds the whole
structure of inspector (not only updates data). |
CRITICAL
public final static String CRITICAL
- If this option is set to
Boolean.TRUE then option
REBUILD_INSPECTOR_COMMAND will contain valid command
capable of rebuilding of inspector.
REBUILD_INSPECTOR_COMMAND
public final static String REBUILD_INSPECTOR_COMMAND
- This option can contain command which rebuilds the whole
structure of inspector (not only updates data). It can be used when
it is necessary to construct different UI controls depending on
the value of the property.
Value of this option is instance of Runnable object
and is set internally if property has value
Boolean.TRUE of the option CRITICAL
to Class java.lang.String- If this option is set to
Boolean.TRUE then option
REBUILD_INSPECTOR_COMMAND will contain valid command
capable of rebuilding of inspector.
to Class java.lang.String
- This option can contain command which rebuilds the whole
structure of inspector (not only updates data). It can be used when
it is necessary to construct different UI controls depending on
the value of the property.
Value of this option is instance of Runnable object
and is set internally if property has value
Boolean.TRUE of the option CRITICAL