public class DiscreteGroupViewportConstraintSP
extends de.jtem.jrworkspace.plugin.sidecontainer.template.ShrinkPanelPlugin
Modifier and Type | Class and Description |
---|---|
static interface |
DiscreteGroupViewportConstraintSP.ViewportConstraintChangedListener |
Modifier and Type | Field and Description |
---|---|
protected List<DiscreteGroupViewportConstraintSP.ViewportConstraintChangedListener> |
listeners |
Constructor and Description |
---|
DiscreteGroupViewportConstraintSP() |
Modifier and Type | Method and Description |
---|---|
boolean |
addViewportConstraintChangedListener(DiscreteGroupViewportConstraintSP.ViewportConstraintChangedListener l) |
void |
fireViewportConstraintChanged() |
void |
fireViewportConstraintChanged(Event cce) |
DiscreteGroupViewportConstraint |
getConstraint() |
Class<? extends de.jtem.jrworkspace.plugin.sidecontainer.SideContainerPerspective> |
getPerspectivePluginClass() |
boolean |
removeViewportConstraintChangedListener(DiscreteGroupViewportConstraintSP.ViewportConstraintChangedListener l) |
void |
setConstraint(DiscreteGroupViewportConstraint constraint) |
protected void |
setupGUI() |
void |
update() |
getDefaultIcon, getHelpDocument, getHelpHandle, getHelpIcon, getHelpPath, getHelpStyleSheet, getHelpTitle, getShrinkPanel, helpCalled, install, mainUIChanged, restoreStates, setHelpListener, setInitialPosition, setShowPanel, storeStates, uninstall
protected List<DiscreteGroupViewportConstraintSP.ViewportConstraintChangedListener> listeners
public boolean addViewportConstraintChangedListener(DiscreteGroupViewportConstraintSP.ViewportConstraintChangedListener l)
public void fireViewportConstraintChanged()
public void fireViewportConstraintChanged(Event cce)
public DiscreteGroupViewportConstraint getConstraint()
public Class<? extends de.jtem.jrworkspace.plugin.sidecontainer.SideContainerPerspective> getPerspectivePluginClass()
getPerspectivePluginClass
in class de.jtem.jrworkspace.plugin.sidecontainer.template.ShrinkPanelPlugin
public boolean removeViewportConstraintChangedListener(DiscreteGroupViewportConstraintSP.ViewportConstraintChangedListener l)
public void setConstraint(DiscreteGroupViewportConstraint constraint)
protected void setupGUI()
public void update()