Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.editor.gutter.LineGutterPlugin.Column.Mark

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 Gutter associated 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._marksList
          The list of marks for this column.
protected static java.util.List<LineGutterPlugin.Column.Mark> LineGutterPlugin._scratchList
          The 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
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.