artofillusion.keystroke
Class KeystrokeEditor

java.lang.Object
  extended by BDialog
      extended by artofillusion.keystroke.KeystrokeEditor

public class KeystrokeEditor
extends BDialog

This class presents a user interface for editing a single KeystrokeRecord. To use it, invoke the static editKeystroke() method.


Method Summary
static KeystrokeRecord showEditorDialog(KeystrokeRecord record, WindowWidget parent)
          Display a dialog for editing a KeystrokeRecord.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showEditorDialog

public static KeystrokeRecord showEditorDialog(KeystrokeRecord record,
                                               WindowWidget parent)
Display a dialog for editing a KeystrokeRecord.

Parameters:
record - the record to be edited
parent - the parent window
Returns:
a new KeystrokeRecord representing the edited keystroke, or null if the user clicked Cancel.


Copyright © 1999-2011 by Peter Eastman.