Library | Package Java Toolkit

Interface Key

package com.ptc.uifc.uifcCore;

public interface Key
  extends jxobject



Description

 



Method Summary
KeyIdGetId ()
    Get method for attribute "Id"
     
KeyModifiersGetModifiers ()
    Get method for attribute "Modifiers"
     
intGetValue ()
    Get method for attribute "Value"
     
voidSetId (KeyId value)
    Set method for attribute "Id"
     
voidSetModifiers (KeyModifiers value)
    Set method for attribute "Modifiers"
     
voidSetValue (int value)
    Set method for attribute "Value"
     
voidSetVIM (int V, KeyId I, KeyModifiers M)
     

Method Detail

GetValue/SetValue

intGetValue ()
voidSetValue (int value)


     



GetId/SetId

KeyIdGetId ()
voidSetId (KeyId value)


     



GetModifiers/SetModifiers

KeyModifiersGetModifiers ()
voidSetModifiers (KeyModifiers value)


     



SetVIM

voidSetVIM (int V, KeyId I, KeyModifiers M)


     
Parameters:
V
I
M
Returns: