Package com.gargoylesoftware.base.gui
Class TableLayout.HeaderPermanentInfo
java.lang.Object
com.gargoylesoftware.base.gui.TableLayout.HeaderPermanentInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
TableLayout
Contains the information that the user has specified for the specific
row or column.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private boolean
private int
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionHeaderPermanentInfo
(int newIndex) Constructor for the HeaderPermanentInfo object -
Method Summary
Modifier and TypeMethodDescriptionfinal int
getIndex()
Gets the index attribute of the HeaderPermanentInfo objectfinal int
getMin()
Gets the min attribute of the HeaderPermanentInfo objectfinal boolean
Gets the expandable attribute of the HeaderPermanentInfo objectfinal void
setExpandable
(boolean expandable) Sets the expandable attribute of the HeaderPermanentInfo objectfinal void
setMin
(int min) Sets the min attribute of the HeaderPermanentInfo object
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
index_
private final int index_ -
min_
private int min_ -
isExpandable_
private boolean isExpandable_
-
-
Constructor Details
-
HeaderPermanentInfo
public HeaderPermanentInfo(int newIndex) Constructor for the HeaderPermanentInfo object- Parameters:
newIndex
- Description of Parameter
-
-
Method Details
-
setMin
public final void setMin(int min) Sets the min attribute of the HeaderPermanentInfo object- Parameters:
min
- The new min value
-
setExpandable
public final void setExpandable(boolean expandable) Sets the expandable attribute of the HeaderPermanentInfo object- Parameters:
expandable
- The new expandable value
-
getMin
public final int getMin()Gets the min attribute of the HeaderPermanentInfo object- Returns:
- The min value
-
getIndex
public final int getIndex()Gets the index attribute of the HeaderPermanentInfo object- Returns:
- The index value
-
isExpandable
public final boolean isExpandable()Gets the expandable attribute of the HeaderPermanentInfo object- Returns:
- The expandable value
-