org.eclipse.gmf.runtime.lite.commands
Class ExpandDrawerCommand

java.lang.Object
  extended by org.eclipse.emf.common.command.AbstractCommand
      extended by org.eclipse.emf.common.command.CommandWrapper
          extended by org.eclipse.gmf.runtime.lite.commands.ExpandDrawerCommand
All Implemented Interfaces:
org.eclipse.emf.common.command.Command

public class ExpandDrawerCommand
extends org.eclipse.emf.common.command.CommandWrapper

Command that, upon execution, ensures that the compartment (or another view that has a {@link DrawerStyle) attached) is expanded.

Author:
bblajer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.common.command.AbstractCommand.NonDirtying
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.command.CommandWrapper
command
 
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label
 
Constructor Summary
ExpandDrawerCommand(org.eclipse.gmf.runtime.notation.View drawer)
           
 
Method Summary
protected  org.eclipse.emf.common.command.Command createCommand()
           
 
Methods inherited from class org.eclipse.emf.common.command.CommandWrapper
canUndo, dispose, execute, getAffectedObjects, getCommand, getDescription, getLabel, getResult, prepare, redo, toString, undo
 
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand
canExecute, chain, setDescription, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpandDrawerCommand

public ExpandDrawerCommand(org.eclipse.gmf.runtime.notation.View drawer)
Method Detail

createCommand

protected org.eclipse.emf.common.command.Command createCommand()
Overrides:
createCommand in class org.eclipse.emf.common.command.CommandWrapper


Copyright © 2012. All Rights Reserved.