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