|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaxodraw.gui.panel.JaxoLookAndFeelPanel
public class JaxoLookAndFeelPanel
Wrapper for a panel that displays the currently installed LookAndFeels and allows to choose supported ones.
Constructor Summary | |
---|---|
JaxoLookAndFeelPanel()
Constructor. |
Method Summary | |
---|---|
JComponent |
getRoot()
Root component (constant). |
String |
getUIManagerValue()
Current LookAndFeel class name. |
String |
getValue()
Chosen LookAndFeel class name. |
void |
setToUIManagerValue()
Set chosen LookAndFeel to the current UIManager one. |
void |
setValue(String value)
Set chosen LookAndFeel to the one with matching 'name'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxoLookAndFeelPanel()
Method Detail |
---|
public final JComponent getRoot()
public String getValue()
public void setValue(String value)
value
- The LAF to set.public String getUIManagerValue()
public void setToUIManagerValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |