| Property | Defined by | ||
|---|---|---|---|
| activated : Boolean [read-only]
| LinkTool | ||
| id : String [read-only]
| LinkTool | ||
| view : DiagramView
[read-only]
| LinkTool | ||
| Property | Defined by | ||
|---|---|---|---|
| _activated : Boolean = false | LinkTool | ||
| _view : DiagramView = null | LinkTool | ||
| Method | Defined by | ||
|---|---|---|---|
|
LinkTool()
| LinkTool | ||
|
abort():void
| LinkTool | ||
|
activate(view:DiagramView):void
| LinkTool | ||
|
deactivate():void
| LinkTool | ||
|
setCursorByLinkType():void
| LinkTool | ||
|
uiCompleted():void
| LinkTool | ||
| Method | Defined by | ||
|---|---|---|---|
|
mouseInHandler(event:MouseEvent):void
| LinkTool | ||
|
mouseOutHandler(event:MouseEvent):void
| LinkTool | ||
| Constant | Defined by | ||
|---|---|---|---|
| TOOL_LINK_ID : String = "__linktool__" [static]
| LinkTool | ||
| _activated | property |
protected var _activated:Boolean = false
| activated | property |
activated:Boolean [read-only]Implementation
public function get activated():Boolean
| id | property |
id:String [read-only]Implementation
public function get id():String
| _view | property |
protected var _view:DiagramView = null
| view | property |
| LinkTool | () | constructor |
public function LinkTool()
| abort | () | method |
public function abort():void
| activate | () | method |
| deactivate | () | method |
public function deactivate():void
| mouseInHandler | () | method |
protected function mouseInHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| mouseOutHandler | () | method |
protected function mouseOutHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| setCursorByLinkType | () | method |
public function setCursorByLinkType():void
| uiCompleted | () | method |
public function uiCompleted():void
| TOOL_LINK_ID | constant |
public static const TOOL_LINK_ID:String = "__linktool__"