KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > LookAndFeel

javax.swing
Class LookAndFeel

java.lang.Object
  extended by javax.swing.LookAndFeel
Direct Known Subclasses:
BasicLookAndFeel, MultiLookAndFeel
See Also:
Top Examples, Source Code

public UIDefaults getDefaults()
See Also:
UIManager.setLookAndFeel(javax.swing.LookAndFeel), uninitialize(), initialize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String getDescription()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Object getDesktopPropertyValue(String systemPropertyName,
                                             Object fallbackValue)
See Also:
Toolkit.getDesktopProperty(java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Icon getDisabledIcon(JComponent component,
                            Icon icon)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Icon getDisabledSelectedIcon(JComponent component,
                                    Icon icon)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String getID()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getSupportsWindowDecorations()
See Also:
JRootPane.setWindowDecorationStyle(int), JFrame.setDefaultLookAndFeelDecorated(boolean), JDialog.setDefaultLookAndFeelDecorated(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void initialize()
See Also:
UIManager.setLookAndFeel(javax.swing.LookAndFeel)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void installBorder(JComponent c,
                                 String defaultBorderName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void installColors(JComponent c,
                                 String defaultBgName,
                                 String defaultFgName)
See Also:
UIManager.getColor(java.lang.Object), installColorsAndFont(javax.swing.JComponent, java.lang.String, java.lang.String, java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void installColorsAndFont(JComponent c,
                                        String defaultBgName,
                                        String defaultFgName,
                                        String defaultFontName)
See Also:
UIManager.getFont(java.lang.Object), UIManager.getColor(java.lang.Object), installColors(javax.swing.JComponent, java.lang.String, java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void installProperty(JComponent c,
                                   String propertyName,
                                   Object propertyValue)
See Also:
NullPointerException, ClassCastException, IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean isNativeLookAndFeel()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean isSupportedLookAndFeel()
See Also:
UIManager.setLookAndFeel(javax.swing.LookAndFeel)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void loadKeyBindings(InputMap retMap,
                                   Object[] keys)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static ComponentInputMap makeComponentInputMap(JComponent c,
                                                      Object[] keys)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Object makeIcon(Class<?> baseClass,
                              String gifFile)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static InputMap makeInputMap(Object[] keys)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static JTextComponent.KeyBinding[] makeKeyBindings(Object[] keyBindingList)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void provideErrorFeedback(Component component)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void uninitialize()
See Also:
initialize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void uninstallBorder(JComponent c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags