www.element4solution.com

e4s.translate
Class E4LabelsVec

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.translate.E4LabelsVec

public class E4LabelsVec
extends E4Object

A Vector that contains labels.

See Also:
E4LabelApp, TABLE.Header( e4s.translate.E4LabelsVec, e4s.html.E4Color )

Field Summary
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4LabelsVec()
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
 void addElement(E4Label_Intf label)
          Add a label to the vector.
 void addElement(E4String label)
          Add a E4LabelApp to the vector.
 void addElement(java.lang.String label)
          Add a E4LabelApp to the vector, or E4LabelNone. if the argument is null.
 E4Label_Intf elementAt(int idx)
          Get a specified label.
 E4Label_Intf[] getLabels()
          Get all labels.
 int size()
          Get the number of labels within the vector.
 
Methods inherited from class e4s.util.E4Object
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

E4LabelsVec

public E4LabelsVec()
Method Detail

addElement

public void addElement(E4Label_Intf label)
Add a label to the vector.

Parameters:
label - the label to be added

addElement

public void addElement(java.lang.String label)
Add a E4LabelApp to the vector, or E4LabelNone. if the argument is null.

Parameters:
label - the label to be added

addElement

public void addElement(E4String label)
Add a E4LabelApp to the vector.

Parameters:
label - the label to be added

getLabels

public E4Label_Intf[] getLabels()
Get all labels.

Returns:
null if no labels have been added, or the array of labels.

size

public int size()
Get the number of labels within the vector.

Returns:
0 if no labels have been added, or the number of labels.

elementAt

public E4Label_Intf elementAt(int idx)
Get a specified label.

Parameters:
idx - the index of the label
Returns:
the element at position idx

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com