|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsWebSiteTab
This class represents a single tab used in the MELP ISB web site framework. Tabs are created then added to the AimsWebSite object using XML configuration files.
| Constructor Summary | |
AimsWebSiteTab()
Creates new AimsWebSiteTab |
|
| Method Summary | |
java.lang.String |
getGraphic()
Gets the URL of the graphic image for the tab. |
int |
getHeight()
Gets the height of the graphic image for the tab. |
java.lang.String |
getHelp()
Gets the descriptive help for the tool button for use in the generated help page. |
java.lang.String |
getHint()
Gets the hint that will appear when the mouse is over the tab. |
java.lang.String |
getName()
Gets the name of the tab. |
java.lang.String |
getRolloverGraphic()
Gets the URL of the rollover graphic image for the tab. |
java.lang.String |
getStatusMessage()
Gets the status message that will appear when the mouse is over the tab. |
java.lang.String |
getTarget()
Gets the target frame of the tab that the URL will be executed in when it is pushed. |
java.lang.String |
getUrl()
Gets the URL of the document or JavaScript function that will be executed when it is pushed. |
int |
getWidth()
Gets the width of the graphic image for the tab. |
void |
setAxlAttribute(AimsWebSiteConfig conf,
java.lang.String tag,
java.lang.String name,
java.lang.String value)
Sets one of the attributes of this object using a string value. |
void |
setGraphic(java.lang.String graphic)
The URL of the tab's graphic image. |
void |
setHint(java.lang.String hint)
Sets the hint text that will display when the mouse is over the tab. |
void |
setName(java.lang.String name)
Sets the name of a tab. |
void |
setRolloverGraphic(java.lang.String graphic)
The URL of the tab's rollover graphic image. |
void |
setStatusMessage(java.lang.String statusMessage)
Sets the status message that will display when the mouse is ovet the tab. |
void |
setTarget(java.lang.String target)
Sets the target frame where the URL is executed. |
void |
setUrl(java.lang.String url)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsWebSiteTab()
| Method Detail |
public void setAxlAttribute(AimsWebSiteConfig conf,
java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The AXL element tag containing this attribute.name - The AXL attribute name.value - The AXL attribute value.public java.lang.String getHelp()
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the tab.public void setUrl(java.lang.String url)
public void setTarget(java.lang.String target)
target - The target frame for the tab's action.public void setHint(java.lang.String hint)
hint - The hint text.public void setStatusMessage(java.lang.String statusMessage)
statusMessage - The status message.public void setGraphic(java.lang.String graphic)
public void setRolloverGraphic(java.lang.String graphic)
public java.lang.String getUrl()
public java.lang.String getTarget()
public java.lang.String getHint()
public java.lang.String getStatusMessage()
public java.lang.String getGraphic()
public java.lang.String getRolloverGraphic()
public int getWidth()
public int getHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||