com.acarter.scenemonitor.propertydescriptor
Class A_PropertyPage

java.lang.Object
  extended by 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
           
 
Constructor Summary
A_PropertyPage()
           
 
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
 

Field Detail

model

protected PropertyTableModel model
Constructor Detail

A_PropertyPage

public A_PropertyPage()
Method Detail

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 -