| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetIndex
()
Get method for attribute "Index" |
| String | GetName
()
Get method for attribute "Name" |
| boolean | IsBefore
()
Get method for attribute "IsBefore" |
| void | SetIndex
(int value)
Set method for attribute "Index" |
| void | SetIsBefore
(boolean value)
Set method for attribute "IsBefore" |
| void | SetName
(String value)
Set method for attribute "Name" |
| Method Detail |
|---|
| GetName/SetName |
|---|
| String | GetName | () |
| void | SetName | (String value) |
| |
| GetIndex/SetIndex |
|---|
| int | GetIndex | () |
| void | SetIndex | (int value) |
| |
| IsBefore/SetIsBefore |
|---|
| boolean | IsBefore | () |
| void | SetIsBefore | (boolean value) |
| |