org.simBio.util.taglets
Class EnOn
java.lang.Object
org.simBio.util.taglets.Languages
org.simBio.util.taglets.EnOn
- All Implemented Interfaces:
- com.sun.tools.doclets.Taglet
public class EnOn
- extends Languages
Inline taglet for English languages.
Here the English language is on.
- Version:
- $Id: EnOn.java,v 1.1 2007/12/17 01:46:12 mikaelwing Exp $
- Author:
- Mikael Wing
Constructor Summary |
EnOn()
|
Method Summary |
String |
getName()
Return the name of this custom tag. |
static void |
register(Map tagletMap)
Register this Taglet. |
String |
toString(com.sun.javadoc.Tag tag)
Given the Tag representation of this custom
tag, return its string representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnOn
public EnOn()
getName
public String getName()
- Return the name of this custom tag.
- Specified by:
getName
in interface com.sun.tools.doclets.Taglet
- Specified by:
getName
in class Languages
register
public static void register(Map tagletMap)
- Register this Taglet.
- Parameters:
tagletMap
- the map to register this tag to.
toString
public String toString(com.sun.javadoc.Tag tag)
- Given the
Tag
representation of this custom
tag, return its string representation.
- Specified by:
toString
in interface com.sun.tools.doclets.Taglet
- Specified by:
toString
in class Languages
- Parameters:
tag
- the Tag
representation of this custom tag.
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.