Class com.flashdoctors.dose.ui.AbstractMouseable

Implemented Interfaces

IMouseable

Description

AbstractMouseable class

Field Index

CLICK, DISABLED, DOWN, ENABLED, OFF, OVER

Method Index

addClickCommand(), addClickOutsideCommand(), addMouseClickCommand(), addMouseClickOutsideCommand(), addMouseMoveCommand(), addMouseRollCommand(), addMouseRollOffCommand(), addRollCommand(), addRollOffCommand(), createHotspot(), disableHotspot(), doClick(), doClickOutside(), doMouseClick(), doMouseClickOutside(), doMouseRoll(), doMouseRollOff(), doRoll(), doRollOff(), enableHotspot(), getClickCommands(), getClickOutsideCommands(), getMouseClickCommands(), getMouseClickOutsideCommands(), getMouseRollCommands(), getMouseRollOffCommands(), getRollCommands(), getRollOffCommands(), getState(), isDown(), isEnabled(), isOff(), isOver(), onMouseMove(), removeClickCommand(), removeClickOutsideCommand(), removeMouseClickCommand(), removeMouseClickOutsideCommand(), removeMouseRollCommand(), removeMouseRollOffCommand(), removeRollCommand(), removeRollOffCommand(), setClickCommands(), setClickOutsideCommands(), setEnabled(), setMouseClickCommands(), setMouseClickOutsideCommands(), setMouseRollCommands(), setMouseRollOffCommands(), setRollCommands(), setRollOffCommands(), setState()

Inherited from AbstractDisplayable

Field Detail

OFF

static OFF:String

OVER

static OVER:String

DOWN

static DOWN:String

DISABLED

static DISABLED:String

ENABLED

static ENABLED:String

CLICK

static CLICK:String

Method Detail

doClick

public function doClick():Void

// TODO: Add description of the doClick method.

Return

Void

Specified By

doClick() in com.flashdoctors.dose.ui.IMouseable

doMouseClick

public function doMouseClick():Void

// TODO: Add description of the doMouseClick method.

Return

Void

Specified By

doMouseClick() in com.flashdoctors.dose.ui.IMouseable

doClickOutside

public function doClickOutside():Void

// TODO: Add description of the doClickOutside method.

Return

Void

Specified By

doClickOutside() in com.flashdoctors.dose.ui.IMouseable

doMouseClickOutside

public function doMouseClickOutside():Void

// TODO: Add description of the doMouseClickOutside method.

Return

Void

Specified By

doMouseClickOutside() in com.flashdoctors.dose.ui.IMouseable

doRoll

public function doRoll():Void

// TODO: Add description of the doRoll method.

Return

Void

Specified By

doRoll() in com.flashdoctors.dose.ui.IMouseable

doMouseRoll

public function doMouseRoll():Void

// TODO: Add description of the doMouseRoll method.

Return

Void

Specified By

doMouseRoll() in com.flashdoctors.dose.ui.IMouseable

doRollOff

public function doRollOff():Void

// TODO: Add description of the doRollOff method.

Return

Void

Specified By

doRollOff() in com.flashdoctors.dose.ui.IMouseable

onMouseMove

public function onMouseMove():Void

Listener function for Mouse.addListener()

doMouseRollOff

public function doMouseRollOff():Void

// TODO: Add description of the doMouseRollOff method.

Return

Void

Specified By

doMouseRollOff() in com.flashdoctors.dose.ui.IMouseable

createHotspot

public function createHotspot():Void

// TODO: Add description of the createHotspot method.

Return

Void

Specified By

createHotspot() in com.flashdoctors.dose.ui.IMouseable

disableHotspot

public function disableHotspot():Void

enableHotspot

public function enableHotspot():Void

addClickCommand

public function addClickCommand(command:ICommand):Void

// TODO: Add description of the addClickCommand method.

Parameters

commanda value for command

Return

Void

Specified By

addClickCommand() in com.flashdoctors.dose.ui.IMouseable

addMouseMoveCommand

public function addMouseMoveCommand(command:ICommand):Void

// TODO: Add description of the addClickCommand method.

Parameters

commanda value for command

Return

Void

removeClickCommand

public function removeClickCommand(command:ICommand):Void

// TODO: Add description of the removeClickCommand method.

Parameters

commanda value for command

Return

Void

Specified By

removeClickCommand() in com.flashdoctors.dose.ui.IMouseable

setClickCommands

public function setClickCommands(commands:IList):Void

Sets the clickCommands value of this IMouseable.

Parameters

commandsa value for commands

Return

Void

Specified By

