com.wewebu.ow.server.app
Class OwPluginKeyBoardMaping

java.lang.Object
  extended by com.wewebu.ow.server.app.OwPluginKeyBoardMaping

public class OwPluginKeyBoardMaping
extends Object

Single keyboard mapping for a plugin.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Constructor Summary
OwPluginKeyBoardMaping()
           
OwPluginKeyBoardMaping(Node valueNode_p)
           
OwPluginKeyBoardMaping(OwPluginKeyBoardMaping map_p)
           
OwPluginKeyBoardMaping(String strPluginID, int iKeyCode, int iCtrlCode)
           
OwPluginKeyBoardMaping(String strPluginID, int iKeyCode, int iCtrlCode, OwOSFamily osFamily)
           
 
Method Summary
 int getCtrlCode()
           
 int getKeyCode()
           
 OwOSFamily getOSFamily()
           
 String getPluginID()
           
static Map<String,OwKeySetting> toKeySettings(Collection<OwPluginKeyBoardMaping> mappings)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwPluginKeyBoardMaping

public OwPluginKeyBoardMaping(OwPluginKeyBoardMaping map_p)

OwPluginKeyBoardMaping

public OwPluginKeyBoardMaping(Node valueNode_p)

OwPluginKeyBoardMaping

public OwPluginKeyBoardMaping()

OwPluginKeyBoardMaping

public OwPluginKeyBoardMaping(String strPluginID,
                              int iKeyCode,
                              int iCtrlCode)

OwPluginKeyBoardMaping

public OwPluginKeyBoardMaping(String strPluginID,
                              int iKeyCode,
                              int iCtrlCode,
                              OwOSFamily osFamily)
Method Detail

toKeySettings

public static Map<String,OwKeySetting> toKeySettings(Collection<OwPluginKeyBoardMaping> mappings)

toString

public String toString()
Overrides:
toString in class Object

getPluginID

public String getPluginID()

getKeyCode

public int getKeyCode()

getCtrlCode

public int getCtrlCode()

getOSFamily

public OwOSFamily getOSFamily()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.