|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.base.gui.TableLayout.HeaderPermanentInfo
private class TableLayout.HeaderPermanentInfo
Contains the information that the user has specified for the specific row or column.
| Field Summary | |
|---|---|
private int |
index_
|
private boolean |
isExpandable_
|
private int |
min_
|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
TableLayout.HeaderPermanentInfo(int newIndex)
Constructor for the HeaderPermanentInfo object |
|
| Method Summary | |
|---|---|
int |
getIndex()
Gets the index attribute of the HeaderPermanentInfo object |
int |
getMin()
Gets the min attribute of the HeaderPermanentInfo object |
boolean |
isExpandable()
Gets the expandable attribute of the HeaderPermanentInfo object |
void |
setExpandable(boolean expandable)
Sets the expandable attribute of the HeaderPermanentInfo object |
void |
setMin(int min)
Sets the min attribute of the HeaderPermanentInfo object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private final int index_
private int min_
private boolean isExpandable_
| Constructor Detail |
|---|
public TableLayout.HeaderPermanentInfo(int newIndex)
newIndex - Description of Parameter| Method Detail |
|---|
public final void setMin(int min)
min - The new min valuepublic final void setExpandable(boolean expandable)
expandable - The new expandable valuepublic final int getMin()
public final int getIndex()
public final boolean isExpandable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||