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 classAbstractFlatLafAncestor for FlatLaf look and feel plugins.classAbstractSimpleLookAndFeelAncestor for look and feels that only require a classname.classCrossPlatformMetal look and feel.classFlatLafIntelliJFlatLaf IntelliJ look and feel.classFlatLafLightFlatLaf light look and feel.classGTKGTK look and feel.classWindowsWindows look and feel.Fields in adams.gui.laf declared as AbstractLookAndFeel Modifier and Type Field Description protected static AbstractLookAndFeelAbstractLookAndFeel. m_Currentthe current look and feel.Methods in adams.gui.laf that return AbstractLookAndFeel Modifier and Type Method Description static AbstractLookAndFeelAbstractLookAndFeel. getCurrent()Returns the currently installed look and feel.Methods in adams.gui.laf with parameters of type AbstractLookAndFeel Modifier and Type Method Description static voidAbstractLookAndFeel. installLookAndFeel(AbstractLookAndFeel laf)Installs the specified look and feel.
-