com.wewebu.ow.server.ui
Class OwOSFamilyKeyCodeSetting

java.lang.Object
  extended by com.wewebu.ow.server.ui.OwAbstractKeySetting
      extended by com.wewebu.ow.server.ui.OwOSFamilyKeyCodeSetting
All Implemented Interfaces:
OwKeySetting

public class OwOSFamilyKeyCodeSetting
extends OwAbstractKeySetting

Operating system based key setting. Holds key and control-codes codes that define one action for various operating system families.

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

Since:
4.1.1.0

Nested Class Summary
static class OwOSFamilyKeyCodeSetting.OwOSFamilyKeyCode
           OwOSFamilyKeyCode.
 
Constructor Summary
OwOSFamilyKeyCodeSetting(String id, OwOSFamilyKeyCodeSetting.OwOSFamilyKeyCode... keyCodes)
           
 
Method Summary
 OwOSFamilyKeyAction createAction(String strEventURL, String strFormName, String description)
           
 OwKeyEvent createEvent(OwOSFamily osFamily, String strEventURL, String strFormName, String description)
           
 
Methods inherited from class com.wewebu.ow.server.ui.OwAbstractKeySetting
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwOSFamilyKeyCodeSetting

public OwOSFamilyKeyCodeSetting(String id,
                                OwOSFamilyKeyCodeSetting.OwOSFamilyKeyCode... keyCodes)
Method Detail

createEvent

public OwKeyEvent createEvent(OwOSFamily osFamily,
                              String strEventURL,
                              String strFormName,
                              String description)

createAction

public OwOSFamilyKeyAction createAction(String strEventURL,
                                        String strFormName,
                                        String description)


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.