HandlerDescription.kl

Interfaces

HandlerDescription (interface)

バージョン 2.2 で追加.

HandlerDescription are a set of class used to store the attributs that describe an EventHandler. It is used for debugging and to construct a tool menu.

参考

EventHandler, HandlerDispatchers

HandlerDescription HandlerDescription HandlerDescription BaseHandlerDescription BaseHandlerDescription BaseHandlerDescription->HandlerDescription DispatcherDescription DispatcherDescription DispatcherDescription->BaseHandlerDescription ToolDescription ToolDescription ToolDescription->BaseHandlerDescription

Functions

  describe ? ()
String getHandlerType ? ()

Functions in detail

HandlerDescription.describe? ()


String HandlerDescription.getHandlerType? ()

Types

ToolDescription (object)

Members

String name  
HandlerExclusivity handlerExclusivity  
Boolean isIndependent  
Boolean takeAllEvents  
Key enableKey  
Boolean isEnabled  
ToolModeDescription[] modes  

BaseHandlerDescription (object)

Members

String name  
HandlerExclusivity handlerExclusivity  
Boolean isIndependent  
Boolean takeAllEvents  
Key enableKey  
Boolean isEnabled  

ToolModeDescription (object)

Members

String name  
Key enableKey  
Boolean isEnabled  

DispatcherDescription (object)

Members

String name  
HandlerExclusivity handlerExclusivity  
Boolean isIndependent  
Boolean takeAllEvents  
Key enableKey  
Boolean isEnabled  
HandlerDescription[] handlers