# Enum: com.pnfsoftware.jeb.client.api.Operation

Types of UI operations that client views may decide to support.

## Constant: CENTER
Description: Center the active item or location in the view.

## Constant: CLEAR
Description: Clear the current content, selection, or result set.

## Constant: COPY
Description: Copy the current selection to the clipboard.

## Constant: COPY_ADDRESS
Description: Copy the active address to the clipboard.

## Constant: CUT
Description: Cut the current selection to the clipboard.

## Constant: DELETE
Description: Delete the current selection or active item.

## Constant: EXTRACT_TO
Description: Extract the current selection or active item to an external destination.

## Constant: FIND
Description: Start a search operation.

## Constant: FIND_NEXT
Description: Continue the current search with the next match.

## Constant: ITEM_FOLLOW
Description: Follow the active item.

## Constant: ITEM_NEXT
Description: Move to the next item.

## Constant: ITEM_PREVIOUS
Description: Move to the previous item.

## Constant: JUMP_TO
Description: Jump to a location.

## Constant: NAVIGATE_BACKWARD
Description: Move backward in the navigation history.

## Constant: NAVIGATE_FORWARD
Description: Move forward in the navigation history.

## Constant: PARSE_AT
Description: Parse data at the active location.

## Constant: PASTE
Description: Paste clipboard contents at the current insertion point.

## Constant: PROPERTIES
Description: Display properties for the active item or view.

## Constant: REFRESH
Description: Refresh the active view or object.

## Constant: REQUEST_ASSISTANT
Description: Request assistance for the active context.

## Constant: SELECT_ALL
Description: Select all selectable elements.

## Constant: TREE_COLLAPSE
Description: Collapse the active tree node.

## Constant: TREE_COLLAPSE_ALL
Description: Collapse all nodes in a tree view.

## Constant: TREE_EXPAND
Description: Expand the active tree node.

## Constant: TREE_EXPAND_ALL
Description: Expand all nodes in a tree view.

## Constant: VIEW
Description: Show or activate a view.

## Constant: VIEW_NEW
Description: Create or open an additional view.

## Constant: ZOOM_IN
Description: Increase the zoom level.

## Constant: ZOOM_OUT
Description: Decrease the zoom level.

## Constant: ZOOM_RESET
Description: Reset the zoom level.

## Method: toString
- return type: `java.lang.String`


## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.client.api.Operation`


## Static Method: values
- return type: `com.pnfsoftware.jeb.client.api.Operation[]`


