org.siebengeisslein.ide.gui
Class GuiFactory

java.lang.Object
  extended by org.siebengeisslein.ide.gui.GuiFactory

public class GuiFactory
extends java.lang.Object


Method Summary
static PBorder createBottomBorder()
           
static PMatteBorder createMatteBorder()
           
static PGradientToolBar createToolBar(java.lang.String text)
           
static PEmptyBorder createTopLeftBorder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createToolBar

public static PGradientToolBar createToolBar(java.lang.String text)

createTopLeftBorder

public static PEmptyBorder createTopLeftBorder()

createMatteBorder

public static PMatteBorder createMatteBorder()

createBottomBorder

public static PBorder createBottomBorder()