com.jgoodies.metamorphosis
Class UIFactory
java.lang.Object
com.jgoodies.metamorphosis.UIFactory
final class UIFactory
- extends Object
The UIFactory class can create a bunch of panels, useful in Fakeclipse.
- Author:
- Karsten Lentzsch
Method Summary |
(package private) static JPanel |
createEclipsePanel(Icon leftIcon,
String label,
Icon rightIcon,
boolean selected)
|
(package private) static JPanel |
createEclipsePanel(Icon leftIcon,
String label,
Icon rightIcon,
boolean selected,
boolean edit)
|
(package private) static JPanel |
createEditorPanel(Icon leftIcon,
String label)
|
(package private) static JScrollPane |
createScrollPane(Component component)
|
(package private) static JSplitPane |
createSplitPane(int orientation,
Component comp1,
Component comp2,
double resizeWeight)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIFactory
private UIFactory()
createEclipsePanel
static JPanel createEclipsePanel(Icon leftIcon,
String label,
Icon rightIcon,
boolean selected,
boolean edit)
createEclipsePanel
static JPanel createEclipsePanel(Icon leftIcon,
String label,
Icon rightIcon,
boolean selected)
createEditorPanel
static JPanel createEditorPanel(Icon leftIcon,
String label)
createSplitPane
static JSplitPane createSplitPane(int orientation,
Component comp1,
Component comp2,
double resizeWeight)
createScrollPane
static JScrollPane createScrollPane(Component component)
Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.