|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Gutter | |
|---|---|
| oracle.ide.ceditor | The Code Editor package contains the code editing implementation of the JDeveloper IDE. |
| oracle.javatools.editor.gutter | The Line Gutter package is a subset of the Editor package, and contains API for working with a Gutter associated with an editor pane. |
| Uses of Gutter in oracle.ide.ceditor |
|---|
| Classes in oracle.ide.ceditor that implement Gutter | |
|---|---|
class |
CodeEditorGutterThe CodeEditorGutter interface is an extension of the editor's Gutter interface to integrate with the JDev environment and provide Context information for other Addins. |
| Uses of Gutter in oracle.javatools.editor.gutter |
|---|
| Classes in oracle.javatools.editor.gutter that implement Gutter | |
|---|---|
class |
LineGutterPluginThe LineGutterPlugin is a line gutter which also implements the Gutter interface that provides clients with the ability to add or remove icon marks in the gutter associated with an editor pane. |
| Methods in oracle.javatools.editor.gutter that return Gutter | |
|---|---|
Gutter |
GutterColumn.getGutter()Fetch the Gutter instance that this column is associated with. |
Gutter |
GutterMark.getGutter()Fetches the Gutter that this mark has been created in. |
Gutter |
LineGutterPlugin.Column.getGutter()Fetch the Gutter instance that this column is associated with. |
Gutter |
LineGutterPlugin.Column.Mark.getGutter()Fetches the Gutter that this mark has been created in. |
| Methods in oracle.javatools.editor.gutter with parameters of type Gutter | |
|---|---|
void |
GutterClickListener.lineClicked(Gutter gutter, int clickedLine, java.awt.event.MouseEvent event)Notify listeners that the user clicked in the gutter in the given line. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||