Uses of Class
adams.gui.laf.AbstractLookAndFeel
-
Packages that use AbstractLookAndFeel Package Description adams.gui.laf -
-
Uses of AbstractLookAndFeel in adams.gui.laf
Subclasses of AbstractLookAndFeel in adams.gui.laf Modifier and Type Class Description class
AbstractFlatLaf
Ancestor for FlatLaf look and feel plugins.class
AbstractSimpleLookAndFeel
Ancestor for look and feels that only require a classname.class
CrossPlatform
Metal look and feel.class
FlatLafIntelliJ
FlatLaf IntelliJ look and feel.class
FlatLafLight
FlatLaf light look and feel.class
GTK
GTK look and feel.class
Windows
Windows look and feel.Fields in adams.gui.laf declared as AbstractLookAndFeel Modifier and Type Field Description protected static AbstractLookAndFeel
AbstractLookAndFeel. m_Current
the current look and feel.Methods in adams.gui.laf that return AbstractLookAndFeel Modifier and Type Method Description static AbstractLookAndFeel
AbstractLookAndFeel. getCurrent()
Returns the currently installed look and feel.Methods in adams.gui.laf with parameters of type AbstractLookAndFeel Modifier and Type Method Description static void
AbstractLookAndFeel. installLookAndFeel(AbstractLookAndFeel laf)
Installs the specified look and feel.
-