public interface ImageStackStorage extends RepositoryStorage
Modifier and Type | Method and Description |
---|---|
void |
addAllImageFiles(java.util.Collection s)
Appends all of the ImageFileStorage nicknames in the specified
collection to the end of this list, in the order that they are
returned by the specified collection's iterator (optional operation).
|
void |
addAllImageFiles(int index,
java.util.Collection s)
Inserts the specified ImageFileStorage nickname to the end of this list.
|
void |
addImageFile(int index,
java.lang.String nickname)
Inserts the specified ImageFileStorage nickname to the end of this list.
|
void |
addImageFile(java.lang.String nickname)
Appends the specified ImageFileStorage nickname to the end of this list.
|
void |
clearImageFiles() |
boolean |
containsAllImageFiles(java.util.Collection nicknames) |
boolean |
containsImageFile(java.lang.String nickname) |
java.util.Vector |
getImageFileNames() |
java.lang.String |
getSortProtocol() |
int |
imageStackSize() |
int |
indexOfImageFile(java.lang.String nickname) |
void |
removeAllImageFiles(java.util.Collection nicknames) |
void |
removeImageFile(int index) |
void |
removeImageFile(java.lang.String nickname) |
void |
setSortProtocol(java.lang.String classname) |
addRepositoryListener, getComment, getCreatedBy, getCreatedOn, getDefaultGraphicalEditorClass, getEnabled, getNickname, removeRepositoryListener, setComment, setCreatedBy, setCreatedOn, setEnabled, setNickname
afterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, transferStorage, transferStorageCommands
getDOMStorageClass
void setSortProtocol(java.lang.String classname)
java.lang.String getSortProtocol()
java.util.Vector getImageFileNames()
void addImageFile(int index, java.lang.String nickname)
void addImageFile(java.lang.String nickname)
void addAllImageFiles(int index, java.util.Collection s)
void addAllImageFiles(java.util.Collection s)
void clearImageFiles()
boolean containsImageFile(java.lang.String nickname)
boolean containsAllImageFiles(java.util.Collection nicknames)
void removeImageFile(int index)
void removeImageFile(java.lang.String nickname)
void removeAllImageFiles(java.util.Collection nicknames)
int indexOfImageFile(java.lang.String nickname)
int imageStackSize()
Copyright © 2011, 2013. Daniel P. Dougherty