Uses of Class
org.fife.ui.rtextarea.CaretStyle

Packages that use CaretStyle
org.fife.ui.rtextarea A single-font text editor with many custom features. 
 

Uses of CaretStyle in org.fife.ui.rtextarea
 

Methods in org.fife.ui.rtextarea that return CaretStyle
 CaretStyle ConfigurableCaret.getStyle()
          Gets the current style of this caret.
static CaretStyle CaretStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CaretStyle[] CaretStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.fife.ui.rtextarea with parameters of type CaretStyle
 void RTextArea.setCaretStyle(int mode, CaretStyle style)
          Sets the style of caret used when in insert or overwrite mode.
 void ConfigurableCaret.setStyle(CaretStyle style)
          Sets the style used when painting the caret.
 

Constructors in org.fife.ui.rtextarea with parameters of type CaretStyle
ConfigurableCaret(CaretStyle style)
          Constructs a new ConfigurableCaret.
 



Copyright © 2003–2014. All rights reserved.