|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfhm.edu.fem.calc.objects.CTabList
public class CTabList
Class Description: This class acts as ctab list. It takes the ctab index from the ctab itself
Field Summary | |
---|---|
protected java.util.ArrayList<CTab> |
ctabs
|
protected static Logger |
localLogger
|
Constructor Summary | |
---|---|
CTabList()
Create a new ctab list |
Method Summary | |
---|---|
void |
clear()
Clear the list |
java.lang.Object |
clone()
Clone Implementation |
CTab |
getCTab(int ctabIndex)
Retrieve a ctab with the given index from the list |
void |
setCTab(CTab ctab)
Set a new ctab in the list. |
int |
size()
Retrieve the number of ctabs in the list |
java.lang.Object[] |
toArray()
Convert this list to an array of ctab |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.ArrayList<CTab> ctabs
protected static Logger localLogger
Constructor Detail |
---|
public CTabList()
Method Detail |
---|
public void clear()
public java.lang.Object clone()
clone
in class java.lang.Object
public CTab getCTab(int ctabIndex)
ctabIndex
-
public void setCTab(CTab ctab)
ctab,
- the ctab to setpublic int size()
public java.lang.Object[] toArray()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |