Package es.prodevelop.gvsig.mobile.gui.tool

Interface Summary
IToolContainer Interface for specifying the common issues of a buttons container, e.g.
 

Class Summary
DialogButton Class for all types of buttons in the application different from TBWidget
GenericButton Abstract class for gvSIG Mobile buttons.
GroupToolbar Utility class to perform the animation of the group button bar (to the left of the main window)
MapCursor This class contains the GPS cursor used to indicate the position delivered by the GPS device.
SplashWidget This class is used to show the startup logo when the application starts.
TBActionButton A tool bar button without state.
TBButton Abstract class for toolbar Buttons.
TBComboButton A button that is aimed to be placed in a tool bar, with the ability to contain several buttons inside.
TBDropDownButton Class which shows a drop down arrow to allow the user to click on it and get a drop-down menu with all the buttons included in the combo button list plus a short text description
TBEmptyButton An empty button (space) placed in a Tool Bar which does nothing
TBHelpButton Help button placed at the end of a Tool Bar which shows a help menu with a list of the buttons placed in the toolbar
TBMenu A TBMenu is a rectangle which is shown to get mor Class that represents a drop-down menu in a toolbar.
TBSelectableButton A tool bar button with state.
TBSwitcherButton This button have 2 states, activated or deactivaded changing with turnOn() and turnOff() This state is not affected by other buttons in toolbar
TBWidget Abstract class for toolbar elements.
ToolBar Element of the GUI which represents a container of buttons displayed for allowing the user to access specific actions.
ToolBarGroupButton This class represents one of the buttons that show on the left side of the main window.