public class CodeEditorGutterView extends View
EMPTY_SELECTION, PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP| Modifier and Type | Method and Description | 
|---|---|
| Context | getContext(java.util.EventObject event) | 
| ContextMenu | getContextMenu() | 
| Controller | getController()Get the  Controllerassociated with this view. | 
| java.awt.Component | getGUI() | 
| HelpInfo | getHelpInfo() | 
| boolean | isVisible() | 
| protected java.lang.String | newId()Generates a unique view ID. | 
activate, addViewListener, addViewSelectionListener, addViewStateListener, close, deactivate, fireViewCollapsed, fireViewExpanded, fireViewSelectionChanged, getContext, getId, getSelection, getSelectionFromUI, getTabName, getToolbar, getViewWithoutDecoration, loadLayout, loadManifestToolbar, loadManifestToolbar, owner, removeViewListener, removeViewSelectionListener, removeViewStateListener, saveLayout, scheduleUpdateSelection, setId, setOwner, setToolbarVisible, show, toString, updateSelection, updateSelectionImpl, updateTitle, updateToolbarActions, updateVisibleActions, updateVisibleActionspublic Controller getController()
ControllerProviderController associated with this view.getController in interface ControllerProvidergetController in class Viewpublic java.awt.Component getGUI()
public Context getContext(java.util.EventObject event)
getContext in class Viewevent - event associated with the context.public ContextMenu getContextMenu()
getContextMenu in class ViewContextMenu, if any.protected java.lang.String newId()
Viewpublic HelpInfo getHelpInfo()
getHelpInfo in interface HelpablegetHelpInfo in class View