AllTags
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Version: | 22 Mar 2005, 1.2 18 June 2005, 2.0 5 December 2005, 3.0 26 December 2006 |
| Author: | Arthur Clemens, Some Other Author |
| Classpath: | AllTags |
| File last modified: | Sunday, 02 March 2008, 17:03:49 |
The first sentence of the class description is the class summary, according to the Javadoc specification at http://java.sun.com/j2se/javadoc/index.jsp. The first sentence ends with a period or with a HTML block element (
The summary list shows the original class file order of methods and properties. The method and propery descriptions are shown alphabetically.
To show an image, write
Example:

Other custom VisDoc tags are:
Read http://visiblearea.com/visdoc/documentation/ how to use these tags.
address, blockquote, br, center, del, div, h, hr, ins, li, ol, p, table, td, th, tr, ul). In VisDoc, like Javadoc, the summary is printed in bold. The summary list shows the original class file order of methods and properties. The method and propery descriptions are shown alphabetically.
To show an image, write
{@img img_name}. Images are placed in the folder img/.Example:
{@img movie_management_glance.png} results in:
Other custom VisDoc tags are:
descriptionexampleimgreturnsusageuseexcludehistoryimplementationNoteoverloadsendstodo@usageNoteRead http://visiblearea.com/visdoc/documentation/ how to use these tags.
Events broadcasted to listeners:
onChanged(changedField:TextField):VoidWhen the selection is changed by the user.
Component metadata:
| Event | "click" |
|---|
Summary
Constructor
Instance properties
- count : Number
- Example of right side javadoc.
- bgcolour : Number
- selectedIndex : Number
- Real world getter example from Accordion.as
Class methods
- send (inMessage:String) : Void
- A static method.
Instance methods
- method_B (inValue:Number) : Boolean
- Example of supported Javadoc tags.
- method_BB (inValue:Number) : Boolean
- Test when no explanation is given with the deprecated tag.
- method_A (inValue:Number) : Boolean
- Example of unsupported Javadoc tags.
- method_C : Void
- method_D (o:Object) : Void
- Example of commonly used tags.
- method_E (inValue:Number) : Boolean
- Example of other useful tags.
- method_G : Void
- Demonstrating a private method (with the option "List private methods")
Event handlers
- onData : Void
- An event handler.
Constructor
AllTags
function AllTags (
)
Instance properties
bgcolour
bgcolour:Number = 0xCCCC99
(read)
Component metadata:
| Inspectable | "#CCCC99" "Color",defaultValue "danger", 1, maybe true, name: "Background Colour",type |
|---|
count
count:Number
(read)
Example of right side javadoc.
selectedIndex
selectedIndex:Number
(read)
Real world getter example from Accordion.as
Component metadata:
| Bindable | |
|---|---|
| ChangeEvent | "change" |
Class methods
send
static function send (
inMessage:String) : Void
A static method.
Instance methods
method_A
function method_A (
inValue:Number) : Boolean
Example of unsupported Javadoc tags.
docroot:
- (not implemented)
serial:
- (not applicable for AS)
serialData:
- (not applicable for AS)
serialField:
- (not applicable for AS)
value:
- (not implemented)
method_B
function method_B (
inValue:Number) : Boolean
Deprecated As of JDK 1.1., see method_D.
I can use <html> inside here <hr>, @inheritDoc, @link: link to method A, @literal: I can use <html> inside here and even some newlines.
Parameters:
inValue:
The amount of force
Returns:
- Successful or not: true or false.
Throws:
- IOException If an input or output exception occurred
Exception:
- ExceptionName Synonym of throws
Since:
- 0.9
method_BB
function method_BB (
inValue:Number) : Boolean
Deprecated
method_C
public function method_C (
) : Void
method_D
function method_D (
o:Object) : Void
Example of commonly used tags. Some explicitly stated description.
Example:
- To give a code example -
code example - Code example two:
code example
Returns:
- @returns creates the same header "Returns" as @return.
Usage:
-
Code example on one line, or a block of code:
var myObj = new MyClass(); myObj.someFunction(1);
Usage:
- @usage creates the same header "Usage" as @use.
method_E
function method_E (
inValue:Number) : Boolean
Example of other useful tags.
Overloading:
Events broadcasted to listeners:
onChanged(changedField:TextField):VoidWhen the selection is changed by the user.
Implementation note:
- This method invokes
setInterval.
Usage note:
- @usageNote adds a note to the @use example. For example: Do not forget to store the return value for later use.
Version history:
- 3 July 2004: changed order of execution
- 1 Feb 2004: fixed small bug in date calculation
- 1 Jan 2004: first release
To do:
- Something left to do...
method_G
private function method_G (
) : Void
Demonstrating a private method (with the option "List private methods")
Event handlers
onData
function onData (
) : Void
An event handler.