|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsWebSiteToolset
An AimsToolset contains a set of tools that can be used in an IMF web site.
| Constructor Summary | |
AimsWebSiteToolset()
Creates new AimsToolset |
|
| Method Summary | |
void |
addTool(AimsWebSiteTool tool)
Adds a tool to the toolset. |
java.lang.String |
getActiveToolName()
Gets the name of the tool that is active when the toolset is first shown. |
java.lang.String |
getDescription()
Gets the description for the toolset. |
java.lang.String |
getHelpUrl()
Gets the help URL for the toolset. |
int |
getLength()
Gets the number of tools in the toolset. |
int |
getMaximumToolHeight()
Gets the height of the tallest tool in the toolset. |
java.lang.String |
getName()
Gets the name of the toolset. |
AimsWebSiteTool |
getTool(int index)
|
AimsWebSiteTool |
getTool(java.lang.String toolName)
|
AimsWebSiteTool[] |
getToolArray()
Gets the tools in this toolset as an Array. |
java.util.Vector |
getTools()
Gets the tools in this toolset as a Vector. |
void |
setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value,
AimsWebSiteConfig conf)
Sets one of the attributes of this object using a string value. |
void |
setDescription(java.lang.String text)
Sets the description for the toolset. |
void |
setHelpUrl(java.lang.String href)
Sets the help URL for the toolset. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsWebSiteToolset()
| Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String text)
text - The description for the toolset.public java.lang.String getName()
public java.lang.String getHelpUrl()
public void setHelpUrl(java.lang.String href)
href - The help URL for the toolset.public void addTool(AimsWebSiteTool tool)
tool - The tool to add.public int getLength()
public AimsWebSiteTool getTool(int index)
public AimsWebSiteTool getTool(java.lang.String toolName)
public java.util.Vector getTools()
public AimsWebSiteTool[] getToolArray()
public java.lang.String getActiveToolName()
public int getMaximumToolHeight()
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value,
AimsWebSiteConfig conf)
tag - The AXL element tag containing this attribute.name - The AXL attribute name.value - The AXL attribute value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||