|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.view.View
oracle.ide.ceditor.CodeEditorGutterView
public class CodeEditorGutterView
The CodeEditorGutter has its own view in order to support the context menu properly. Otherwise, it makes it more cumbersome to have clients who want to display their menu items in the gutter context menu. So the gutter will be a "child" view of the code editor. However, you won't be able to close/activate/deactivate the gutter view, since it will never be the active view.
| Field Summary |
|---|
| Fields inherited from class oracle.ide.view.View |
|---|
EMPTY_SELECTION, PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP |
| Method Summary | |
|---|---|
Context |
getContext(java.util.EventObject event)
|
ContextMenu |
getContextMenu()
|
Controller |
getController()
Get the Controller associated with this view. |
java.awt.Component |
getGUI()
|
HelpInfo |
getHelpInfo()
|
boolean |
isVisible()
|
protected java.lang.String |
newId()
Generates a unique view ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Controller getController()
ControllerProviderController associated with this view.
getController in interface ControllerProvidergetController in class Viewpublic boolean isVisible()
isVisible in class Viewpublic java.awt.Component getGUI()
getGUI in class Viewpublic 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()
View
newId in class Viewpublic HelpInfo getHelpInfo()
getHelpInfo in interface HelpablegetHelpInfo in class View
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||