|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.compiler.ConfigurableOption
public class ConfigurableOption
Field Summary | |
---|---|
static java.lang.String[] |
NoDiscreteValue
|
Constructor Summary | |
---|---|
ConfigurableOption(java.lang.String componentName,
java.lang.String optionName,
java.util.Locale loc,
int currentValueIndex)
INTERNAL USE ONLY Initialize an instance of this class according to a specific locale |
Method Summary | |
---|---|
java.lang.String |
getCategory()
Return a String that represents the localized category of the receiver. |
java.lang.String |
getComponentName()
Return a String that identifies the component owner (typically the qualified type name of the class which it corresponds to). |
int |
getCurrentValueIndex()
Answer the index (in possibleValues array) of the current setting for this particular option. |
java.lang.String |
getDescription()
Return an String that represents the localized description of the receiver. |
int |
getID()
Internal ID which allows the configurable component to identify this particular option. |
java.lang.String |
getName()
Return a String that represents the localized name of the receiver. |
java.lang.String |
getOptionName()
Gets the optionName. |
java.lang.String[] |
getPossibleValues()
Return an array of String that represents the localized possible values of the receiver. |
void |
setValueIndex(int newIndex)
Change the index (in possibleValues array) of the current setting for this particular option. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String[] NoDiscreteValue
Constructor Detail |
---|
public ConfigurableOption(java.lang.String componentName, java.lang.String optionName, java.util.Locale loc, int currentValueIndex)
loc
- java.util.LocaleMethod Detail |
---|
public java.lang.String getCategory()
public java.lang.String getComponentName()
public int getCurrentValueIndex()
public java.lang.String getDescription()
public int getID()
public java.lang.String getName()
public java.lang.String[] getPossibleValues()
public void setValueIndex(int newIndex)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getOptionName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |