de.winterfish.neon
Class Neon

java.lang.Object
  |
  +--de.winterfish.neon.Neon

public class Neon
extends java.lang.Object


Field Summary
static int BROWSER_GUI
           
static int EDITOR_GUI
           
static int VIEWER_GUI
           
 
Constructor Summary
Neon(IconTheme theme)
           
 
Method Summary
 NeonGui createGui(DataNodeFactory factory, java.lang.String title, int type)
           
 Clipboard getClipboard()
           
 DataTypeManager getDataTypeManager()
           
 NeonGui getGui(java.lang.String title)
           
 IconTheme getTheme()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROWSER_GUI

public static final int BROWSER_GUI
See Also:
Constant Field Values

VIEWER_GUI

public static final int VIEWER_GUI
See Also:
Constant Field Values

EDITOR_GUI

public static final int EDITOR_GUI
See Also:
Constant Field Values
Constructor Detail

Neon

public Neon(IconTheme theme)
Method Detail

createGui

public NeonGui createGui(DataNodeFactory factory,
                         java.lang.String title,
                         int type)

getGui

public NeonGui getGui(java.lang.String title)

getClipboard

public Clipboard getClipboard()

getDataTypeManager

public DataTypeManager getDataTypeManager()

getTheme

public IconTheme getTheme()