setClickCommands() in com.flashdoctors.dose.ui.IMouseable

getClickCommands

public function getClickCommands():IList

Gets the clickCommands value of this IMouseable.

Return

IList

Specified By

getClickCommands() in com.flashdoctors.dose.ui.IMouseable

addMouseClickCommand

public function addMouseClickCommand(command:ICommand):Void

// TODO: Add description of the addMouseClickCommand method.

Parameters

commanda value for command

Return

Void

Specified By

addMouseClickCommand() in com.flashdoctors.dose.ui.IMouseable

removeMouseClickCommand

public function removeMouseClickCommand(command:ICommand):Void

// TODO: Add description of the removeMouseClickCommand method.

Parameters

commanda value for command

Return

Void

Specified By

removeMouseClickCommand() in com.flashdoctors.dose.ui.IMouseable

setMouseClickCommands

public function setMouseClickCommands(commands:IList):Void

Sets the mouseClickCommands value of this IMouseable.

Parameters

commandsa value for commands

Return

Void

Specified By

setMouseClickCommands() in com.flashdoctors.dose.ui.IMouseable

getMouseClickCommands

public function getMouseClickCommands():IList

Gets the mouseClickCommands value of this IMouseable.

Return

IList

Specified By

getMouseClickCommands() in com.flashdoctors.dose.ui.IMouseable

addClickOutsideCommand

public function addClickOutsideCommand(command:ICommand):Void

// TODO: Add description of the addClickOutsideCommand method.

Parameters

commanda value for command

Return

Void

Specified By

addClickOutsideCommand() in com.flashdoctors.dose.ui.IMouseable

removeClickOutsideCommand

public function removeClickOutsideCommand(command:ICommand):Void

// TODO: Add description of the removeClickOutsideCommand method.

Parameters

commanda value for command

Return

Void

Specified By

removeClickOutsideCommand() in com.flashdoctors.dose.ui.IMouseable

setClickOutsideCommands

public function setClickOutsideCommands(commands:IList):Void

Sets the clickOutsideCommands value of this IMouseable.

Parameters

commandsa value for commands

Return

Void

Specified By

setClickOutsideCommands() in com.flashdoctors.dose.ui.IMouseable

getClickOutsideCommands

public function getClickOutsideCommands():IList

Gets the clickOutsideCommands value of this IMouseable.

Return

IList

Specified By

getClickOutsideCommands() in com.flashdoctors.dose.ui.IMouseable

addMouseClickOutsideCommand

public function addMouseClickOutsideCommand(command:ICommand):Void

// TODO: Add description of the addMouseClickOutsideCommand method.

Parameters

commanda value for command

Return

Void

Specified By

addMouseClickOutsideCommand() in com.flashdoctors.dose.ui.IMouseable

removeMouseClickOutsideCommand

public function removeMouseClickOutsideCommand(command:ICommand):Void

// TODO: Add description of the removeMouseClickOutsideCommand method.

Parameters

commanda value for command

Return

Void

Specified By

removeMouseClickOutsideCommand() in com.flashdoctors.dose.ui.IMouseable

setMouseClickOutsideCommands

public function setMouseClickOutsideCommands(commands:IList):Void

Sets the mouseClickOutsideCommands value of this IMouseable.

Parameters

commandsa value for commands

Return

Void

Specified By

setMouseClickOutsideCommands() in com.flashdoctors.dose.ui.IMouseable

getMouseClickOutsideCommands

public function getMouseClickOutsideCommands():IList

Gets the mouseClickOutsideCommands value of this IMouseable.

Return

IList

Specified By

getMouseClickOutsideCommands() in com.flashdoctors.dose.ui.IMouseable

addRollCommand

public function addRollCommand(command:ICommand):Void

// TODO: Add description of the addRollCommand method.

Parameters

commanda value for command

Return

Void

Specified By

addRollCommand() in com.flashdoctors.dose.ui.IMouseable

removeRollCommand

public function removeRollCommand(command:ICommand):Void

// TODO: Add description of the removeRollCommand method.

Parameters

commanda value for command

Return

Void

Specified By

removeRollCommand() in com.flashdoctors.dose.ui.IMouseable

setRollCommands

public function setRollCommands(commmands:IList):Void

Sets the rollCommands value of this IMouseable.

Parameters

commmandsa value for commmands

Return

Void

Specified By

setRollCommands() in com.flashdoctors.dose.ui.IMouseable

getRollCommands

public function getRollCommands():IList

Gets the rollCommands value of this IMouseable.

Return

IList

Specified By

getRollCommands() in com.flashdoctors.dose.ui.IMouseable

