Changed Methods |
ComponentUI createUIs(ComponentUI, Vector, JComponent)
|
Documentation changed from old to new. |
Creates the ComponentUI objects required to present the target component placing the objects in the uis vector and returning the ComponentUI object that best represents the component's UI. |
UIDefaults getDefaults()
|
Documentation changed from old to new. |
Creates initializes and returns the look and feel specific defaults. |
String getDescription()
|
Documentation changed from old to new. |
Returns a one-line description of this look and feel. |
String getID()
|
Documentation changed from old to new. |
Returns a string suitable for use by applications/services that identifies this look and feel. |
String getName()
|
Documentation changed from old to new. |
Returns a string suitable for use in menus that identifies this look and feel. |
boolean isNativeLookAndFeel()
|
Documentation changed from old to new. |
Returns false ; this look and feel is not native to any platform. |
boolean isSupportedLookAndFeel()
|
Documentation changed from old to new. |
Returns true ; every platform permits this look and feel. |
ComponentUI[] uisToArray(Vector )
|
Documentation changed from old to new. |
Creates an array populates it with UI objects from the passed-in vector and returns the array. |