com.sun.java.help.impl
Class LangElement

java.lang.Object
  extended by com.sun.java.help.impl.LangElement

public class LangElement
extends java.lang.Object

LangElement is a simple little internal class to keep track of tags and the langs


Constructor Summary
LangElement(Tag tag, java.util.Locale locale)
           
 
Method Summary
 java.util.Locale getLocale()
           
 Tag getTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LangElement

public LangElement(Tag tag,
                   java.util.Locale locale)
Method Detail

getTag

public Tag getTag()

getLocale

public java.util.Locale getLocale()