Uses of Class
org.gnu.gtk.StateType

Packages that use StateType
org.gnu.gtk   
 

Uses of StateType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as StateType
static StateType StateType.NORMAL
           
static StateType StateType.ACTIVE
           
static StateType StateType.PRELIGHT
           
static StateType StateType.SELECTED
           
static StateType StateType.INSENSITIVE
           
 

Methods in org.gnu.gtk that return StateType
static StateType StateType.intern(int value)
           
 StateType StateType.or(StateType other)
           
 StateType StateType.and(StateType other)
           
 StateType StateType.xor(StateType other)
           
 StateType IconSource.getState()
          Return the icon state.
 

Methods in org.gnu.gtk with parameters of type StateType
 void Widget.setForegroundColor(StateType state, Color color)
          Sets the foreground color for a widget in a particular state.
 void Widget.setBackgroundColor(StateType state, Color color)
          Sets the background color for a widget in a particular state.
 void Widget.setTextColor(StateType state, Color color)
          Sets the text color for a widget in a particilar state.
 void Widget.setBaseColor(StateType state, Color color)
          Sets the base color used for a widget in a particular state.
 StateType StateType.or(StateType other)
           
 StateType StateType.and(StateType other)
           
 StateType StateType.xor(StateType other)
           
 boolean StateType.test(StateType other)
           
 void IconSource.setState(StateType state)
          Set the icon state.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net