com.acarter.scenemonitor.propertydescriptor
Class PropertyInformation
java.lang.Object
A_MonitorInformationPanel
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER_NAME
public static final java.lang.String LOGGER_NAME
- Logger Name
- See Also:
- Constant Field Values
PropertyInformation
public PropertyInformation()
- A property table is used to display and modify attributes of jME entities.
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