Skip navigation links 
 
oracle.ide.ceditor
Class CodeEditorGutter.GutterView
java.lang.Object
  
oracle.ide.view.View
      
oracle.ide.ceditor.CodeEditorGutter.GutterView
- All Implemented Interfaces:
 
- ControllerProvider, Helpable
 
- Enclosing class:
 
- CodeEditorGutter
 
- 
public final class CodeEditorGutter.GutterView
 
- extends View
 
 
 
  
 
 
| Methods inherited from class oracle.ide.view.View | 
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, updateVisibleActions | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
getController
public Controller getController()
- Description copied from interface: 
ControllerProvider 
- Get the 
Controller associated with this view. 
- 
- Specified by:
 
getController in interface ControllerProvider 
- Overrides:
 
getController in class View 
 
- 
- Returns:
 
- the Controller associated with this view.
 
 
isVisible
public boolean isVisible()
- 
- Overrides:
 
isVisible in class View 
 
getGUI
public java.awt.Component getGUI()
- 
- Specified by:
 
getGUI in class View 
 
- 
- Returns:
 
- the root graphical user interface component.
 
 
getContext
public Context getContext(java.util.EventObject event)
- 
- Overrides:
 
getContext in class View 
 
- 
- Parameters:
 
event - event associated with the context. 
- Returns:
 
- the current view context for the given event.
 
 
getContextMenu
public ContextMenu getContextMenu()
- 
- Overrides:
 
getContextMenu in class View 
 
- 
- Returns:
 
- the 
ContextMenu, if any. 
 
newId
protected java.lang.String newId()
- Description copied from class: 
View 
- Generates a unique view ID. The default view ID is UnknownView{N}, where {N} is a unique integer value. Subclasses should override this method to return a more meaningful view ID.
 
- 
- Overrides:
 
newId in class View 
 
getHelpInfo
public HelpInfo getHelpInfo()
- 
- Specified by:
 
getHelpInfo in interface Helpable 
- Overrides:
 
getHelpInfo in class View 
 
Skip navigation links 
 
Copyright © 1997, 2013, Oracle. All rights reserved.