public abstract class AbstractSwipePanel extends java.lang.Object implements SwipePanel
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOGGER |
Modifier | Constructor and Description |
---|---|
protected |
AbstractSwipePanel() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
adjustJViewPortWindows() |
javax.swing.JComponent |
asJComponent()
Returns this component as a swing
JComponent . |
protected void |
configureCombos() |
protected void |
configureCombosActions() |
protected void |
configureSplitPanel() |
protected MapControl |
createMapControl() |
protected abstract javax.swing.JSplitPane |
createSplitPanel() |
protected void |
doZoomAllView1() |
protected void |
doZoomAllView2() |
protected abstract javax.swing.JComboBox<LabeledValue<MapContext>> |
getComboDocuments1() |
protected abstract javax.swing.JComboBox<LabeledValue<MapContext>> |
getComboDocuments2() |
protected abstract MapControl |
getMapControl1() |
protected abstract MapControl |
getMapControl2() |
protected abstract javax.swing.JComponent |
getView() |
protected abstract javax.swing.JPanel |
getViewSplitPanel() |
public javax.swing.JComponent asJComponent()
Component
JComponent
.asJComponent
in interface Component
JComponent
protected void configureCombosActions() throws LocatorException
LocatorException
protected void configureSplitPanel()
protected void configureCombos() throws LocatorException
LocatorException
protected MapControl createMapControl()
protected void doZoomAllView1()
protected void doZoomAllView2()
protected abstract MapControl getMapControl1()
protected abstract MapControl getMapControl2()
protected abstract javax.swing.JComboBox<LabeledValue<MapContext>> getComboDocuments1()
protected abstract javax.swing.JComboBox<LabeledValue<MapContext>> getComboDocuments2()
protected abstract void adjustJViewPortWindows()
protected abstract javax.swing.JSplitPane createSplitPanel()
protected abstract javax.swing.JComponent getView()
protected abstract javax.swing.JPanel getViewSplitPanel()