com.togethersoft.openapi.ide.inspector
Interface IdeInspectorComponent.Options
- public static interface IdeInspectorComponent.Options
This interface contains some constants used as keys of the component
configuration options. Configuration options can be set by method
setValue (String key, Object value) and obtained by
method getValue(String key).
- Since: Together 5.0
| Field Summary |
final static String | FORCED_UPDATE This option is used when it is necessary to update component every
time when inspector updates. |
final static String | NEEDS_UPDATE This option is used when it is necessary to update component when it
becomes active next time. |
FORCED_UPDATE
public final static String FORCED_UPDATE
- This option is used when it is necessary to update component every
time when inspector updates. An effective value is
Boolean.TRUE.
NEEDS_UPDATE
public final static String NEEDS_UPDATE
- This option is used when it is necessary to update component when it
becomes active next time. An effective value is
Boolean.TRUE.
to Class java.lang.String- This option is used when it is necessary to update component every
time when inspector updates. An effective value is
Boolean.TRUE.
to Class java.lang.String
- This option is used when it is necessary to update component when it
becomes active next time. An effective value is
Boolean.TRUE.