uk.ac.kcl.cch.jb.pliny.commands
Class MinimizeAllContainedObjectCommand

java.lang.Object
  extended byorg.eclipse.gef.commands.Command
      extended byuk.ac.kcl.cch.jb.pliny.commands.MinMaxBaseCommand
          extended byuk.ac.kcl.cch.jb.pliny.commands.MinimizeAllContainedObjectCommand

public class MinimizeAllContainedObjectCommand
extends MinMaxBaseCommand

extends MinMaxBaseCommand to provide a command to minimize all LinkableObjects displayed in the reference/annotation area for the given Resource.

Author:
John Bradley

Constructor Summary
MinimizeAllContainedObjectCommand(Resource myResource)
           
 
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

MinimizeAllContainedObjectCommand

public MinimizeAllContainedObjectCommand(Resource myResource)