|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolBar | |
es.prodevelop.gvsig.mobile.gui.canvas | |
es.prodevelop.gvsig.mobile.gui.mainframe | |
es.prodevelop.gvsig.mobile.gui.tool |
Uses of ToolBar in es.prodevelop.gvsig.mobile.gui.canvas |
Methods in es.prodevelop.gvsig.mobile.gui.canvas with parameters of type ToolBar | |
void |
MapControl.setToolBar(ToolBar t,
int w)
Set a new tool bar as the one selected. |
Uses of ToolBar in es.prodevelop.gvsig.mobile.gui.mainframe |
Methods in es.prodevelop.gvsig.mobile.gui.mainframe that return ToolBar | |
ToolBar |
MainWindow.getSelectedToolBar()
Gets the currently selected tool bar (its button is at the top of the left-most vertical button bar.) |
Methods in es.prodevelop.gvsig.mobile.gui.mainframe with parameters of type ToolBar | |
void |
MainWindow.addToolBar(ToolBar _newbar)
Adds a ToolBar to the array of ToolBars in MainWindow |
Uses of ToolBar in es.prodevelop.gvsig.mobile.gui.tool |
Methods in es.prodevelop.gvsig.mobile.gui.tool that return ToolBar | |
ToolBar |
ToolBarGroupButton.getOwner()
|
Methods in es.prodevelop.gvsig.mobile.gui.tool with parameters of type ToolBar | |
void |
ToolBarGroupButton.setOwner(ToolBar tb)
Sets the owner of this button (a tool bar) |
Constructors in es.prodevelop.gvsig.mobile.gui.tool with parameters of type ToolBar | |
TBHelpButton(ToolBar _owner,
java.lang.String _icon,
java.lang.String _selicon,
java.awt.event.MouseListener ml)
Creates an instance of TBHelpButton given the owner
(ToolBar ), the icons and theMouseListener |
|
TBEmptyButton(ToolBar _owner,
java.lang.String _icon,
java.lang.String _selicon,
java.awt.event.MouseListener ml)
|
|
TBComboButton(ToolBar _owner,
TBButton defaultTBButton,
java.awt.event.MouseListener ml)
Creates an instance of a TBComboButton button by calling to the superclass constructor given the owner where it should be placed (which must be a ToolBar ), the default button
(which must be a TBButton and the
listener of the events for this new instance |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |