|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.taglets.demo.Demo
public abstract class Demo
Demo class.
| Constructor Summary | |
|---|---|
protected |
Demo()
Creates a new Demo object. |
| Method Summary | |
|---|---|
void |
blocks()
Block tags as eye catchers. |
void |
stickies()
Shows off the usage of some stickies included. |
String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Demo()
Demo object.
| Method Detail |
|---|
public void stickies()
Note:
Stickies are perfect to gain attention!
Info:
Stickies come in various flavours.
Custom Titles:
Of course all stickies can have custom titles.
Warning:
Stickies can have multiple paragraphs and of course contain other inline tags:
Demo.showPopup("Stickies are fun!");Error:
Sticky with an @stickyError message.
public void blocks()
public String toString()
In general, the toString method returns a string that
"textually represents" this object. The result should be a
concise but informative representation that is easy for a person to read.
It is recommended that all subclasses override this method.
Default Implementation:
The default implementation of toString returns a string
consisting of the fully qualified name of the class of which the object
is an instance, the at-sign character `@', and the unsigned
hexadecimal representation of the hash code of the object. In other words,
this method returns a string equal to the value of:
getClass().getName() + '@' + Integer.toHexString(hashCode())
toString in class Object
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Taglets Collection 2.0.3 (Build 30)
2008/03/30 15:35:07
Copyright (c) 2002-2008 Bruno Essmann