Class JTableColumnShape

    • Constructor Detail

      • JTableColumnShape

        public JTableColumnShape()
    • Method Detail

      • getHeaderValue

        public java.lang.String getHeaderValue()
        Returns the header value.
      • setHeaderValue

        public void setHeaderValue​(java.lang.String aValue)
        Sets the header value.
      • isResizable

        public boolean isResizable()
        Returns whether resizable.
      • setResizable

        public void setResizable​(boolean aValue)
        Sets the resizable.
      • acceptsMouse

        public boolean acceptsMouse()
        Overrides shape method to say we want events (to pass on to component).
        Overrides:
        acceptsMouse in class JComponentShape