| javax.swing.plaf.basic.BasicLookAndFeel javax.swing.plaf.synth.SynthLookAndFeel
createUI | public static ComponentUI createUI(JComponent c) throws NotImplementedException(Code) | | Creates the Synth UI object corresponds JComponent given. (This method
used by UIManager because all the UIs classes are package-protected
according to spec, so reference in defaults table points to
SynthLookAndFeel)
See Also: SynthLookAndFeel.initClassDefaults(UIDefaults) |
getRegion | public static Region getRegion(JComponent c)(Code) | | Calculates the region corresponds JComponent given
|
initialize | public void initialize()(Code) | | |
isNativeLookAndFeel | public boolean isNativeLookAndFeel()(Code) | | |
isSupportedLookAndFeel | public boolean isSupportedLookAndFeel()(Code) | | |
shouldUpdateStyleOnAncestorChanged | public boolean shouldUpdateStyleOnAncestorChanged()(Code) | | The default implementation returns false
|
uninitialize | public void uninitialize()(Code) | | |
updateStyles | public static void updateStyles(Component c)(Code) | | Renew the synth styles for the JComponent. This method isn't fully
correct, but does what needs (The method is unused in package)
|
|
|