|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.Preferences.loader.OWLLoadPreferences.PrioritizedPresentationNames
public class PrioritizedPresentationNames
Class PrioritizedPresentationNames.
Constructor Summary | |
---|---|
PrioritizedPresentationNames()
|
Method Summary | |
---|---|
void |
addName(int index,
java.lang.String vName)
|
void |
addName(java.lang.String vName)
|
java.util.Enumeration<? extends java.lang.String> |
enumerateName()
Method enumerateName. |
java.lang.String[] |
getName()
Method getName.Returns the contents of the collection in an Array. |
java.lang.String |
getName(int index)
Method getName. |
int |
getNameCount()
Method getNameCount. |
java.util.Iterator<? extends java.lang.String> |
iterateName()
Method iterateName. |
void |
removeAllName()
|
boolean |
removeName(java.lang.String vName)
Method removeName. |
java.lang.String |
removeNameAt(int index)
Method removeNameAt. |
void |
setName(int index,
java.lang.String vName)
|
void |
setName(java.lang.String[] vNameArray)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrioritizedPresentationNames()
Method Detail |
---|
public void addName(java.lang.String vName) throws java.lang.IndexOutOfBoundsException
vName
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addName(int index, java.lang.String vName) throws java.lang.IndexOutOfBoundsException
index
- vName
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends java.lang.String> enumerateName()
public java.lang.String getName(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.lang.String[] getName()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getNameCount()
public java.util.Iterator<? extends java.lang.String> iterateName()
public void removeAllName()
public boolean removeName(java.lang.String vName)
vName
-
public java.lang.String removeNameAt(int index)
index
-
public void setName(int index, java.lang.String vName) throws java.lang.IndexOutOfBoundsException
index
- vName
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setName(java.lang.String[] vNameArray)
vNameArray
-
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |