net.sourceforge.taglets.demo.inline
Class Stickies

java.lang.Object
  extended by net.sourceforge.taglets.demo.inline.Stickies

public class Stickies
extends Object

Demonstration of "Sticky" inline tags.

Stickies

The Taglets Collection provides several predefined inline tags that can be used to create "Sticky Notes" like this one.

Check out the method descriptions to see the various sticky types.

Version:
1.3 (2008/03/30 12:43:17)
Maintainer:
Bruno Essmann <essmann@sourceforge.net>
Since:
1.8.2

Constructor Summary
Stickies()
           
 
Method Summary
 void stickyDone()
          Demo for the {@stickyDone} message tag.
 void stickyError()
          Demo for the {@stickyError} message tag.
 void stickyInfo()
          Demo for the {@stickyInfo} message tag.
 void stickyNote()
          Demo for the {@stickyNote} message tag.
 void stickyWarning()
          Demo for the {@stickyWarning} message tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stickies

public Stickies()
Method Detail

stickyInfo

public void stickyInfo()
Demo for the {@stickyInfo} message tag.

Info:

Simple {@stickyInfo} message.

Custom Title

Sticky info with custom title.

Multi Paragraph

Sticky info with custom title.

This is the second paragraph.

Since:
1.8.2

stickyNote

public void stickyNote()
Demo for the {@stickyNote} message tag.

Note:

Simple {@stickyNote} message.

Custom Title

Sticky note with custom title.

Multi Paragraph

Sticky note with custom title.

This is the second paragraph.

Since:
1.8.2

stickyDone

public void stickyDone()
Demo for the {@stickyDone} message tag.

Done:

Simple {@stickyDone} message.

Custom Title

Sticky done message with custom title.

Multi Paragraph

Sticky done message with custom title.

Containing several paragraphs.

Since:
1.8.2

stickyWarning

public void stickyWarning()
Demo for the {@stickyWarning} message tag.

Warning:

Simple {@stickyWarning} message.

Custom Title

Sticky warning with custom title.

Multi Paragraph

Sticky warning with custom title.

This is the second paragraph.

Since:
1.8.2

stickyError

public void stickyError()
Demo for the {@stickyError} message tag.

Error:

Simple {@stickyError} message.

Custom Title

Sticky error message with custom title.

Multi Paragraph

Sticky error message with custom title.

Containing several paragraphs.

Since:
1.8.2


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