|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gef.commands.Command
uk.ac.kcl.cch.jb.pliny.commands.MinMaxBaseCommand
uk.ac.kcl.cch.jb.pliny.commands.MinMaxSelectedItemsCommand
extends MinMaxBaseCommand to provide a command to take
the set of LinkableObjects provided and either minimize them
or expand them all.
| Constructor Summary | |
MinMaxSelectedItemsCommand(Vector items,
boolean setToOpen)
creates an instance of this command, and gives it the list of LinkableObjects it is to work with, and an indication of whether it needs to expand or minimize them. |
|
| Methods inherited from class uk.ac.kcl.cch.jb.pliny.commands.MinMaxBaseCommand |
execute, redo, setList, undo |
| Methods inherited from class org.eclipse.gef.commands.Command |
canExecute, canUndo, chain, dispose, getDebugLabel, getLabel, setDebugLabel, setLabel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MinMaxSelectedItemsCommand(Vector items,
boolean setToOpen)
items - a collection of LinkableObjects to work with.setToOpen - if true expand them, if
false minimise them.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||