|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwOSFamily | |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.ui | |
com.wewebu.ow.server.ui.ua |
Uses of OwOSFamily in com.wewebu.ow.server.app |
---|
Methods in com.wewebu.ow.server.app that return OwOSFamily | |
---|---|
OwOSFamily |
OwPluginKeyBoardMaping.getOSFamily()
|
Constructors in com.wewebu.ow.server.app with parameters of type OwOSFamily | |
---|---|
OwPluginKeyBoardMaping(String strPluginID,
int iKeyCode,
int iCtrlCode,
OwOSFamily osFamily)
|
Uses of OwOSFamily in com.wewebu.ow.server.ui |
---|
Fields in com.wewebu.ow.server.ui declared as OwOSFamily | |
---|---|
OwOSFamily |
OwOSFamilyKeyCodeSetting.OwOSFamilyKeyCode.osFamily
|
Methods in com.wewebu.ow.server.ui with parameters of type OwOSFamily | |
---|---|
OwKeyEvent |
OwOSFamilyKeyCodeSetting.createEvent(OwOSFamily osFamily,
String strEventURL,
String strFormName,
String description)
|
String |
OwKeyboardDescription.getDescription(int keyCode,
int ctrlCode,
Locale locale,
OwOSFamily family)
|
String |
OwKeyEvent.getKeyDescription(Locale locale,
OwOSFamily userAgentFamily)
|
Constructors in com.wewebu.ow.server.ui with parameters of type OwOSFamily | |
---|---|
OwOSFamilyKeyCodeSetting.OwOSFamilyKeyCode(OwOSFamily osFamily,
int iKeyCode,
int iCtrlKey)
|
Uses of OwOSFamily in com.wewebu.ow.server.ui.ua |
---|
Methods in com.wewebu.ow.server.ui.ua that return OwOSFamily | |
---|---|
static OwOSFamily |
OwOSFamily.findFirst(String userAgent)
User agent string OS family parse-search |
static OwOSFamily |
OwOSFamily.from(String family)
|
static OwOSFamily |
OwOSFamily.fromFamilyName(String familyName)
|
static OwOSFamily |
OwOSFamily.matchPattern(String family)
|
static OwOSFamily |
OwOSFamily.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OwOSFamily[] |
OwOSFamily.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |