Kanzi  3.9.5
Java API
KeyManipulatorComponentMetadata Interface Reference

Metadata definitions for KeyManipulatorComponent. More...

Inheritance diagram for KeyManipulatorComponentMetadata:
[legend]

Public Attributes

DynamicPropertyType< Boolean > CapsLockProperty
 Sets the Caps Lock value of the key manipulator. More...
 
DynamicPropertyType< Integer > KeyModifierProperty
 Sets the key modifiers of the key manipulator. More...
 
DynamicPropertyType< Integer > LogicalKeyProperty
 Sets the logical key value of the key manipulator. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.KeyManipulatorComponent")
 Metaclass for KeyManipulatorComponent.
 
- Public Attributes inherited from NodeComponentMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.NodeComponent")
 Metaclass for NodeComponent.
 
DynamicPropertyType< String > NameProperty
 Name. More...
 

Detailed Description

Member Data Documentation

◆ CapsLockProperty

DynamicPropertyType<Boolean> CapsLockProperty
Initial value:
=
new DynamicPropertyType<>("KeyManipulatorComponent.CapsLock", Boolean.class)

Sets the Caps Lock value of the key manipulator.

If the value is not set, Caps Lock state is ignored.

◆ KeyModifierProperty

DynamicPropertyType<Integer> KeyModifierProperty
Initial value:
=
new DynamicPropertyType<>("KeyManipulatorComponent.KeyModifier", Integer.class)

Sets the key modifiers of the key manipulator.

The default value is Undefined.

◆ LogicalKeyProperty

DynamicPropertyType<Integer> LogicalKeyProperty
Initial value:
=
new DynamicPropertyType<>("KeyManipulatorComponent.LogicalKey", Integer.class)

Sets the logical key value of the key manipulator.