PathwayLogic Assistant API

pla
Class KeyStrokeDisplayer

java.lang.Object
  extended by pla.KeyStrokeDisplayer

public class KeyStrokeDisplayer
extends Object

utility class to convert Swing key strokes into Strings.

Author:
linda

Constructor Summary
KeyStrokeDisplayer()
           
 
Method Summary
static String displayKeyStroke(KeyStroke ks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStrokeDisplayer

public KeyStrokeDisplayer()
Method Detail

displayKeyStroke

public static String displayKeyStroke(KeyStroke ks)

PathwayLogic Assistant API