javax.swing.table.TableModel tableModel
org.gvsig.app.gui.TableSorter.Row[] viewToModel
int[] modelToView
javax.swing.table.JTableHeader tableHeader
java.awt.event.MouseListener mouseListener
javax.swing.event.TableModelListener tableModelListener
java.util.Map<K,V> columnComparators
java.util.List<E> sortingColumns
org.gvsig.fmap.mapcontext.MapContext mapContext
Inner model with the layers, event support for drawing them, and the
ViewPort with information to adapt to the bounds available
in image coordinates.
java.util.Map<K,V> namesMapTools
All registered Behavior that can define a way to work with
this MapControl.
Only one of them can be active at a given moment.
Behavior currentMapTool
Active Behavior that will generate events according a
criterion, and then, with a ToolListener associated,
will simulate to user that works with this component as a particular
tool.
int status
Determines which's the current drawn status of this component:
The MapControl drawing process will consider the value of
this parameter to decide which elements will be updated or drawn.
java.awt.image.BufferedImage image
Image with a buffer to accelerate the draw the changes of the graphical items in this component.
Firstly, information will be drawn in the buffer, and, when is outright drawn, that information will be displayed. Meanwhile, the previous image can be kept showed.
BufferedImage,
MapControl.getImage()java.lang.String currentTool
Name of the tool used currently to interact with this component.
MapControl.CancelDraw canceldraw
Object to store the flag that notifies a drawing thread task and
MapContext's layers, that must be canceled or can continue
with the process.
MapControl.cancelDrawing()javax.swing.Timer timer
Fires an action events after a specified delay.
MapControl will use the timer to update its visible
graphical information during a drawing process, or allowing to cancel
that process.
This is very useful to pretend faster interactivity to user when
MapControl has lots of layers, and / or layers with heavy
graphical elements, that need a long time to finish drawing all its data.
org.gvsig.fmap.mapcontext.ViewPort vp
Reference to the ViewPort of the MapContext of this component.
After, the view port will change adapting itself according the current projection and the extent.
MapControl.getViewPort(),
ViewPortMapControl.Drawer drawer
Manager of all MapControl painting requests.
MapControl.MapToolListener mapToolListener
Listener of all kind of mouse events produced in this component.
Delegates each mouse event to the current map tool.
MapControl.MapContextListener mapContextListener
Listener of all events produced in a this component's
MapContext object during an atomic period of time.
org.gvsig.utils.exceptionHandling.ExceptionHandlingSupport exceptionHandlingSupport
Group of ExceptionListener that, in whatever moment could be
notified a Throwable Java error or exception.
java.lang.String prevTool
Name of the previous tool used.
Behavior combinedTool
Tool that will be used combined with the current tool of this
MapControl.
Grid cadgrid
MapControl's view
port.java.awt.geom.Point2D adjustedPoint
ViewPort.fromMapPoint(Point2D)boolean bForceCoord
Determines if the position of the snap of the mouse's cursor on the
MapControl is within the area around a control point of a
geometry.
The area is calculated as a circle centered at the control point and with radius the pixels tolerance defined in the preferences.
ISnapper usedSnap
boolean bRefent
double[] previousPoint
java.awt.geom.Point2D mapAdjustedPoint
MapControl#toMapPointMapControlDrawer mapControlDrawer
java.awt.Cursor transparentCursor
boolean disposed
java.awt.Image lastImageCursor
java.awt.Cursor lastCursor
FeatureTableModel featureTableModel
JToggleButtonHeaderCellRenderer headerCellRenderer
ConfigurableFeatureTableModel tableModel
javax.swing.JScrollPane jScrollPane
FeatureTable table
javax.swing.JPanel selectionPanel
javax.swing.JLabel selectionLabel
FeatureTablePanel tablePanel
FeatureTypeList typesControl
javax.swing.JSplitPane jSplitPane
FeatureStoreModel model
ConfigurableFeatureTableModel configurable
ConfigurationTableModel tableModel
javax.swing.JScrollPane jScrollPane
javax.swing.JList<E> jList
java.util.List<E> featureTypeChangeListeners
FeatureTypeListModel model
org.gvsig.fmap.dal.DataServerExplorer dataServerExplorer
org.gvsig.fmap.dal.DataServerExplorerParameters dataServerExplorerParameters
org.gvsig.fmap.dal.NewDataStoreParameters dataStoreParameters
javax.swing.JButton explorersButton
javax.swing.JComboBox<E> explorersComboBox
javax.swing.JButton providersButton
javax.swing.JComboBox<E> providersComboBox
java.lang.String title
javax.swing.JButton botAcept
javax.swing.JButton botCancel
javax.swing.JButton botRestoreDefaults
javax.swing.JPanel panButtons
org.gvsig.tools.dynform.JDynForm form
org.gvsig.tools.dynobject.DynObject data
boolean isCanceled
java.lang.Runnable onclose
LayersDynObjectSetComponentModel model
org.gvsig.tools.dynform.JDynFormSet component
javax.swing.JTree layersTree
javax.swing.JPanel contentPanel
boolean writable
javax.swing.tree.DefaultMutableTreeNode topNode
javax.swing.tree.MutableTreeNode previousSelection
org.gvsig.fmap.mapcontext.MapContext mapContext
Copyright © 2014 gvSIG Association. All Rights Reserved.