Class GenericPlatformInitializer
- java.lang.Object
-
- org.apache.cayenne.modeler.generic.GenericPlatformInitializer
-
- All Implemented Interfaces:
PlatformInitializer
public class GenericPlatformInitializer extends Object implements PlatformInitializer
-
-
Constructor Summary
Constructors Constructor Description GenericPlatformInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.jgoodies.looks.plastic.PlasticThemefindTheme()voidinitLookAndFeel()voidsetupMenus(JFrame frame)
-
-
-
Method Detail
-
setupMenus
public void setupMenus(JFrame frame)
- Specified by:
setupMenusin interfacePlatformInitializer
-
initLookAndFeel
public void initLookAndFeel()
- Specified by:
initLookAndFeelin interfacePlatformInitializer
-
findTheme
protected com.jgoodies.looks.plastic.PlasticTheme findTheme()
-
-