|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of event ID constants
Field Summary | |
---|---|
static String |
copyright
|
static int |
EVENT_ADD
The event is a resource add. |
static int |
EVENT_ADD_FILTER_REFERENCE
The event is specifically a filter reference add (filter added) |
static int |
EVENT_ADD_FILTERSTRING_REFERENCE
The event is specifically a filter string reference add (filterstring added) |
static int |
EVENT_ADD_MANY
The event is a multi-resource add. |
static int |
EVENT_ADD_RELATIVE
The event is a resource add. |
static int |
EVENT_CHANGE_CHILDREN
The event is a generic notification that the children have changed and must be refreshed. |
static int |
EVENT_CHANGE_FILTER_REFERENCE
The event is specifically a filter reference change (filter strings changes) |
static int |
EVENT_CHANGE_FILTERSTRING_REFERENCE
The event is specifically a filter string reference change (filterstring changed) |
static int |
EVENT_COLLAPSE_ALL
The event is a full collapse of the RSE tree Pass "false" for the src value to prevent the memory flush, else pass any dummy value for the src to prevent crash, but it is ignored |
static int |
EVENT_COLLAPSE_SELECTED
The event is a collapse of the selected elements in the tree Pass any dummy value for the src to prevent crash, but it is ignored |
static int |
EVENT_COMMAND_FINISHED
Deprecated. use EVENT_COMMAND_SHELL_FINISHED |
static int |
EVENT_COMMAND_HISTORY_UPDATE
The event is to update the command history drop-down in the Commands view |
static int |
EVENT_COMMAND_MESSAGE
The event is to log a message from a command that has been run |
static int |
EVENT_COMMAND_RUN
The event is to log a command that has been run |
static int |
EVENT_COMMAND_SHELL_FINISHED
The event is to update the commands view when a command is finished |
static int |
EVENT_COMMAND_SHELL_REMOVED
|
static int |
EVENT_COMPILE_COMMAND_RUN
The event is to log a command that has been run |
static int |
EVENT_DELETE
The event is a single resource deletion. |
static int |
EVENT_DELETE_FILTER_REFERENCE
The event is specifically a filter reference delete (filter deleted) |
static int |
EVENT_DELETE_FILTERSTRING_REFERENCE
The event is specifically a filter string reference delete (filterstring deleted) |
static int |
EVENT_DELETE_MANY
The event is a multiple resource deletion. |
static int |
EVENT_EXPAND_SELECTED
The event is an expand of the selected elements in the tree Pass any dummy value for the src to prevent crash, but it is ignored |
static int |
EVENT_ICON_CHANGE
The event is an icon change event |
static int |
EVENT_MOVE_FILTER_REFERENCES
The event is specifically a filter reference move (filters reordered) |
static int |
EVENT_MOVE_FILTERSTRING_REFERENCES
The event is specifically a filter string reference move (filterstrings reordered) |
static int |
EVENT_MOVE_MANY
The event is a multiple resource move within the same children set |
static int |
EVENT_MUST_COLLAPSE
The event is a resource property change that invalidates child nodes in the GUI (eg, hostname change means the expanded information should be collapsed) |
static int |
EVENT_PROPERTY_CHANGE
The event is a resource property change. |
static int |
EVENT_PROPERTYSHEET_UPDATE
The event is a request to update the property sheet of whatever is currently selected. |
static int |
EVENT_REFRESH
The event is a full refresh event: all expanded sub-nodes are re-queried for their children, unexpanded nodes lose their children cache. |
static int |
EVENT_REFRESH_REMOTE
The event is refreshes a remote object (has an ISystemViewRemoteElementAdapter) given either the remote object or a string that will match on getAbsoluteName. |
static int |
EVENT_REFRESH_SELECTED
The event is a selection-dependent refresh event: all expanded sub-nodes are re-queried for their children, unexpanded nodes lose their children cache. |
static int |
EVENT_REFRESH_SELECTED_FILTER
The event is a selection-dependent refresh event: from the filter level, all expanded sub-nodes are re-queried for their children, unexpanded nodes lose their children cache. |
static int |
EVENT_REFRESH_SELECTED_PARENT
The event is a selection-dependent refresh event: refreshes the parent of the current selections |
static int |
EVENT_RENAME
The event is a resource rename. |
static int |
EVENT_RENAME_FILTER_REFERENCE
The event is specifically a filter reference rename (filter renamed) |
static int |
EVENT_REPLACE_CHILDREN
The event is to replace the children (similar to EVENT_ADD_MANY), it will expand also |
static int |
EVENT_REVEAL_AND_SELECT
After an add, you wish to expand the parent to reveal and select the new child. |
static int |
EVENT_SEARCH_FINISHED
The event is to update the search view when a search is finished |
static int |
EVENT_SELECT
The event is simply to force selection of the given object. |
static int |
EVENT_SELECT_EXPAND
The event is to both select and expand the given object. |
static int |
EVENT_SELECT_REMOTE
The event is to select a remote object |
static ISystemResourceChangeEvent |
PROPERTYSHEET_UPDATE_EVENT
Predefined event object for a property sheet update. |
Field Detail |
public static final String copyright
public static final int EVENT_ADD_FILTER_REFERENCE
public static final int EVENT_RENAME_FILTER_REFERENCE
public static final int EVENT_DELETE_FILTER_REFERENCE
public static final int EVENT_CHANGE_FILTER_REFERENCE
public static final int EVENT_MOVE_FILTER_REFERENCES
public static final int EVENT_ADD_FILTERSTRING_REFERENCE
public static final int EVENT_DELETE_FILTERSTRING_REFERENCE
public static final int EVENT_CHANGE_FILTERSTRING_REFERENCE
public static final int EVENT_MOVE_FILTERSTRING_REFERENCES
public static final int EVENT_ADD
public static final int EVENT_ADD_MANY
public static final int EVENT_ADD_RELATIVE
public static final int EVENT_REVEAL_AND_SELECT
public static final int EVENT_DELETE
public static final int EVENT_DELETE_MANY
public static final int EVENT_RENAME
public static final int EVENT_MOVE_MANY
public static final int EVENT_ICON_CHANGE
public static final int EVENT_REFRESH
public static final int EVENT_REFRESH_SELECTED
public static final int EVENT_REFRESH_SELECTED_PARENT
public static final int EVENT_REFRESH_SELECTED_FILTER
public static final int EVENT_REFRESH_REMOTE
You can optionally pass a child remote object, or string, or vector of objects or strings, in the parent parameter, and it/they will be selected after the refresh. If it a string then it must be the result of getAbsoluteName on the adapter.
public static final int EVENT_PROPERTY_CHANGE
public static final int EVENT_PROPERTYSHEET_UPDATE
public static final int EVENT_MUST_COLLAPSE
public static final int EVENT_COLLAPSE_ALL
public static final int EVENT_COLLAPSE_SELECTED
public static final int EVENT_EXPAND_SELECTED
public static final int EVENT_CHANGE_CHILDREN
public static final int EVENT_SELECT
public static final int EVENT_SELECT_REMOTE
public static final int EVENT_SELECT_EXPAND
public static final int EVENT_COMMAND_RUN
public static final int EVENT_COMMAND_MESSAGE
public static final int EVENT_REPLACE_CHILDREN
public static final int EVENT_COMPILE_COMMAND_RUN
public static final int EVENT_COMMAND_HISTORY_UPDATE
public static final int EVENT_COMMAND_FINISHED
public static final int EVENT_COMMAND_SHELL_FINISHED
public static final int EVENT_COMMAND_SHELL_REMOVED
public static final int EVENT_SEARCH_FINISHED
public static final ISystemResourceChangeEvent PROPERTYSHEET_UPDATE_EVENT
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |