Uses of Class
es.prodevelop.gvsig.mobile.gui.tool.behavior.Behavior

Packages that use Behavior
es.prodevelop.gvsig.mobile.gui.tool   
es.prodevelop.gvsig.mobile.gui.tool.behavior   
 

Uses of Behavior in es.prodevelop.gvsig.mobile.gui.tool
 

Methods in es.prodevelop.gvsig.mobile.gui.tool that return Behavior
 Behavior TBSwitcherButton.getBehavior()
          Get the Behavior object that handles TBSwitcherButton
 Behavior TBSelectableButton.getBehavior()
          Get the Behavior object that handles TBSelectableButton
 

Constructors in es.prodevelop.gvsig.mobile.gui.tool with parameters of type Behavior
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(java.lang.String _icon, java.lang.String _selectedIcon, java.lang.String _helpText, Behavior _behavior, java.awt.event.MouseListener _mouseListener)
          Creates an instance of a TBSelecteable button by calling to the superclass constructor given the icons and the listener of the events for this new instance
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(java.lang.String _icon, java.lang.String _selectedIcon, java.lang.String _helpText, Behavior _behavior, java.awt.event.MouseListener _mouseListener)
          Creates an instance of a TBSelecteable button by calling to the superclass constructor given the icons and the listener of the events for this new instance
 

Uses of Behavior in es.prodevelop.gvsig.mobile.gui.tool.behavior
 

Subclasses of Behavior in es.prodevelop.gvsig.mobile.gui.tool.behavior
 class PointBehavior
          This behavior class notifies point events only, si it's useful for point-oriented tools (centter on point, info, etc.)
 class RectangleBehavior
          This behavior class is used when the tool needs to know the rectangle defined with a drag and drop process.