|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterList
| Method Summary | ||
|---|---|---|
Font |
getFont(int idx)
Returns the font at the given list index. |
|
Image |
getImage(int idx)
Returns the image at the given list index. |
|
MouseCursor |
getMouseCursor(int idx)
Returns the mouse cursor at the given list index. |
|
boolean |
getParameter(int idx,
boolean defaultValue)
|
|
Color |
getParameter(int idx,
Color defaultValue)
|
|
|
getParameter(int idx,
E defaultValue)
|
|
float |
getParameter(int idx,
float defaultValue)
|
|
int |
getParameter(int idx,
int defaultValue)
|
|
java.lang.String |
getParameter(int idx,
java.lang.String defaultValue)
|
|
ParameterList |
getParameterList(int idx)
Returns a parameter list at the given list index. |
|
ParameterMap |
getParameterMap(int idx)
Returns a parameter map at the given list index. |
|
java.lang.Object |
getParameterValue(int idx)
Retrives a parameter. |
|
|
getParameterValue(int idx,
java.lang.Class<T> clazz)
Retrieves a parameter and ensures that it has the desired type. |
|
int |
getSize()
|
|
| Method Detail |
|---|
int getSize()
Font getFont(int idx)
idx - The index in the list
Image getImage(int idx)
idx - The index in the list
MouseCursor getMouseCursor(int idx)
idx - The index in the list
ParameterMap getParameterMap(int idx)
idx - The index in the list
ParameterList getParameterList(int idx)
idx - The index in the list
boolean getParameter(int idx,
boolean defaultValue)
int getParameter(int idx,
int defaultValue)
float getParameter(int idx,
float defaultValue)
java.lang.String getParameter(int idx,
java.lang.String defaultValue)
Color getParameter(int idx,
Color defaultValue)
<E extends java.lang.Enum<E>> E getParameter(int idx,
E defaultValue)
java.lang.Object getParameterValue(int idx)
idx - The index in the list
<T> T getParameterValue(int idx,
java.lang.Class<T> clazz)
T - The desired return type genericidx - The index in the listclazz - the required data type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||