Package com.pnfsoftware.jeb.client.api
Enum Class Operation
- All Implemented Interfaces:
Serializable,Comparable<Operation>,Constable
Types of UI operations that client views may decide to support.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCenter the active item or location in the view.Clear the current content, selection, or result set.Copy the current selection to the clipboard.Copy the active address to the clipboard.Cut the current selection to the clipboard.Delete the current selection or active item.Extract the current selection or active item to an external destination.Start a search operation.Continue the current search with the next match.Follow the active item.Move to the next item.Move to the previous item.Jump to a location.Move backward in the navigation history.Move forward in the navigation history.Parse data at the active location.Paste clipboard contents at the current insertion point.Display properties for the active item or view.Refresh the active view or object.Request assistance for the active context.Select all selectable elements.Collapse the active tree node.Collapse all nodes in a tree view.Expand the active tree node.Expand all nodes in a tree view.Show or activate a view.Create or open an additional view.Increase the zoom level.Decrease the zoom level.Reset the zoom level. -
Method Summary
-
Enum Constant Details
-
CUT
Cut the current selection to the clipboard. -
COPY
Copy the current selection to the clipboard. -
PASTE
Paste clipboard contents at the current insertion point. -
SELECT_ALL
Select all selectable elements. -
FIND
Start a search operation. -
FIND_NEXT
Continue the current search with the next match. -
DELETE
Delete the current selection or active item. -
CLEAR
Clear the current content, selection, or result set. -
PROPERTIES
Display properties for the active item or view. -
REFRESH
Refresh the active view or object. -
JUMP_TO
Jump to a location. -
ITEM_FOLLOW
Follow the active item. -
ITEM_PREVIOUS
Move to the previous item. -
ITEM_NEXT
Move to the next item. -
NAVIGATE_FORWARD
Move forward in the navigation history. -
NAVIGATE_BACKWARD
Move backward in the navigation history. -
ZOOM_IN
Increase the zoom level. -
ZOOM_OUT
Decrease the zoom level. -
ZOOM_RESET
Reset the zoom level. -
CENTER
Center the active item or location in the view. -
VIEW
Show or activate a view. -
VIEW_NEW
Create or open an additional view. -
PARSE_AT
Parse data at the active location. -
EXTRACT_TO
Extract the current selection or active item to an external destination. -
COPY_ADDRESS
Copy the active address to the clipboard. -
TREE_COLLAPSE_ALL
Collapse all nodes in a tree view. -
TREE_EXPAND_ALL
Expand all nodes in a tree view. -
TREE_COLLAPSE
Collapse the active tree node. -
TREE_EXPAND
Expand the active tree node. -
REQUEST_ASSISTANT
Request assistance for the active context.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
-