com.jgoodies.metamorphosis
Class UIFactory

java.lang.Object
  extended by com.jgoodies.metamorphosis.UIFactory

final class UIFactory
extends Object

The UIFactory class can create a bunch of panels, useful in Fakeclipse.

Author:
Karsten Lentzsch

Nested Class Summary
private static class UIFactory.EclipseHeaderPanel
           
 
Constructor Summary
private UIFactory()
           
 
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
 

Constructor Detail

UIFactory

private UIFactory()
Method Detail

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.