Uses of Class
artofillusion.keystroke.KeystrokeRecord

Packages that use KeystrokeRecord
artofillusion.keystroke   
 

Uses of KeystrokeRecord in artofillusion.keystroke
 

Methods in artofillusion.keystroke that return KeystrokeRecord
 KeystrokeRecord KeystrokeRecord.duplicate()
          Create an exact duplicate of this record.
static KeystrokeRecord[] KeystrokeManager.getAllRecords()
          Get a list of all defined KeystrokeRecords.
static KeystrokeRecord KeystrokeEditor.showEditorDialog(KeystrokeRecord record, WindowWidget parent)
          Display a dialog for editing a KeystrokeRecord.
 

Methods in artofillusion.keystroke with parameters of type KeystrokeRecord
static void KeystrokeManager.addRecord(KeystrokeRecord record)
          Add a new KeystrokeRecord.
static void KeystrokeManager.removeRecord(KeystrokeRecord record)
          Remove a KeystrokeRecord.
static void KeystrokeManager.setAllRecords(KeystrokeRecord[] allRecords)
          Set the list of all defined KeystrokeRecords, completely replacing the existing ones.
static KeystrokeRecord KeystrokeEditor.showEditorDialog(KeystrokeRecord record, WindowWidget parent)
          Display a dialog for editing a KeystrokeRecord.
 



Copyright © 1999-2011 by Peter Eastman.