public class JaxoLookAndFeelPanel
extends java.lang.Object
Constructor | Description |
---|---|
JaxoLookAndFeelPanel() |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
javax.swing.JComponent |
getRoot() |
Root component (constant).
|
java.lang.String |
getUIManagerValue() |
Current LookAndFeel class name.
|
java.lang.String |
getValue() |
Chosen LookAndFeel class name.
|
void |
setToUIManagerValue() |
Set chosen LookAndFeel to the current UIManager one.
|
void |
setValue(java.lang.String value) |
Set chosen LookAndFeel to the one with matching 'name'.
|
public final javax.swing.JComponent getRoot()
public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The LAF to set.public java.lang.String getUIManagerValue()
public void setToUIManagerValue()
Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.