Package org.gvsig.swipe.swing.impl
Class AbstractSwipePanel
java.lang.Object
org.gvsig.swipe.swing.impl.AbstractSwipePanel
- All Implemented Interfaces:
org.gvsig.swipe.swing.SwipePanel,org.gvsig.tools.swing.api.Component
- Direct Known Subclasses:
HorizontalSwipePanel,VerticalSwipePanel
- Author:
- fdiaz
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidprotected voidprotected voidprotected voidprotected org.gvsig.fmap.mapcontrol.MapControlprotected abstract JSplitPaneprotected voidprotected voidprotected abstract JComboBox<org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.mapcontext.MapContext>> protected abstract JComboBox<org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.mapcontext.MapContext>> protected abstract org.gvsig.fmap.mapcontrol.MapControlprotected abstract org.gvsig.fmap.mapcontrol.MapControlprotected abstract JComponentgetView()protected abstract JPanel
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
AbstractSwipePanel
protected AbstractSwipePanel()
-
-
Method Details
-
asJComponent
- Specified by:
asJComponentin interfaceorg.gvsig.tools.swing.api.Component
-
configureCombosActions
protected void configureCombosActions() throws org.gvsig.tools.locator.LocatorException- Throws:
org.gvsig.tools.locator.LocatorException
-
configureSplitPanel
protected void configureSplitPanel() -
configureCombos
protected void configureCombos() throws org.gvsig.tools.locator.LocatorException- Throws:
org.gvsig.tools.locator.LocatorException
-
createMapControl
protected org.gvsig.fmap.mapcontrol.MapControl createMapControl() -
doZoomAllView1
protected void doZoomAllView1() -
doZoomAllView2
protected void doZoomAllView2() -
getMapControl1
protected abstract org.gvsig.fmap.mapcontrol.MapControl getMapControl1() -
getMapControl2
protected abstract org.gvsig.fmap.mapcontrol.MapControl getMapControl2() -
getComboDocuments1
protected abstract JComboBox<org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.mapcontext.MapContext>> getComboDocuments1() -
getComboDocuments2
protected abstract JComboBox<org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.mapcontext.MapContext>> getComboDocuments2() -
adjustJViewPortWindows
protected abstract void adjustJViewPortWindows() -
createSplitPanel
-
getView
-
getViewSplitPanel
-