addMouseRollCommand

public function addMouseRollCommand(command:ICommand):Void

// TODO: Add description of the addMouseRollCommand method.

Parameters

commanda value for command

Return

Void

Specified By

addMouseRollCommand() in com.flashdoctors.dose.ui.IMouseable

removeMouseRollCommand

public function removeMouseRollCommand(command:ICommand):Void

// TODO: Add description of the removeMouseRollCommand method.

Parameters

commanda value for command

Return

Void

Specified By

removeMouseRollCommand() in com.flashdoctors.dose.ui.IMouseable

setMouseRollCommands

public function setMouseRollCommands(commands:IList):Void

Sets the mouseRollCommands value of this IMouseable.

Parameters

commandsa value for commands

Return

Void

Specified By

setMouseRollCommands() in com.flashdoctors.dose.ui.IMouseable

getMouseRollCommands

public function getMouseRollCommands():IList

Gets the mouseRollCommands value of this IMouseable.

Return

IList

Specified By

getMouseRollCommands() in com.flashdoctors.dose.ui.IMouseable

addRollOffCommand

public function addRollOffCommand(command:ICommand):Void

// TODO: Add description of the addRollOffCommand method.

Parameters

commanda value for command

Return

Void

Specified By

addRollOffCommand() in com.flashdoctors.dose.ui.IMouseable

removeRollOffCommand

public function removeRollOffCommand(command:ICommand):Void

// TODO: Add description of the removeRollOffCommand method.

Parameters

commanda value for command

Return

Void

Specified By

removeRollOffCommand() in com.flashdoctors.dose.ui.IMouseable

setRollOffCommands

public function setRollOffCommands(commands:IList):Void

Sets the rollOffCommands value of this IMouseable.

Parameters

commandsa value for commands

Return

Void

Specified By

setRollOffCommands() in com.flashdoctors.dose.ui.IMouseable

getRollOffCommands

public function getRollOffCommands():IList

Gets the rollOffCommands value of this IMouseable.

Return

IList

Specified By

getRollOffCommands() in com.flashdoctors.dose.ui.IMouseable

addMouseRollOffCommand

public function addMouseRollOffCommand(command:ICommand):Void

// TODO: Add description of the addMouseRollOffCommand method.

Parameters

commanda value for command

Return

Void

Specified By

addMouseRollOffCommand() in com.flashdoctors.dose.ui.IMouseable

removeMouseRollOffCommand

public function removeMouseRollOffCommand(command:ICommand):Void

// TODO: Add description of the removeMouseRollOffCommand method.

Parameters

commanda value for command

Return

Void

Specified By

removeMouseRollOffCommand() in com.flashdoctors.dose.ui.IMouseable

setMouseRollOffCommands

public function setMouseRollOffCommands(commands:IList):Void

Sets the mouseRollOffCommands value of this IMouseable.

Parameters

commandsa value for commands

Return

Void

Specified By

setMouseRollOffCommands() in com.flashdoctors.dose.ui.IMouseable

getMouseRollOffCommands

public function getMouseRollOffCommands():IList

Gets the mouseRollOffCommands value of this IMouseable.

Return

IList

Specified By

getMouseRollOffCommands() in com.flashdoctors.dose.ui.IMouseable

setState

public function setState(state:String):Void

Sets the state value of this IMouseable.

Parameters

statea value for state

Return

Void

Specified By

setState() in com.flashdoctors.dose.ui.IMouseable

getState

public function getState():String

Gets the state value of this IMouseable.

Return

String

Specified By

getState() in com.flashdoctors.dose.ui.IMouseable

setEnabled

public function setEnabled(enabled:Boolean):Void

Sets the enabled value of this IMouseable.

Parameters

enableda value for enabled

Return

Void

Specified By

setEnabled() in com.flashdoctors.dose.ui.IMouseable

isEnabled

public function isEnabled():Boolean

Gets the nabled value of this IMouseable.

Return

Boolean

Specified By

isEnabled() in com.flashdoctors.dose.ui.IMouseable

isOver

public function isOver():Boolean

// TODO: Add description of the isOver method.

Return

Boolean

Specified By

isOver() in com.flashdoctors.dose.ui.IMouseable

isDown

public function isDown():Boolean

// TODO: Add description of the isDown method.

Return

Boolean

Specified By

isDown() in com.flashdoctors.dose.ui.IMouseable

isOff

public function isOff():Boolean

// TODO: Add description of the isOff method.

Return

Boolean

Specified By

isOff() in com.flashdoctors.dose.ui.IMouseable