Sharkysoft home

lava.gui
Class ButtonImages.StateSet

java.lang.Object
  |
  +--lava.gui.ButtonImages.StateSet
Enclosing class:
ButtonImages

public static class ButtonImages.StateSet
extends java.lang.Object

Button faces for a single button position.

Details: A ButtonImages.StateSet is a collection of button faces for a button in a single position.

Since:
1999.04.24

Field Summary
 java.awt.Image cold
          Normal appearance.
 java.awt.Image frozen
          Disabled appearance.
 java.awt.Image hot
          Mouseover appearance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hot

public java.awt.Image hot
Mouseover appearance.

Details: hot is the appearance of the button when the mouse is hovering over it.


cold

public java.awt.Image cold
Normal appearance.

Details: cold is the normal appearance of the button, as seen when the mouse is not hovering over it.


frozen

public java.awt.Image frozen
Disabled appearance.

Details: frozen is the appearance of the button when it is disabled.


Sharkysoft home