com.aptana.ide.debug.internal.ui
Class WatchExpressionFactoryAdapter

java.lang.Object
  extended by com.aptana.ide.debug.internal.ui.WatchExpressionFactoryAdapter
All Implemented Interfaces:
org.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapter

public class WatchExpressionFactoryAdapter
extends java.lang.Object
implements org.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapter

Author:
Max Stepanov

Constructor Summary
WatchExpressionFactoryAdapter()
           
 
Method Summary
 java.lang.String createWatchExpression(org.eclipse.debug.core.model.IVariable variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchExpressionFactoryAdapter

public WatchExpressionFactoryAdapter()
Method Detail

createWatchExpression

public java.lang.String createWatchExpression(org.eclipse.debug.core.model.IVariable variable)
                                       throws org.eclipse.core.runtime.CoreException
Specified by:
createWatchExpression in interface org.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapter
Throws:
org.eclipse.core.runtime.CoreException