org.jdesktop.appframework.swingx
Class XProperties.XTableProperty

java.lang.Object
  extended by org.jdesktop.appframework.swingx.XProperties.XTableProperty
All Implemented Interfaces:
org.jdesktop.application.SessionStorage.Property
Enclosing class:
XProperties

public static class XProperties.XTableProperty
extends Object
implements org.jdesktop.application.SessionStorage.Property


Constructor Summary
XProperties.XTableProperty()
           
 
Method Summary
 Object getSessionState(Component c)
           
 void setSessionState(Component c, Object state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XProperties.XTableProperty

public XProperties.XTableProperty()
Method Detail

getSessionState

public Object getSessionState(Component c)
Specified by:
getSessionState in interface org.jdesktop.application.SessionStorage.Property

setSessionState

public void setSessionState(Component c,
                            Object state)
Specified by:
setSessionState in interface org.jdesktop.application.SessionStorage.Property