com.acarter.scenemonitor.propertydescriptor
Class StandardPropertyPageHandler

java.lang.Object
  extended by com.acarter.scenemonitor.propertydescriptor.A_PropertyPageHandler
      extended by com.acarter.scenemonitor.propertydescriptor.StandardPropertyPageHandler
Direct Known Subclasses:
PhysicsPropertyPageHandler

public class StandardPropertyPageHandler
extends A_PropertyPageHandler

Author:
Carter

Field Summary
 
Fields inherited from class com.acarter.scenemonitor.propertydescriptor.A_PropertyPageHandler
pages
 
Constructor Summary
StandardPropertyPageHandler(PropertyTable table)
           
 
Method Summary
protected  void initPropertyPages(PropertyTable table)
          Subclasses must load their own set of default property pages.
 
Methods inherited from class com.acarter.scenemonitor.propertydescriptor.A_PropertyPageHandler
getPropertyPage, registerPropertyPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardPropertyPageHandler

public StandardPropertyPageHandler(PropertyTable table)
Parameters:
table -
Method Detail

initPropertyPages

protected void initPropertyPages(PropertyTable table)
Description copied from class: A_PropertyPageHandler
Subclasses must load their own set of default property pages.

Specified by:
initPropertyPages in class A_PropertyPageHandler