|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IToolContainer | |
es.prodevelop.gvsig.mobile.gui.tool |
Uses of IToolContainer in es.prodevelop.gvsig.mobile.gui.tool |
Classes in es.prodevelop.gvsig.mobile.gui.tool that implement IToolContainer | |
class |
TBComboButton
A button that is aimed to be placed in a tool bar, with the ability to contain several buttons inside. |
class |
TBMenu
A TBMenu is a rectangle which is shown to get mor Class that represents a drop-down menu in a toolbar. |
class |
ToolBar
Element of the GUI which represents a container of buttons displayed for allowing the user to access specific actions. |
Methods in es.prodevelop.gvsig.mobile.gui.tool that return IToolContainer | |
IToolContainer |
TBWidget.getOwner()
Gets the TBWidget's owner ( IToolContainer compliant,
e.g. a ToolBar ). |
IToolContainer |
TBMenu.getOwner()
|
Methods in es.prodevelop.gvsig.mobile.gui.tool with parameters of type IToolContainer | |
void |
TBWidget.setOwner(IToolContainer owner)
Set the control's owner |
Constructors in es.prodevelop.gvsig.mobile.gui.tool with parameters of type IToolContainer | |
TBWidget(IToolContainer _owner,
java.lang.String _icon,
java.lang.String _selicon,
java.awt.event.MouseListener ml)
Constructs a new instance of this class given the owner where it should be placed (which must accomplish a IToolContainer interface), the icons and the
listener of the events for this new instance |
|
TBWidget(IToolContainer _owner,
java.awt.Image _icon,
java.awt.Image _selicon,
java.awt.event.MouseListener ml)
Constructs a new instance of this class given the owner where it should be placed (which must accomplish a IToolContainer interface), the icons Image s
and the listener of the events for this new instance |
|
TBSwitcherButton(IToolContainer _owner,
java.lang.String _icon,
java.lang.String _selectedIcon,
java.lang.String _helpText,
Behavior _behavior,
java.awt.event.MouseListener _mouseListener)
Creates an instance of a TBSwitcherButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
|
|
TBSwitcherButton(IToolContainer _owner,
java.lang.String _icon,
java.lang.String _selectedIcon,
java.lang.String _helpText,
Behavior _behavior,
java.awt.event.MouseListener _mouseListener,
int _index)
Creates an instance of a TBSwitcherButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
|
|
TBSwitcherButton(IToolContainer _owner,
java.awt.Image _icon,
java.awt.Image _selectedIcon,
java.lang.String _helpText,
java.awt.event.MouseListener _mouseListener)
Creates an instance of a TBSelecteable button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
|
|
TBSwitcherButton(IToolContainer _owner,
java.lang.String _icon,
java.lang.String _selectedIcon,
java.lang.String _helpText,
java.awt.event.MouseListener _mouseListener)
Creates an instance of a TBSwitcherButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
|
|
TBSelectableButton(IToolContainer _owner,
java.lang.String _icon,
java.lang.String _selectedIcon,
java.lang.String _helpText,
Behavior _behavior,
java.awt.event.MouseListener _mouseListener)
Creates an instance of a TBSelectableButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
|
|
TBSelectableButton(IToolContainer _owner,
java.lang.String _icon,
java.lang.String _selectedIcon,
java.lang.String _helpText,
Behavior _behavior,
java.awt.event.MouseListener _mouseListener,
int _index)
Creates an instance of a TBSelectableButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
|
|
TBSelectableButton(IToolContainer _owner,
java.awt.Image _icon,
java.awt.Image _selectedIcon,
java.lang.String _helpText,
java.awt.event.MouseListener _mouseListener)
Creates an instance of a TBSelecteable button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
|
|
TBMenu(IToolContainer _owner,
int xTop,
int yTop)
Creates an instance of TBMenu in a Window from a position
(usually the bottom-left corner of a combo button after checking that
there's enough space in the screen) |
|
TBDropDownButton(IToolContainer owner,
java.awt.event.MouseListener parent)
Class constructor. |
|
TBButton(IToolContainer _owner,
java.lang.String _icon,
java.lang.String _selectedIcon,
java.lang.String _helpText,
java.awt.event.MouseListener _mouseListener)
Constructs a new instance of this class given the owner where it should be placed (which must accomplish a IToolContainer interface,
the icons, the help text and the listener of the events for
this new instance |
|
TBButton(IToolContainer _owner,
java.lang.String _icon,
java.lang.String _selectedIcon,
java.lang.String _helpText,
java.awt.event.MouseListener _mouseListener,
int _index)
Constructs a new instance of this class given the owner where it should be placed (which must accomplish a IToolContainer interface,
the icons, the help text and the listener of the events for
this new instance and the position of the new button in the container |
|
TBButton(IToolContainer _owner,
java.awt.Image _icon,
java.awt.Image _selectedIcon,
java.lang.String _helpText,
java.awt.event.MouseListener _mouseListener)
Constructs a new instance of this class given the owner where it should be placed (which must be a ToolBar , the icons Image s, the help
text and the listener of the events for this new instance |
|
TBActionButton(IToolContainer _owner,
java.lang.String _icon,
java.lang.String _selectedIcon,
java.lang.String _helpText,
java.awt.event.MouseListener _mouseListener)
Creates an instance of a TBActionButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
|
|
TBActionButton(IToolContainer _owner,
java.lang.String _icon,
java.lang.String _selectedIcon,
java.lang.String _helpText,
java.awt.event.MouseListener _mouseListener,
int _index)
Constructs a new instance of this class given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
|
|
TBActionButton(IToolContainer _owner,
java.awt.Image _icon,
java.awt.Image _selectedIcon,
java.lang.String _helpText,
java.awt.event.MouseListener _mouseListener)
Creates an instance of a TBActionButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |