|
|||||||||
| Home >> All >> org >> dinopolis >> gpstool >> [ plugin overview ] | PREV NEXT | ||||||||
G
- GuiPlugin - interface org.dinopolis.gpstool.plugin.GuiPlugin.
- This interface is used for all plugins that want to provide any kind of gui-interface for the application.
- getContentDescription() - Method in interface org.dinopolis.gpstool.plugin.ReadTrackPlugin
- Returns a short description of the track data that may be used for example in a file chooser.
- getContentDescription() - Method in interface org.dinopolis.gpstool.plugin.WriteImagePlugin
- Returns a short description of the content that may be used e.g.
- getContentFileExtensions() - Method in interface org.dinopolis.gpstool.plugin.ReadTrackPlugin
- Returns possible file extensions the content.
- getContentFileExtensions() - Method in interface org.dinopolis.gpstool.plugin.WriteImagePlugin
- Returns possible file extensions the the content.
- getContentType() - Method in interface org.dinopolis.gpstool.plugin.WriteImagePlugin
- Returns the content type of the data the plugin produces (e.g.
- getGPSDataProcessor() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Get the gps data processor that handles the input/output of the gps data.
- getLayer() - Method in interface org.dinopolis.gpstool.plugin.GuiPlugin
- If the plugin wants to draw anything on the map it may return a
layer here or
nullif not. - getLayer() - Method in interface org.dinopolis.gpstool.plugin.MouseModePlugin
- If the mouse mode plugin wants to draw anything on the map it may
return a layer here or
nullif not. - getMainFrame() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Get the main Frame of the application.
- getMainMenu() - Method in interface org.dinopolis.gpstool.plugin.GuiPlugin
- The plugin may return a JMenu object to be used in the main menu of the application and may (should) contain other menu items.
- getMap(double, double, double, int, int, String, ProgressListener) - Method in interface org.dinopolis.gpstool.plugin.MapRetrievalPlugin
- Retrieve a map with the given parameters and store it in a file.
- getMapComponent() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Get the map component
- getMapManagerHook() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Get the map_manager_hook.
- getMapNavigationHook() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Get the map_navigation_hook_.
- getMapScale(double, double, double, int, int) - Method in interface org.dinopolis.gpstool.plugin.MapRetrievalPlugin
- Returns the scale the plugin would use for the given parameters.
- getMouseModeManager() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Set the mouse mode manager.
- getMouseModes() - Method in interface org.dinopolis.gpstool.plugin.GuiPlugin
- Every plugin may provide one or more mouse modes.
- getPluginDescription() - Method in interface org.dinopolis.gpstool.plugin.Plugin
- Returns a description of the Plugin.
- getPluginIdentifier() - Method in interface org.dinopolis.gpstool.plugin.Plugin
- Returns the unique id of the plugin.
- getPluginName() - Method in interface org.dinopolis.gpstool.plugin.Plugin
- Returns the name of the Plugin.
- getPluginVersion() - Method in interface org.dinopolis.gpstool.plugin.Plugin
- Returns the version of the plugin.
- getPropertyChangeSupport() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Get the property_change_support.
- getResources() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Get the resources (may be used to store strings, booleans, etc.).
- getServiceDiscovery() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Get the service discovery that allows to find all kind of plugins.
- getStatusHook() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Get the status_hook.
- getSubMenu() - Method in interface org.dinopolis.gpstool.plugin.GuiPlugin
- The application provides a sub menu for every plugin that may be used.
- getTrackManager() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Get the track manager (may be used to set/get tracks).
- getTracks(InputStream) - Method in interface org.dinopolis.gpstool.plugin.ReadTrackPlugin
- Parse the given input stream and return tracks.
- getUnitHelper() - Method in interface org.dinopolis.gpstool.plugin.PluginSupport
- Set the unit helper.
I
- initializePlugin(PluginSupport) - Method in interface org.dinopolis.gpstool.plugin.Plugin
- Initialize the plugin and pass a PluginSupport that provides objects, the plugin may use.
- isActive() - Method in interface org.dinopolis.gpstool.plugin.GuiPlugin
- Returns if the plugin is active or not.
M
- MapRetrievalPlugin - interface org.dinopolis.gpstool.plugin.MapRetrievalPlugin.
- This is the interface of all plugins that are able to retrieve maps.
- MouseModePlugin - interface org.dinopolis.gpstool.plugin.MouseModePlugin.
- This interface is used for all plugins that want to provide any mouse handling for the application.
O
- org.dinopolis.gpstool.plugin - package org.dinopolis.gpstool.plugin
P
- Plugin - interface org.dinopolis.gpstool.plugin.Plugin.
- This is the base interface of all plugins.
- PluginSupport - interface org.dinopolis.gpstool.plugin.PluginSupport.
- This class provides all available hooks and components that modules/plugins may need to work properly.
R
- ReadTrackPlugin - interface org.dinopolis.gpstool.plugin.ReadTrackPlugin.
- This plugin reads track data from a stream (ususally from a file) and provides one or more tracks (lists of org.dinopolis.gpstool.track.Trackpoint objects).
S
- setActive(boolean) - Method in interface org.dinopolis.gpstool.plugin.GuiPlugin
- Called by the application to switch the layer on or off.
- startPlugin() - Method in interface org.dinopolis.gpstool.plugin.Plugin
- The application calls this method to indicate that the plugin is activated and will be used from now on.
- stopPlugin() - Method in interface org.dinopolis.gpstool.plugin.Plugin
- The application calls this method to indicate that the plugin is deactivated and will not be used any more.
W
- WriteImagePlugin - interface org.dinopolis.gpstool.plugin.WriteImagePlugin.
- This plugin writes the content of a java AWT component in a specific format (e.g.
- write(Component, OutputStream) - Method in interface org.dinopolis.gpstool.plugin.WriteImagePlugin
- Writes the data to the given output stream.
G I M O P R S W
|
|||||||||
| Home >> All >> org >> dinopolis >> gpstool >> [ plugin overview ] | PREV NEXT | ||||||||