com.acarter.scenemonitor.propertydescriptor
Class PropertyInformation

java.lang.Object
  extended by A_MonitorInformationPanel
      extended by com.acarter.scenemonitor.propertydescriptor.PropertyInformation

public class PropertyInformation
extends A_MonitorInformationPanel

Author:
Carter

Field Summary
static java.lang.String LOGGER_NAME
          Logger Name
 
Constructor Summary
PropertyInformation()
          A property table is used to display and modify attributes of jME entities.
 
Method Summary
 javax.swing.JPanel buildInformationPanel()
           
 A_PropertyPageHandler getPropertyPageHandler()
          Returns the property page handler, used to manage the relationship between class types and the page that is displayed.
 PropertyTable getPropertyTable()
          Returns the table component of the property information.
 void updateInformation(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER_NAME

public static final java.lang.String LOGGER_NAME
Logger Name

See Also:
Constant Field Values
Constructor Detail

PropertyInformation

public PropertyInformation()
A property table is used to display and modify attributes of jME entities.

Method Detail

buildInformationPanel

public javax.swing.JPanel buildInformationPanel()
See Also:
com.acarter.scenemonitor.information.A_MonitorInformationPanel#buildInformationPanel()

updateInformation

public void updateInformation(java.lang.Object object)
See Also:
com.acarter.scenemonitor.information.A_MonitorInformationPanel#updateInformation(java.lang.Object)

getPropertyTable

public PropertyTable getPropertyTable()
Returns the table component of the property information. This is so new cell editors and renderers can be added for custom classes, as well as giving access the the tree itself.

Returns:
PropertyTable

getPropertyPageHandler

public A_PropertyPageHandler getPropertyPageHandler()
Returns the property page handler, used to manage the relationship between class types and the page that is displayed.

Returns:
Page Handler