org.simBio.util.taglets
クラス JaOn

java.lang.Object
  上位を拡張 org.simBio.util.taglets.Languages
      上位を拡張 org.simBio.util.taglets.JaOn

public class JaOn
extends Languages

Inline taglet for Japanese languages. Here the Japanese language is on.

バージョン:
$Id: JaOn.java,v 1.1 2007/12/17 01:46:12 mikaelwing Exp $
作成者:
Mikael Wing

コンストラクタの概要
JaOn()
           
 
メソッドの概要
 java.lang.String getName()
          Return the name of this custom tag.
static void register(java.util.Map tagletMap)
          Register this Taglet.
 java.lang.String toString(Tag tag)
          Given the Tag representation of this custom tag, return its string representation.
 
クラス org.simBio.util.taglets.Languages から継承されたメソッド
inConstructor, inField, inMethod, inOverview, inPackage, inType, isInlineTag
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JaOn

public JaOn()
メソッドの詳細

getName

public java.lang.String getName()
Return the name of this custom tag.

定義:
クラス Languages 内の getName

register

public static void register(java.util.Map tagletMap)
Register this Taglet.

パラメータ:
tagletMap - the map to register this tag to.

toString

public java.lang.String toString(Tag tag)
Given the Tag representation of this custom tag, return its string representation.

定義:
クラス Languages 内の toString
パラメータ:
tag - the Tag representation of this custom tag.


???(C) 2002-2007 ?????????????????????