| 
 | 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 LineGutterPlugin.Column.Mark | |
|---|---|
| oracle.javatools.editor.gutter | The Line Gutter package is a subset of the Editor package, and contains API for working with a Gutterassociated with an editor pane. | 
| Uses of LineGutterPlugin.Column.Mark in oracle.javatools.editor.gutter | 
|---|
| Fields in oracle.javatools.editor.gutter with type parameters of type LineGutterPlugin.Column.Mark | |
|---|---|
| protected  java.util.List<LineGutterPlugin.Column.Mark> | LineGutterPlugin.Column._marksListThe list of marks for this column. | 
| protected static java.util.List<LineGutterPlugin.Column.Mark> | LineGutterPlugin._scratchListThe scratch list we use for painting, calculating, and so on. | 
| Methods in oracle.javatools.editor.gutter that return types with arguments of type LineGutterPlugin.Column.Mark | |
|---|---|
| protected static java.util.List<LineGutterPlugin.Column.Mark> | LineGutterPlugin.allocateScratchList()Utility routine to get a shared scratch list. | 
| Method parameters in oracle.javatools.editor.gutter with type arguments of type LineGutterPlugin.Column.Mark | |
|---|---|
| protected static void | LineGutterPlugin.freeScratchList(java.util.List<LineGutterPlugin.Column.Mark> listToFree)Utility routine to free the shared scratch list. | 
| protected  void | LineGutterPlugin.Column.getAllMarks(java.util.Collection<LineGutterPlugin.Column.Mark> collection)Fetch all the marks in this column, adding it to the specified collection. | 
| protected  void | LineGutterPlugin.Column.getMarks(java.util.Collection<LineGutterPlugin.Column.Mark> collection, int line)Fetch all the marks in this column that are on the given line, adding it to the specified collection. | 
|  void | LineGutterPlugin.getMarksOnLine(java.util.Collection<LineGutterPlugin.Column.Mark> collection, int line)Utility routine to get all of the marks for a given line, sorting them by mark order. | 
| 
 | 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 | |||||||||