gnu.jemacs.swt
Class CommandDialog

java.lang.Object
  extended by Dialog
      extended by gnu.jemacs.swt.CommandDialog

public class CommandDialog
extends Dialog


Constructor Summary
CommandDialog(Shell parent)
           
CommandDialog(Shell parent, int style)
           
 
Method Summary
 java.lang.String getCommand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandDialog

public CommandDialog(Shell parent)
Parameters:
parent -

CommandDialog

public CommandDialog(Shell parent,
                     int style)
Parameters:
parent -
style -
Method Detail

getCommand

public java.lang.String getCommand()