yu.ac.bg.etf.javaqx.qswing
Class KeyStroke

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.KeyStroke

public class KeyStroke
extends java.lang.Object

Key Stroke.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Method Summary
static KeyStroke getKeyStroke(java.lang.String s)
          Returns key stroke for the specified string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKeyStroke

public static KeyStroke getKeyStroke(java.lang.String s)
Returns key stroke for the specified string.

Parameters:
s - the string
Returns:
key stroke for the specified string


Copyright © 2007 ETF and contributors. All Rights Reserved.