KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > synth > SynthContext

javax.swing.plaf.synth
Class SynthContext

java.lang.Object
  extended by javax.swing.plaf.synth.SynthContext
See Also:
Source Code

public JComponent getComponent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getComponentState()
See Also:
SynthConstants
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Region getRegion()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SynthStyle getStyle()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SynthContext(JComponent component,
                    Region region,
                    SynthStyle style,
                    int state)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags