|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--manifold.se.View
Base class for views.
Copyright (c) 2001 Rutgers, The State University of New Jersey
| Field Summary | |
protected AbstractViewer |
viewer_
The parent viewer. |
| Constructor Summary | |
View()
|
|
| Method Summary | |
java.lang.Object |
config(java.lang.Object parent,
org.w3c.dom.Element config)
Configuration of the view - called after instantiation of a view object. |
org.w3c.dom.Element |
getConfigElement()
|
java.awt.Container |
getContentPane()
|
java.lang.String |
getId()
|
AbstractViewer |
getViewer()
|
abstract void |
redraw()
Redraws the view |
void |
setContentPane(java.awt.Container pane)
Sets the content pane of this view. |
abstract void |
setTitle(java.lang.String title)
Sets the title of this view |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected AbstractViewer viewer_
| Constructor Detail |
public View()
| Method Detail |
public java.lang.Object config(java.lang.Object parent,
org.w3c.dom.Element config)
throws java.lang.Exception
configuration_ and viewer_ fields.
config in interface Configurableparent - The argument passed into the FConfig.getList methodconfig - The DOM element representing the XML element that
loaded this class.
java.lang.Exception - Thrown if there is any problem configuring this class.public java.lang.String getId()
public AbstractViewer getViewer()
public org.w3c.dom.Element getConfigElement()
public void setContentPane(java.awt.Container pane)
manifold.se.Configurable,
the config method will be invoked.
pane - the content panepublic java.awt.Container getContentPane()
public abstract void setTitle(java.lang.String title)
public abstract void redraw()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||