glass.eclipse
Class CTestMain

java.lang.Object
  extended by glass.eclipse.CTestMain

public class CTestMain
extends Object


Constructor Summary
CTestMain()
           
 
Method Summary
static bibliothek.gui.dock.common.SingleCDockable create(String title, Color color)
           
static bibliothek.gui.dock.common.SingleCDockable create2(String title, Color color, bibliothek.gui.dock.common.CControl cControl)
           
static ImageIcon createIcon(String path)
           
static void main(String[] args)
           
static void updateTheme(bibliothek.gui.dock.common.CControl cControl)
          Sets icons, colors and tab painter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CTestMain

public CTestMain()
Method Detail

main

public static void main(String[] args)
Parameters:
args -

create

public static bibliothek.gui.dock.common.SingleCDockable create(String title,
                                                                Color color)

create2

public static bibliothek.gui.dock.common.SingleCDockable create2(String title,
                                                                 Color color,
                                                                 bibliothek.gui.dock.common.CControl cControl)

updateTheme

public static void updateTheme(bibliothek.gui.dock.common.CControl cControl)
Sets icons, colors and tab painter.


createIcon

public static ImageIcon createIcon(String path)