com.acarter.scenemonitor.propertydescriptor
Class A_PropertyPage
java.lang.Object
com.acarter.scenemonitor.propertydescriptor.A_PropertyPage
- Direct Known Subclasses:
- ControllerPropertyPage, EmptyPropertyPage, RenderStatePropertyPage, SpatialPropertyPage
public abstract class A_PropertyPage
- extends java.lang.Object
- Author:
- Carter
Field Summary |
protected PropertyTableModel |
model
|
Method Summary |
boolean |
getUpdate()
|
void |
setUpdate(boolean b_update)
|
void |
updateInfo(PropertyTable table,
java.lang.Object object)
Called when the property table should be replaced with more current information. |
abstract void |
updateModel(PropertyTable table,
java.lang.Object object)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
model
protected PropertyTableModel model
A_PropertyPage
public A_PropertyPage()
setUpdate
public void setUpdate(boolean b_update)
getUpdate
public boolean getUpdate()
updateInfo
public void updateInfo(PropertyTable table,
java.lang.Object object)
- Called when the property table should be replaced with more current information.
- Parameters:
infoDocument
- object
-
updateModel
public abstract void updateModel(PropertyTable table,
java.lang.Object object)
- Parameters:
table
- object
-