API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.synth. SynthConstants View Source
Author(s)
Since
1.5
Version
1.8, 11/17/05
Serial
Hierarchy
 SynthConstants
Subinterfaces
Description
public interface SynthConstants
  Constants used by Synth.
See also:   
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic int DEFAULT = "1024"
  Indicates the region is the default.
publicfinalstatic int DISABLED = "8"
Primary state indicating the region is not enabled.
publicfinalstatic int ENABLED = "1"
Primary state indicating the component is enabled.
publicfinalstatic int FOCUSED = "256"
Indicates the region has focus.
publicfinalstatic int MOUSE_OVER = "2"
Primary state indicating the mouse is over the region.
publicfinalstatic int PRESSED = "4"
  Primary state indicating the region is in a pressed state.
publicfinalstatic int SELECTED = "512"
Indicates the region is selected.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar