com.partnersoft.maps.app
Class MapDataPanel
java.lang.Object
com.partnersoft.maps.app.MapDataPanel
public class MapDataPanel
- extends java.lang.Object
This panel includes a selection list, a data display for the current selection
in that list, and some drawing controls beneath that. These are
unfortunately somewhat unrelated, but they're all in the same
panel, so there you go.
$Header: /usr/local/partner/cvs/partner/source/java/com/partnersoft/maps/app/MapDataPanel.java,v 1.21.4.2 2006-03-24 22:54:47 paul Exp $
- Author:
- Paul Reavis
Copyright 2004-2005 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectionModel
protected ArrayListListModel<MapDataLink> selectionModel
selections
protected ListSelectionControl selections
dataView
protected HTMLActionControl dataView
dataViewPanel
protected javax.swing.JPanel dataViewPanel
drawingControls
protected DrawingControls drawingControls
editor
protected CogStructureEditor editor
panel
protected javax.swing.JPanel panel
currentItem
protected MapDataItem currentItem
MapDataPanel
public MapDataPanel(MapApp crapp)
initialize
public void initialize()
setSelectionList
public void setSelectionList(java.util.ArrayList<MapDataLink> newList)
setCurrentSelection
public void setCurrentSelection(MapDataItem item,
int index)
getGUI
public javax.swing.JComponent getGUI()
getDataViewText
public java.lang.String getDataViewText()