|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.app.MapEditControlPanel
public class MapEditControlPanel
Panel of controls for building and modifying the map.
Copyright 2007 Partner Software, Inc.
| Constructor Summary | |
|---|---|
MapEditControlPanel(MapApp mapApp)
|
|
| Method Summary | |
|---|---|
void |
addByCoordinate()
Called by the add button in the feet coordinate section. |
void |
addByProjection()
Called by the add button in the longitude/latitude coordinate section. |
void |
convert()
|
void |
delete()
|
void |
feetAdd()
Called by the add button in the feet section. |
void |
feetMove()
Called by the move button in the feet section. |
GpsControlPanel |
getGpsControlPanel()
|
java.awt.Container |
getGUI()
|
com.partnersoft.maps.app.MapEditToolBar |
getToolBar()
|
com.partnersoft.maps.app.MapEditToolKeypad |
getToolKeypad()
|
TreeField<MapEditTool> |
getToolTree()
|
void |
laserAddBackward()
|
void |
laserAddForward()
|
void |
laserMoveBackward()
|
void |
laserMoveForward()
|
void |
layoutFeetPanel(GUIFormBuilder2 builder)
|
void |
layoutGpsPanel(GUIFormBuilder2 builder)
|
void |
layoutKeypadPanel(GUIFormBuilder2 builder)
|
void |
layoutLaserPanel(GUIFormBuilder2 builder)
|
void |
layoutMovePanel(GUIFormBuilder2 builder)
|
void |
layoutPanel(GUIFormBuilder2 builder)
|
void |
layoutSurveyPanel(GUIFormBuilder2 builder)
|
void |
layoutWorldPanel(GUIFormBuilder2 builder)
|
void |
lonlatAdd()
Called by the add button in the lonlat section. |
void |
lonlatMove()
Called by the move button in the lonlat section. |
void |
moveApply()
Called by the apply button in the move section. |
void |
setDragabout(Dragabout dragabout)
|
void |
shoot()
Called by the shoot button. |
void |
surveyAdd()
Called by the add button in the survey section. |
void |
surveyMove()
Called by the move button in the survey section. |
void |
updateGui(MapDataItem selected)
Updates the GUI controls to reflect the current selection state etc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapEditControlPanel(MapApp mapApp)
| Method Detail |
|---|
public void layoutPanel(GUIFormBuilder2 builder)
public void layoutMovePanel(GUIFormBuilder2 builder)
public void layoutSurveyPanel(GUIFormBuilder2 builder)
public void layoutWorldPanel(GUIFormBuilder2 builder)
public void layoutFeetPanel(GUIFormBuilder2 builder)
public void layoutLaserPanel(GUIFormBuilder2 builder)
public void layoutGpsPanel(GUIFormBuilder2 builder)
public void layoutKeypadPanel(GUIFormBuilder2 builder)
public void addByCoordinate()
public void addByProjection()
public void shoot()
public void surveyAdd()
public void surveyMove()
public void laserAddForward()
public void laserAddBackward()
public void laserMoveForward()
public void laserMoveBackward()
public void lonlatAdd()
public void lonlatMove()
public void feetAdd()
public void feetMove()
public void moveApply()
public void delete()
public void convert()
public void setDragabout(Dragabout dragabout)
public java.awt.Container getGUI()
public TreeField<MapEditTool> getToolTree()
public com.partnersoft.maps.app.MapEditToolBar getToolBar()
public com.partnersoft.maps.app.MapEditToolKeypad getToolKeypad()
public GpsControlPanel getGpsControlPanel()
public void updateGui(MapDataItem selected)
selected -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||