Extension SDK 10.1.2

Uses of Class
oracle.javatools.editor.underline.UnderlineStyle

Packages that use UnderlineStyle
oracle.javatools.editor.underline The Underline package is a subset of the Editor package, and contains API's for creating, mainting, and applying underlines to regions of text in the editor pane. 
 

Uses of UnderlineStyle in oracle.javatools.editor.underline
 

Fields in oracle.javatools.editor.underline declared as UnderlineStyle
protected  UnderlineStyle UnderlinedText.underlineStyle
          The underline style to use for rendering this fragment.
protected  UnderlineStyle UnderlinedLine.underlineStyle
          The underline style to use for rendering this fragment.
 UnderlineStyle UnderlinedFragment.underlineStyle
          The underline style to use for rendering this fragment.
 

Methods in oracle.javatools.editor.underline that return UnderlineStyle
 UnderlineStyle UnderlinedText.getUnderlineStyle()
          Fetches the underline style used for this region of underline.
 UnderlineStyle UnderlinedLine.getUnderlineStyle()
          Fetches the underline style used for this region of underline.
 UnderlineStyle UnderlineRegistry.createStyle(java.lang.String styleName, java.lang.String presentationName, boolean enabled, int priority, java.awt.Color color, int shapeIndex)
          Create a new UnderlineStyle with the given name and attributes.
 UnderlineStyle UnderlineRegistry.lookupStyle(java.lang.String styleName)
          Fetches the style with the given name.
 

Methods in oracle.javatools.editor.underline with parameters of type UnderlineStyle
 UnderlinedText UnderlineLayer.addUnderlinedText(UnderlineStyle style, int startOffset, int endOffset)
          Adds an underline to a run of text using the specified style and offsets.
 UnderlinedLine UnderlineLayer.addUnderlinedLine(UnderlineStyle style, int line)
          Adds an underline across the entire line using the specified style and offsets.
 void UnderlineLayer.changeUnderline(UnderlinedText underlinedText, UnderlineStyle style, int startOffset, int endOffset)
          Moves the underlined run of text to a new location, and changes the underline style used.
 void UnderlineLayer.changeUnderline(UnderlinedLine underlinedLine, UnderlineStyle style, int line)
          Moves the underlined line of text to a new location, and changes the underline style used.
 void UnderlinedFragmentsList.add(UnderlineStyle underlineStyle, int startOffset, int endOffset)
          Adds the given fragment to the list, accounting for priority and offsets so that the list is always sorted in increasing offsets with higher priority underlines displacing lower priority ones.
 

Constructors in oracle.javatools.editor.underline with parameters of type UnderlineStyle
UnderlinedText(UnderlineStyle underlineStyle, OffsetMark startMark, OffsetMark endMark)
          Constructs a new UnderlinedText object
UnderlinedLine(UnderlineStyle underlineStyle, OffsetMark lineStartMark)
          Constructs a new UnderlinedLine object
 


Extension SDK

 

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