JIDE 3.5.15

com.jidesoft.swing
Class SearchableBarIconsFactory.Buttons

java.lang.Object
  extended by com.jidesoft.swing.SearchableBarIconsFactory.Buttons
Enclosing class:
SearchableBarIconsFactory

public static class SearchableBarIconsFactory.Buttons
extends Object


Field Summary
static String CLOSE
           
static String CLOSE_ROLLOVER
           
static String ERROR
           
static String HIGHLIGHTS
           
static String HIGHLIGHTS_DISABLED
           
static String HIGHLIGHTS_ROLLOVER
           
static String HIGHLIGHTS_ROLLOVER_SELECTED
           
static String HIGHLIGHTS_SELECTED
           
static String NEXT
           
static String NEXT_DISABLED
           
static String NEXT_ROLLOVER
           
static String PREVIOUS
           
static String PREVIOUS_DISABLED
           
static String PREVIOUS_ROLLOVER
           
static String REPEAT
           
 
Constructor Summary
SearchableBarIconsFactory.Buttons()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLOSE

public static final String CLOSE
See Also:
Constant Field Values

CLOSE_ROLLOVER

public static final String CLOSE_ROLLOVER
See Also:
Constant Field Values

HIGHLIGHTS

public static final String HIGHLIGHTS
See Also:
Constant Field Values

HIGHLIGHTS_SELECTED

public static final String HIGHLIGHTS_SELECTED
See Also:
Constant Field Values

HIGHLIGHTS_DISABLED

public static final String HIGHLIGHTS_DISABLED
See Also:
Constant Field Values

HIGHLIGHTS_ROLLOVER

public static final String HIGHLIGHTS_ROLLOVER
See Also:
Constant Field Values

HIGHLIGHTS_ROLLOVER_SELECTED

public static final String HIGHLIGHTS_ROLLOVER_SELECTED
See Also:
Constant Field Values

NEXT

public static final String NEXT
See Also:
Constant Field Values

NEXT_ROLLOVER

public static final String NEXT_ROLLOVER
See Also:
Constant Field Values

NEXT_DISABLED

public static final String NEXT_DISABLED
See Also:
Constant Field Values

PREVIOUS

public static final String PREVIOUS
See Also:
Constant Field Values

PREVIOUS_ROLLOVER

public static final String PREVIOUS_ROLLOVER
See Also:
Constant Field Values

PREVIOUS_DISABLED

public static final String PREVIOUS_DISABLED
See Also:
Constant Field Values

ERROR

public static final String ERROR
See Also:
Constant Field Values

REPEAT

public static final String REPEAT
See Also:
Constant Field Values
Constructor Detail

SearchableBarIconsFactory.Buttons

public SearchableBarIconsFactory.Buttons()

JIDE 3.5.15