net.sourceforge.taglets.demo
Class Demo

java.lang.Object
  extended by net.sourceforge.taglets.demo.Demo
Direct Known Subclasses:
Implementation

public abstract class Demo
extends Object

Demo class.

Version:
1.7 (2008/03/30 12:43:23)
Maintainer:
Bruno Essmann <essmann@sourceforge.net>
Since:
1.9.1

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

Demo

protected Demo()
Creates a new Demo object.

Since:
1.9.2
Method Detail

stickies

public void stickies()
Shows off the usage of some stickies included.

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.

Since:
1.9.2

blocks

public void blocks()
Block tags as eye catchers.

Todo:
I'm sure there are always things left to do for you...
Notes:
It is the mark of an educated mind to be able to entertain a thought without accepting it.
Aristotle (384 BC - 322 BC)
Informations:
What follows are a couple of random quotations to show off the looks of the iconized block tags.
Done:
You cannot acquire experience by making experiments. You cannot create experience. You must undergo it.
Albert Camus (1913 - 1960)
Warnings:
Doubt is not a pleasant condition, but certainty is absurd.
Voltaire (1694 - 1778)
Errors:
I am not bound to please thee with my answers.
William Shakespeare (1564 - 1616)
Since:
1.9.2

toString

public String toString()
Returns a string representation of this object.

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())

Overrides:
toString in class Object
Since:
1.9.2


Taglets Collection 2.0.3 (Build 30)
2008/03/30 15:35:07
Copyright (c) 2002-2008 Bruno Essmann