ariba.ui.aribaweb.util
Class AW2DVector

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWBaseObject
      extended by ariba.ui.aribaweb.util.AW2DVector
All Implemented Interfaces:
AWObject

public final class AW2DVector
extends AWBaseObject


Field Summary
 
Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber
 
Constructor Summary
AW2DVector()
           
 
Method Summary
 Object clone()
           
 Object elementAt(int rowNumber, int columnNumber)
           
 void setElementAt(Object newElement, int rowNumber, int columnNumber)
           
 String toString()
           
 
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject
debugString, ensureFieldValuesClear, getFieldValue, init, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AW2DVector

public AW2DVector()
Method Detail

setElementAt

public void setElementAt(Object newElement,
                         int rowNumber,
                         int columnNumber)

elementAt

public Object elementAt(int rowNumber,
                        int columnNumber)

clone

public Object clone()
Overrides:
clone in class Object

toString

public String toString()
Overrides:
toString in class Object


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.