com.neuron.app.tonto
Class CCFHardKey

java.lang.Object
  extended by com.neuron.app.tonto.CCFHardKey

public class CCFHardKey
extends java.lang.Object


Method Summary
 void appendAction(CCFAction a)
           
 void copyToDevice(CCFDevice ndev)
           
 CCFActionList getActionList()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 boolean isNamable()
           
 void setActionList(CCFActionList list)
           
 void setName(java.lang.String newname)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLabel

public java.lang.String getLabel()

isNamable

public boolean isNamable()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String newname)

getActionList

public CCFActionList getActionList()

appendAction

public void appendAction(CCFAction a)

setActionList

public void setActionList(CCFActionList list)

copyToDevice

public void copyToDevice(CCFDevice ndev)