|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.mpEdit.LineMan
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
LineMan()
Constructor for class LineMan |
Method Summary | |
void |
addElement(java.lang.String s)
Access method for an one to n association. |
void |
freshVectors(int aSize,
int aDelta)
No comment provided by developer, please add a comment to improve documentation. |
LineInfo |
getLineInfo(int i)
Get the lineInfo attribute of the LineMan object |
java.lang.String |
getString(int i)
Get the string attribute of the LineMan object |
void |
insertElementAt(java.lang.String s,
int i)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllElements()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeElementAt(int i)
No comment provided by developer, please add a comment to improve documentation. |
void |
setLineInfo(LineInfo li,
int i)
Sets the lineInfo attribute of the LineMan object |
void |
setString(java.lang.String s,
int i)
Sets the string attribute of the LineMan object |
int |
size()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LineMan()
Method Detail |
public void freshVectors(int aSize, int aDelta)
aSize
- No description providedaDelta
- No description providedpublic void addElement(java.lang.String s)
s
- The object added.public void insertElementAt(java.lang.String s, int i)
s
- No description providedi
- No description providedpublic void removeAllElements()
public void removeElementAt(int i)
i
- No description providedpublic int size()
public void setString(java.lang.String s, int i)
s
- The new string valuei
- The new string valuepublic java.lang.String getString(int i)
i
- No description provided
public LineInfo getLineInfo(int i)
i
- No description provided
public void setLineInfo(LineInfo li, int i)
li
- The new lineInfo valuei
- The new lineInfo value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |