|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.tools.icon.IconFactoryTestingTool
public class IconFactoryTestingTool
An example class and example for how to use the OMIconFactory and IconParts to create Icons. Can be run as a class, or can be used as an OpenMap Tool to show up on the OpenMap ToolPanel.
| Constructor Summary | |
|---|---|
IconFactoryTestingTool()
|
|
| Method Summary | |
|---|---|
java.awt.Container |
getFace()
The retrieval tool's interface. |
java.lang.String |
getKey()
The retrieval key for this tool |
int |
getOrientation()
Set the orientation for the GUI of the Tool, SwingConstants.HORIZONTAL or SwingConstants.VERTICAL. |
static void |
main(java.lang.String[] argv)
|
void |
setKey(java.lang.String aKey)
Set the retrieval key for this tool |
void |
setOrientation(int orientation)
Set the orientation for the GUI of the Tool, SwingConstants.HORIZONTAL or SwingConstants.VERTICAL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IconFactoryTestingTool()
| Method Detail |
|---|
public java.awt.Container getFace()
getFace in interface Toolpublic java.lang.String getKey()
getKey in interface Toolpublic void setKey(java.lang.String aKey)
setKey in interface ToolaKey - The key for this tool.public static void main(java.lang.String[] argv)
public void setOrientation(int orientation)
Tool
setOrientation in interface Toolorientation - that should be set on tool.public int getOrientation()
Tool
getOrientation in interface Tool
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||