public class CSingleParentRemover extends SingleParentRemover
SingleParentRemover
not removing any CStation
s.Constructor and Description |
---|
CSingleParentRemover(CControl control)
Creates a new remover
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
shouldTest(DockStation station)
Tells whether
station should be automatically
removed or just be ignored. |
install, test, testAll, uninstall
public CSingleParentRemover(CControl control)
control
- the control for which this remover will be usedprotected boolean shouldTest(DockStation station)
SingleParentRemover
station
should be automatically
removed or just be ignored.shouldTest
in class SingleParentRemover
station
- a station to testtrue
if the station may be removed
by this remover, false
otherwise.