|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--GroupShell
Storage of group header information.
Field Summary | |
java.lang.String |
GroupName
Name of group. |
int |
NumElements
Length of the board or group. |
int |
NumSelected
Width of the board or group. |
boolean |
OtherCheck
Sets characteristic or verbose. |
boolean |
TypeCheck
Sets social or non-social. |
java.lang.String[] |
UserData
Attribute information. |
Constructor Summary | |
GroupShell()
Empty default constructor |
|
GroupShell(java.lang.String G,
java.lang.String[] U,
boolean T,
boolean O,
int N,
int E)
Used to load and store serialized data. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public java.lang.String[] UserData
public boolean TypeCheck
public boolean OtherCheck
public java.lang.String GroupName
public int NumSelected
public int NumElements
Constructor Detail |
public GroupShell()
public GroupShell(java.lang.String G, java.lang.String[] U, boolean T, boolean O, int N, int E)
G
- Group name.U
- Attribute information.T
- Social type.O
- Characteristic type.N
- Number of attributes.E
- Number of entries.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |