Class SessionStorage.TableProperty

    • Constructor Summary

      Constructors 
      Constructor Description
      TableProperty()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getSessionState​(java.awt.Component c)
      Returns a TableState object for JTable c or null, if none of the JTable's columns are resizable.
      void setSessionState​(java.awt.Component c, java.lang.Object state)
      Restore the width of each resizable TableColumn, if the number of columns haven't changed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait