| Package | Whiteboard.tools.menuBars |
| Interface | public interface IWhiteboardMenuBar |
| Implementors | WhiteboardMenuBar |
| Method | Defined by | ||
|---|---|---|---|
|
getValue(valueID:String):Object
Called for every property registerd for a tool such as 'fillColor' you can return
a value from your menu or null.
| IWhiteboardMenuBar | ||
|
setValue(valueID:String, value:Object):void
Called when a shape is selected for every property on the shape for the menu to update it's UI
to reflect the selected shape.
| IWhiteboardMenuBar | ||
| getValue | () | method |
public function getValue(valueID:String):ObjectCalled for every property registerd for a tool such as 'fillColor' you can return a value from your menu or null.
ParametersvalueID:String — property name such as 'lineSize' or 'fillColor'
|
Object |
| setValue | () | method |
public function setValue(valueID:String, value:Object):voidCalled when a shape is selected for every property on the shape for the menu to update it's UI to reflect the selected shape.
ParametersvalueID:String |
|
value:Object |