java.lang.Object
javax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
javax.swing.plaf.synth.SynthLookAndFeel
- All Implemented Interfaces:
- Serializable
- See Also:
NotSerializableException, setStyleFactory(javax.swing.plaf.synth.SynthStyleFactory), SynthStyleFactory, load(java.io.InputStream, java.lang.Class>)
public static ComponentUI createUI(JComponent c)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public UIDefaults getDefaults()
- See Also:
UIManager.setLookAndFeel(javax.swing.LookAndFeel), LookAndFeel.uninitialize(), LookAndFeel.initialize(), BasicLookAndFeel
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getDescription()
- See Also:
- LookAndFeel
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getID()
- See Also:
- LookAndFeel
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getName()
- See Also:
- LookAndFeel
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Region getRegion(JComponent c)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static SynthStyle getStyle(JComponent c,
Region region)- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static SynthStyleFactory getStyleFactory()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void initialize()
- See Also:
UIManager.setLookAndFeel(javax.swing.LookAndFeel), BasicLookAndFeel
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isNativeLookAndFeel()
- See Also:
- LookAndFeel
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isSupportedLookAndFeel()
- See Also:
UIManager.setLookAndFeel(javax.swing.LookAndFeel), LookAndFeel
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void load(InputStream input,
Class<?> resourceBase)
throws ParseException,
IllegalArgumentException- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void setStyleFactory(SynthStyleFactory cache)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean shouldUpdateStyleOnAncestorChanged()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public SynthLookAndFeel()
- See Also:
setStyleFactory(javax.swing.plaf.synth.SynthStyleFactory), load(java.io.InputStream, java.lang.Class>)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void uninitialize()
- See Also:
LookAndFeel.initialize(), BasicLookAndFeel
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void updateStyles(Component c)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples