gnu.jemacs.swt
Class CommandDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by gnu.jemacs.swt.CommandDialog

public class CommandDialog
extends org.eclipse.swt.widgets.Dialog


Constructor Summary
CommandDialog(org.eclipse.swt.widgets.Shell parent)
           
CommandDialog(org.eclipse.swt.widgets.Shell parent, int style)
           
 
Method Summary
 java.lang.String getCommand()
           
 
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandDialog

public CommandDialog(org.eclipse.swt.widgets.Shell parent)
Parameters:
parent -

CommandDialog

public CommandDialog(org.eclipse.swt.widgets.Shell parent,
                     int style)
Parameters:
parent -
style -
Method Detail

getCommand

public java.lang.String getCommand()