org.tm4j.tmnav.app .LookAndFeelUtil

Description

This is a helper class for managing LookAndFeel New Look and Feels can be added into the LookAdFell.props property file However, this class also ensures that only look and feels whoose implementations are on the classpath, will be listed as available.
This class also implements ActionListener. If one of the LookAndFeel short names from getAvailableLookAndFeels will be set as the actionCommand of an ActionEvent, this LookAndFeel will be applied to the base Frame and all its Children

Inheritance Hierarchy

Method Summary
void actionPerformed(java.awt.event.ActionEvent e)
java.util.Properties getAvailableLookAndFeels()
Searches and returns all look and feels available on this plattform
void isAvailableLookAndFeel(java.lang.String shortName)
Sets the platform look and feel on the frame and all its children
void setLookAndFeel(java.lang.String className)
Sets the choosen look and feel on the frame and all its children
void setPlatformLookAndFeel()
Sets the platform look and feel on the frame and all its children
void setStandartLookAndFeel()
Sets a cross platform look and feel on the frame and all its children