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

public abstract class AbstractSwipePanel extends Object implements org.gvsig.swipe.swing.SwipePanel
Author:
fdiaz
  • Field Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
  • Constructor Details

    • AbstractSwipePanel

      protected AbstractSwipePanel()
  • Method Details

    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.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

      protected abstract JSplitPane createSplitPanel()
    • getView

      protected abstract JComponent getView()
    • getViewSplitPanel

      protected abstract JPanel getViewSplitPanel()