public interface SuiteSetting
| Modifier and Type | Method and Description |
|---|---|
int |
getChoicesCount()
Gets number of choices for this setting
|
java.lang.String |
getChoiceTitle(int idx)
Title of choice with specified index.
|
java.lang.String |
getDescription()
Gets setting description
|
int |
getIdx()
Gets setting index in settings group
|
int |
getSelectedChoice()
Return index of currently selected (active) choice
|
java.lang.String |
getTitle()
Gets setting title
|
void |
setSelectedChoice(int newSelection)
Sets index currently selected by user.
|
int getIdx()
java.lang.String getTitle()
java.lang.String getDescription()
int getChoicesCount()
int getSelectedChoice()
void setSelectedChoice(int newSelection)
throws java.lang.IndexOutOfBoundsException
newSelection - new selectionjava.lang.IndexOutOfBoundsException - if selection index is not validjava.lang.String getChoiceTitle(int idx)
idx - choice indexCopyright (c) 1990, 2013, Oracle and/or its affiliates. All rights reserved.