public class KeyInstanceManager extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
KeyInstanceManager.StatusListener |
Modifier and Type | Method and Description |
---|---|
void |
addStatusListener(KeyInstanceManager.StatusListener statusListener) |
protected void |
checkClearKey() |
void |
clearDefaultKey() |
protected static void |
disposeDisplay(org.eclipse.swt.widgets.Display display) |
KeyInformation |
getDefaultKey() |
static KeyInstanceManager |
getInstance(org.eclipse.swt.widgets.Display display) |
void |
removeStatusListener(KeyInstanceManager.StatusListener statusListener) |
void |
setDefaultKey(KeyInformation key,
Integer keyTimeout) |
public void setDefaultKey(KeyInformation key, Integer keyTimeout)
protected void checkClearKey()
public void clearDefaultKey()
public KeyInformation getDefaultKey()
public void addStatusListener(KeyInstanceManager.StatusListener statusListener)
public void removeStatusListener(KeyInstanceManager.StatusListener statusListener)
public static KeyInstanceManager getInstance(org.eclipse.swt.widgets.Display display)
protected static void disposeDisplay(org.eclipse.swt.widgets.Display display)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.