IMouseable
AbstractMouseable class
static OFF:String
static OVER:String
static DOWN:String
static DISABLED:String
static ENABLED:String
static CLICK:String
public function doClick():Void
// TODO: Add description of the doClick method.
Void
public function doMouseClick():Void
// TODO: Add description of the doMouseClick method.
Void
public function doClickOutside():Void
// TODO: Add description of the doClickOutside method.
Void
public function doMouseClickOutside():Void
// TODO: Add description of the doMouseClickOutside method.
Void
doMouseClickOutside() in com.flashdoctors.dose.ui.IMouseable
public function doRoll():Void
// TODO: Add description of the doRoll method.
Void
public function doMouseRoll():Void
// TODO: Add description of the doMouseRoll method.
Void
public function doRollOff():Void
// TODO: Add description of the doRollOff method.
Void
public function doMouseRollOff():Void
// TODO: Add description of the doMouseRollOff method.
Void
public function createHotspot():Void
// TODO: Add description of the createHotspot method.
Void
public function addClickCommand(command:ICommand):Void
// TODO: Add description of the addClickCommand method.
command | a value for command |
Void
public function addMouseMoveCommand(command:ICommand):Void
// TODO: Add description of the addClickCommand method.
command | a value for command |
Void
public function removeClickCommand(command:ICommand):Void
// TODO: Add description of the removeClickCommand method.
command | a value for command |
Void
public function setClickCommands(commands:IList):Void
Sets the clickCommands value of this IMouseable.
commands | a value for commands |
Void
public function getClickCommands():IList
Gets the clickCommands value of this IMouseable.
IList
public function addMouseClickCommand(command:ICommand):Void
// TODO: Add description of the addMouseClickCommand method.
command | a value for command |
Void
addMouseClickCommand() in com.flashdoctors.dose.ui.IMouseable
public function removeMouseClickCommand(command:ICommand):Void
// TODO: Add description of the removeMouseClickCommand method.
command | a value for command |
Void
removeMouseClickCommand() in com.flashdoctors.dose.ui.IMouseable
public function setMouseClickCommands(commands:IList):Void
Sets the mouseClickCommands value of this IMouseable.
commands | a value for commands |
Void
setMouseClickCommands() in com.flashdoctors.dose.ui.IMouseable
public function getMouseClickCommands():IList
Gets the mouseClickCommands value of this IMouseable.
IList
getMouseClickCommands() in com.flashdoctors.dose.ui.IMouseable
public function addClickOutsideCommand(command:ICommand):Void
// TODO: Add description of the addClickOutsideCommand method.
command | a value for command |
Void
addClickOutsideCommand() in com.flashdoctors.dose.ui.IMouseable
public function removeClickOutsideCommand(command:ICommand):Void
// TODO: Add description of the removeClickOutsideCommand method.
command | a value for command |
Void
removeClickOutsideCommand() in com.flashdoctors.dose.ui.IMouseable
public function setClickOutsideCommands(commands:IList):Void
Sets the clickOutsideCommands value of this IMouseable.
commands | a value for commands |
Void
setClickOutsideCommands() in com.flashdoctors.dose.ui.IMouseable
public function getClickOutsideCommands():IList
Gets the clickOutsideCommands value of this IMouseable.
IList
getClickOutsideCommands() in com.flashdoctors.dose.ui.IMouseable
public function addMouseClickOutsideCommand(command:ICommand):Void
// TODO: Add description of the addMouseClickOutsideCommand method.
command | a value for command |
Void
addMouseClickOutsideCommand() in com.flashdoctors.dose.ui.IMouseable
public function removeMouseClickOutsideCommand(command:ICommand):Void
// TODO: Add description of the removeMouseClickOutsideCommand method.
command | a value for command |
Void
removeMouseClickOutsideCommand() in com.flashdoctors.dose.ui.IMouseable
public function setMouseClickOutsideCommands(commands:IList):Void
Sets the mouseClickOutsideCommands value of this IMouseable.
commands | a value for commands |
Void
setMouseClickOutsideCommands() in com.flashdoctors.dose.ui.IMouseable
public function getMouseClickOutsideCommands():IList
Gets the mouseClickOutsideCommands value of this IMouseable.
IList
getMouseClickOutsideCommands() in com.flashdoctors.dose.ui.IMouseable
public function addRollCommand(command:ICommand):Void
// TODO: Add description of the addRollCommand method.
command | a value for command |
Void
public function removeRollCommand(command:ICommand):Void
// TODO: Add description of the removeRollCommand method.
command | a value for command |
Void
public function setRollCommands(commmands:IList):Void
Sets the rollCommands value of this IMouseable.
commmands | a value for commmands |
Void
public function getRollCommands():IList
Gets the rollCommands value of this IMouseable.
IList
public function addMouseRollCommand(command:ICommand):Void
// TODO: Add description of the addMouseRollCommand method.
command | a value for command |
Void
addMouseRollCommand() in com.flashdoctors.dose.ui.IMouseable
public function removeMouseRollCommand(command:ICommand):Void
// TODO: Add description of the removeMouseRollCommand method.
command | a value for command |
Void
removeMouseRollCommand() in com.flashdoctors.dose.ui.IMouseable
public function setMouseRollCommands(commands:IList):Void
Sets the mouseRollCommands value of this IMouseable.
commands | a value for commands |
Void
setMouseRollCommands() in com.flashdoctors.dose.ui.IMouseable
public function getMouseRollCommands():IList
Gets the mouseRollCommands value of this IMouseable.
IList
getMouseRollCommands() in com.flashdoctors.dose.ui.IMouseable
public function addRollOffCommand(command:ICommand):Void
// TODO: Add description of the addRollOffCommand method.
command | a value for command |
Void
public function removeRollOffCommand(command:ICommand):Void
// TODO: Add description of the removeRollOffCommand method.
command | a value for command |
Void
removeRollOffCommand() in com.flashdoctors.dose.ui.IMouseable
public function setRollOffCommands(commands:IList):Void
Sets the rollOffCommands value of this IMouseable.
commands | a value for commands |
Void
public function getRollOffCommands():IList
Gets the rollOffCommands value of this IMouseable.
IList
public function addMouseRollOffCommand(command:ICommand):Void
// TODO: Add description of the addMouseRollOffCommand method.
command | a value for command |
Void
addMouseRollOffCommand() in com.flashdoctors.dose.ui.IMouseable
public function removeMouseRollOffCommand(command:ICommand):Void
// TODO: Add description of the removeMouseRollOffCommand method.
command | a value for command |
Void
removeMouseRollOffCommand() in com.flashdoctors.dose.ui.IMouseable
public function setMouseRollOffCommands(commands:IList):Void
Sets the mouseRollOffCommands value of this IMouseable.
commands | a value for commands |
Void
setMouseRollOffCommands() in com.flashdoctors.dose.ui.IMouseable
public function getMouseRollOffCommands():IList
Gets the mouseRollOffCommands value of this IMouseable.
IList
getMouseRollOffCommands() in com.flashdoctors.dose.ui.IMouseable
public function setState(state:String):Void
Sets the state value of this IMouseable.
state | a value for state |
Void
public function getState():String
Gets the state value of this IMouseable.
String
public function setEnabled(enabled:Boolean):Void
Sets the enabled value of this IMouseable.
enabled | a value for enabled |
Void
public function isEnabled():Boolean
Gets the nabled value of this IMouseable.
Boolean
public function isOver():Boolean
// TODO: Add description of the isOver method.
Boolean
public function isDown():Boolean
// TODO: Add description of the isDown method.
Boolean