org.eclipse.gmf.runtime.lite.parts
Class CommandStackAdapterManager

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.gmf.runtime.lite.parts.CommandStackAdapterManager
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal

public class CommandStackAdapterManager
extends org.eclipse.emf.common.notify.impl.AdapterImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
 
Constructor Summary
CommandStackAdapterManager()
           
 
Method Summary
 void acquire()
           
 org.eclipse.gef.commands.CommandStack getCommandStack()
           
 boolean isAdapterForType(Object type)
           
 boolean isReleased()
           
 void release()
           
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandStackAdapterManager

public CommandStackAdapterManager()
Method Detail

isAdapterForType

public boolean isAdapterForType(Object type)
Specified by:
isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
Overrides:
isAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl

getCommandStack

public org.eclipse.gef.commands.CommandStack getCommandStack()

acquire

public void acquire()

release

public void release()

isReleased

public boolean isReleased()


Copyright © 2012. All Rights Reserved.