ora.gui.helper
Class Configuration

java.lang.Object
  extended by ora.gui.helper.Configuration

public class Configuration
extends java.lang.Object


Field Summary
 boolean drawArrows
           
 java.util.Map renderingMap
           
 int showNames
           
 boolean showQuestionMarks
           
static int VIEW_TYPE_CLASS
           
static int VIEW_TYPE_OBJECT
           
 
Constructor Summary
Configuration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_TYPE_OBJECT

public static final int VIEW_TYPE_OBJECT
See Also:
Constant Field Values

VIEW_TYPE_CLASS

public static final int VIEW_TYPE_CLASS
See Also:
Constant Field Values

renderingMap

public final java.util.Map renderingMap

drawArrows

public boolean drawArrows

showNames

public int showNames

showQuestionMarks

public boolean showQuestionMarks
Constructor Detail

Configuration

public Configuration()