|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.website.Toolset
An AimsToolset contains a set of tools that can be used in an IMF web site.
| Constructor Summary | |
Toolset()
Creates new AimsToolset |
|
| Method Summary | |
void |
addIdentifyTool(Tool tool)
Adds the tool to the toolset. |
void |
addPanTool(Tool tool)
Adds the tool to the toolset. |
void |
addSelectTool(Tool tool)
Adds the tool to the toolset. |
void |
addTool(Tool tool)
Adds a tool to the toolset. |
void |
addZoomInTool(Tool tool)
Adds the tool to the toolset. |
void |
addZoomOutTool(Tool tool)
Adds the 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 |
getHelpUrl()
Gets the help URL for the toolset. |
java.lang.String |
getIdentifyScript()
Gets the identify script url. |
Tool |
getIdentifyTool()
Gets the tool, or null if there isn't one. |
java.lang.String |
getIdentifyToolName()
Gets the tool name, or "Identify" if there isn't one. |
int |
getLength()
Gets the number of tools in the toolset. |
java.lang.String |
getName()
Gets the name of the toolset. |
Tool |
getPanTool()
Gets the tool, or null if there isn't one. |
java.lang.String |
getPanToolName()
Gets the tool name, or "Pan" if there isn't one. |
Tool |
getSelectool()
Gets the tool, or null if there isn't one. |
java.lang.String |
getSelectToolName()
Gets the tool name, or "Select" if there isn't one. |
Tool |
getTool(int index)
|
Tool |
getTool(java.lang.String toolName)
|
int |
getToolMaximumHeight()
Gets the maximum height of the tools in this toolset. |
java.util.ArrayList |
getTools()
Gets the tools in this toolset. |
Tool |
getZoomInTool()
Gets the tool, or null if there isn't one. |
java.lang.String |
getZoomInToolName()
Gets the tool name, or "Zoom In" if there isn't one. |
Tool |
getZoomOutTool()
Gets the tool, or null if there isn't one. |
java.lang.String |
getZoomOutToolName()
Gets the tool name, or "Zoom Out" if there isn't one. |
java.util.Iterator |
iterator()
Gets an iterator containing the tools in this toolset. |
void |
setXmlAttribute(Config 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Toolset()
| Method Detail |
public java.lang.String getName()
public java.lang.String getHelpUrl()
public void addTool(Tool tool)
tool - The tool to add.public int getLength()
public Tool getTool(int index)
public Tool getTool(java.lang.String toolName)
public java.util.ArrayList getTools()
public java.util.Iterator iterator()
public int getToolMaximumHeight()
public java.lang.String getActiveToolName()
public void setXmlAttribute(Config conf,
java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The XML element tag containing this attribute.name - The XML attribute name.value - The XML attribute value.public java.lang.String getIdentifyScript()
public Tool getIdentifyTool()
public java.lang.String getIdentifyToolName()
public void addIdentifyTool(Tool tool)
tool - The tool.public Tool getPanTool()
public java.lang.String getPanToolName()
public void addPanTool(Tool tool)
tool - The tool.public Tool getSelectool()
public java.lang.String getSelectToolName()
public void addSelectTool(Tool tool)
tool - The tool.public Tool getZoomInTool()
public java.lang.String getZoomInToolName()
public void addZoomInTool(Tool tool)
tool - The tool.public Tool getZoomOutTool()
public java.lang.String getZoomOutToolName()
public void addZoomOutTool(Tool tool)
tool - The tool.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||