java.lang.Object
com.arranger.jarl.shell.ShellObject
com.arranger.jarl.shell.models.BaseModel
com.arranger.jarl.shell.models.ViewPrefModel
- public class ViewPrefModel
- extends BaseModel
ViewPrefModel created on Apr 16, 2003
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REUSE_FRAME
public static final java.lang.String REUSE_FRAME
- See Also:
- Constant Field Values
DEBUG_RENDERING
public static final java.lang.String DEBUG_RENDERING
- See Also:
- Constant Field Values
SHOW_JARLOBJ_TREE
public static final java.lang.String SHOW_JARLOBJ_TREE
- See Also:
- Constant Field Values
SHOW_JARLINST_TREE
public static final java.lang.String SHOW_JARLINST_TREE
- See Also:
- Constant Field Values
m_reuseFrame
protected boolean m_reuseFrame
m_debugRendering
protected boolean m_debugRendering
m_showJarlObjTree
protected boolean m_showJarlObjTree
m_showJarlInstTree
protected boolean m_showJarlInstTree
ViewPrefModel
public ViewPrefModel()
load
public void load(com.arranger.jarl.shell.ShellConfig shellConfig)
throws java.lang.Exception
- Specified by:
load in class BaseModel
save
public void save(com.arranger.jarl.shell.ShellConfig shellConfig)
throws java.lang.Exception
- Specified by:
save in class BaseModel
getStatusText
public java.lang.String getStatusText()
- Specified by:
getStatusText in class BaseModel
isReuseFrame
public boolean isReuseFrame()
setReuseFrame
public void setReuseFrame(boolean reuseFrame)
isDebugRendering
public boolean isDebugRendering()
setDebugRendering
public void setDebugRendering(boolean debugRendering)
isShowJarlObjTree
public boolean isShowJarlObjTree()
setShowJarlObjTree
public void setShowJarlObjTree(boolean showJarlObjTree)
isShowJarlInstTree
public boolean isShowJarlInstTree()
setShowJarlInstTree
public void setShowJarlInstTree(boolean showJarlInstTree)