| java.util.Vector org.sakaiproject.site.impl.ResourceVector
ResourceVector | public class ResourceVector extends Vector (Code) | |
ResourceVector is a Vector of Identifiables....
|
ResourceVector | public ResourceVector(int initialCapacity, int capacityIncrement)(Code) | | Constructor.
|
ResourceVector | public ResourceVector(int initialCapacity)(Code) | | Constructor.
|
ResourceVector | public ResourceVector()(Code) | | Constructor.
|
getById | public Identifiable getById(String id)(Code) | | Find the first item with this Resource id.
Parameters: id - The resource id. the Resource that has this id, first in the list. |
moveDown | public void moveDown(Identifiable entry)(Code) | | Move an entry one down towards the end of the list.
Parameters: entry - The resource to move. |
moveTo | public void moveTo(Identifiable entry, int newPos)(Code) | | Move an entry to a specific (0 based) index.
Parameters: entry - The resource to move. |
moveUp | public void moveUp(Identifiable entry)(Code) | | Move an entry one up towards the start of the list.
Parameters: entry - The resource to move. |
|
|