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
Functions¶
describe ? () | |
String | getHandlerType ? () |
Types¶
ToolDescription (object)¶
Members¶
String | name | |
HandlerExclusivity | handlerExclusivity | |
Boolean | isIndependent | |
Boolean | takeAllEvents | |
Key | enableKey | |
Boolean | isEnabled | |
ToolModeDescription[] | modes |
Methods¶
ToolDescription ( in BaseHandlerDescription desc ) | |
ToolDescription ( in ToolDescription other ) | |
ToolDescription () | |
ToolDescription | clone ? () |
describe ? () | |
String | getHandlerType ? () |
BaseHandlerDescription (object)¶
Members¶
String | name | |
HandlerExclusivity | handlerExclusivity | |
Boolean | isIndependent | |
Boolean | takeAllEvents | |
Key | enableKey | |
Boolean | isEnabled |
Methods¶
BaseHandlerDescription ( in BaseHandlerDescription other ) | |
BaseHandlerDescription () | |
BaseHandlerDescription | clone ? () |
describe ? () | |
String | getHandlerType ? () |
ToolModeDescription (object)¶
Methods¶
ToolModeDescription ( in ToolModeDescription other ) | |
ToolModeDescription () | |
ToolModeDescription | clone ? () |
describe ? () |
DispatcherDescription (object)¶
Members¶
String | name | |
HandlerExclusivity | handlerExclusivity | |
Boolean | isIndependent | |
Boolean | takeAllEvents | |
Key | enableKey | |
Boolean | isEnabled | |
HandlerDescription[] | handlers |
Methods¶
DispatcherDescription ( in BaseHandlerDescription desc ) | |
DispatcherDescription ( in DispatcherDescription other ) | |
DispatcherDescription () | |
DispatcherDescription | clone ? () |
describe ? () | |
String | getHandlerType ? () |