org.eclipse.emf.edit.ui
Class EditorEntryPoint.CommandHandler

java.lang.Object
  extended by org.eclipse.emf.edit.ui.EditorEntryPoint.CommandHandler
All Implemented Interfaces:
com.google.gwt.event.dom.client.ClickHandler, com.google.gwt.event.shared.EventHandler
Enclosing class:
EditorEntryPoint

public abstract static class EditorEntryPoint.CommandHandler
extends java.lang.Object
implements com.google.gwt.event.dom.client.ClickHandler


Field Summary
protected  com.google.gwt.user.client.ui.Button button
           
protected  Command command
           
protected  EditingDomain editingDomain
           
 
Constructor Summary
EditorEntryPoint.CommandHandler(EditingDomain editingDomain, com.google.gwt.user.client.ui.Button button)
           
 
Method Summary
abstract  Command createCommand(java.lang.Object value)
           
 void onClick(com.google.gwt.event.dom.client.ClickEvent event)
           
 void setSelection(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

command

protected Command command

editingDomain

protected EditingDomain editingDomain

button

protected com.google.gwt.user.client.ui.Button button
Constructor Detail

EditorEntryPoint.CommandHandler

public EditorEntryPoint.CommandHandler(EditingDomain editingDomain,
                                       com.google.gwt.user.client.ui.Button button)
Method Detail

setSelection

public void setSelection(java.lang.Object value)

createCommand

public abstract Command createCommand(java.lang.Object value)

onClick

public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
Specified by:
onClick in interface com.google.gwt.event.dom.client.ClickHandler

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.