public interface Tool
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
java.awt.Container getFace()
java.lang.String getKey()
void setKey(java.lang.String aKey)
aKey
- The key for this tool.void setOrientation(int orientation)
orientation
- that should be set on tool.int getOrientation()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details