|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.components.menu.Option
This object describes the Options for each Group. The details of the Option are read in from the XML file.
| Constructor Summary | |
Option()
|
|
| Method Summary | |
String |
getCompURL()
Getter for property CompURL - link to be executed for the option. |
String |
getIcon()
Getter for the property Icon - path to the graphics of the Icon |
String |
getName()
Getter for the property Name - Name of the Option |
boolean |
getURLTrue()
Getter for URLTrue property. |
void |
setCompURL(String compURL)
Getter for property CompURL - link to be executed for the option. |
void |
setIcon(String icon)
Setter for the property Icon - path to the graphics of the Icon |
void |
setName(String name)
Setter for the property Name - Name of the Option |
void |
setURLTrue(boolean URLTrue)
Setter for property URLTrue-defines whether the link to execute is a URL or a Component |
String |
toString()
Returns the Debug information |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Option()
| Method Detail |
public boolean getURLTrue()
public void setURLTrue(boolean URLTrue)
URLTrue - True - Link is URL
False - Link is Componentpublic String getName()
public void setName(String name)
name - Name of the Optionpublic String getIcon()
public void setIcon(String icon)
icon - path to the graphics of the Iconpublic String getCompURL()
public void setCompURL(String compURL)
compURL - Link to be executed for the option. Can be a Component or a URLpublic String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||