|
|||||||||
| Home >> All >> org >> dinopolis >> gpstool >> plugin >> [ averagepos overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dinopolis.gpstool.plugin.averagepos
Class AveragePosFrame

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.dinopolis.gpstool.plugin.averagepos.AveragePosFrame
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.beans.PropertyChangeListener, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class AveragePosFrame
- extends javax.swing.JFrame
- implements java.beans.PropertyChangeListener, java.awt.event.ActionListener
- extends javax.swing.JFrame
This plugin allows to manage the available maps. It shows all available maps on a layer it provides, it provides a table that lists all available maps and allows to edit them, and it provides a mouse mode, that lets the user interact with the map manager by clicking on the map component.
- Version:
- $Revision: 1.1 $
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JFrame |
javax.swing.JFrame.AccessibleJFrame |
| Nested classes inherited from class java.awt.Frame |
java.awt.Frame.AccessibleAWTFrame |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) AveragePosComponent |
average_pos_component_
|
static java.lang.String |
COMMAND_CLEAR
|
static java.lang.String |
COMMAND_CLOSE
|
(package private) javax.swing.JLabel |
latitude_label_
|
(package private) javax.swing.JLabel |
longitude_label_
|
(package private) org.dinopolis.util.Resources |
resources_
|
(package private) org.dinopolis.gpstool.plugin.PluginSupport |
support_
|
(package private) org.dinopolis.gpstool.util.UnitHelper |
unit_helper_
|
| Fields inherited from class javax.swing.JFrame |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
AveragePosFrame()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent event)
Action Listener Method |
protected void |
close()
Close window and remove the property listener. |
void |
initialize(org.dinopolis.gpstool.plugin.PluginSupport support)
|
void |
propertyChange(java.beans.PropertyChangeEvent event)
Callback method for property change events (Postion, altitude, ...) |
| Methods inherited from class java.awt.Frame |
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
| Field Detail |
COMMAND_CLOSE
public static final java.lang.String COMMAND_CLOSE
- See Also:
- Constant Field Values
COMMAND_CLEAR
public static final java.lang.String COMMAND_CLEAR
- See Also:
- Constant Field Values
resources_
org.dinopolis.util.Resources resources_
average_pos_component_
AveragePosComponent average_pos_component_
support_
org.dinopolis.gpstool.plugin.PluginSupport support_
latitude_label_
javax.swing.JLabel latitude_label_
longitude_label_
javax.swing.JLabel longitude_label_
unit_helper_
org.dinopolis.gpstool.util.UnitHelper unit_helper_
| Constructor Detail |
AveragePosFrame
public AveragePosFrame()
| Method Detail |
initialize
public void initialize(org.dinopolis.gpstool.plugin.PluginSupport support)
close
protected void close()
- Close window and remove the property listener.
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Action Listener Method
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent event)
- Callback method for property change events (Postion, altitude, ...)
- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener
|
|||||||||
| Home >> All >> org >> dinopolis >> gpstool >> plugin >> [ averagepos overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC