Uses of Class
chooser.BindingChooser.IndentStyle

Packages that use BindingChooser.IndentStyle
chooser   
 

Uses of BindingChooser.IndentStyle in chooser
 

Methods in chooser that return BindingChooser.IndentStyle
static BindingChooser.IndentStyle BindingChooser.IndentStyle.fromString(String str)
          Returns the enum representation of a string.
 BindingChooser.IndentStyle BindingChooser.getIndentStyle()
          Provides the indent style used by the chooser.
static BindingChooser.IndentStyle BindingChooser.IndentStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BindingChooser.IndentStyle[] BindingChooser.IndentStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in chooser with parameters of type BindingChooser.IndentStyle
 void BindingChooser.setIndentStyle(BindingChooser.IndentStyle style)
          Sets content display in the indent field of entries.