public class ImageStackDOM extends RepositoryStorageDOM implements ImageStackStorage
document, dostylesheets, storageRoot, templateDOMnickname, reposListeners, transferAgent| Constructor and Description |
|---|
ImageStackDOM() |
| 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(ImageFileDOM dom) |
void |
addImageFile(int index,
ImageFileDOM dom) |
void |
addImageFile(int k,
java.lang.String storagenickname)
Inserts the specified ImageFileStorage nickname to the end of this list.
|
void |
addImageFile(java.lang.String storagenickname)
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) |
int |
fileSetSize() |
java.lang.Class |
getDefaultGraphicalEditorClass() |
java.util.Vector |
getImageFileNames() |
java.lang.String |
getRootElementName() |
java.lang.String |
getSortProtocol() |
java.lang.Class |
getStorageTransferAgentClass()
This method should be overridden by subclasses wanting to extend the transfer method.
|
int |
imageStackSize() |
int |
indexOfImageFile(java.lang.String nickname) |
void |
removeAllImageFiles(java.util.Collection s) |
void |
removeImageFile(int k) |
void |
removeImageFile(java.lang.String nickname) |
void |
setSortProtocol(java.lang.String proto) |
protected void |
specifyStorage(org.w3c.dom.Document doc,
org.w3c.dom.Element ro) |
createElementByName, getAttributeByElementName, getComment, getCommentElementName, getCreatedBy, getCreatedByAttributeName, getCreatedOn, getCreatedOnAttributeName, getDocument, getDOMStorageClass, getEnabled, getEnabledAttributeName, getNickname, getNicknameAttributeName, getStorage, getStorageRoot, getStylesheetRef, getTemplateDOM, getTextNodeByElementName, isValidXML, readXML, setComment, setCreatedBy, setCreatedOn, setEnabled, setNickname, setProcessingInstructions, setTextNodeByElementName, show, show, useStyleSheetInfo, usingStyleSheetInfo, writeTemplateXML, writeXMLaddRepositoryListener, afterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, getStorageCalculationsAgentClass, removeRepositoryListener, transferStorage, transferStorageCommandsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRepositoryListener, getComment, getCreatedBy, getCreatedOn, getEnabled, getNickname, removeRepositoryListener, setComment, setCreatedBy, setCreatedOn, setEnabled, setNicknameafterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, transferStorage, transferStorageCommandsgetDOMStorageClasspublic java.lang.Class getDefaultGraphicalEditorClass()
getDefaultGraphicalEditorClass in interface RepositoryStoragegetDefaultGraphicalEditorClass in class RepositoryStorageDOMpublic java.lang.Class getStorageTransferAgentClass()
AbstractRepositoryStoragegetStorageTransferAgentClass in class AbstractRepositoryStorageprotected void specifyStorage(org.w3c.dom.Document doc,
org.w3c.dom.Element ro)
specifyStorage in class RepositoryStorageDOMpublic java.lang.String getRootElementName()
getRootElementName in class RepositoryStorageDOMpublic java.lang.String getSortProtocol()
getSortProtocol in interface ImageStackStoragepublic void setSortProtocol(java.lang.String proto)
setSortProtocol in interface ImageStackStoragepublic java.util.Vector getImageFileNames()
getImageFileNames in interface ImageStackStoragepublic void clearImageFiles()
clearImageFiles in interface ImageStackStoragepublic boolean containsImageFile(java.lang.String nickname)
containsImageFile in interface ImageStackStoragepublic int fileSetSize()
public boolean containsAllImageFiles(java.util.Collection nicknames)
containsAllImageFiles in interface ImageStackStoragepublic void removeImageFile(java.lang.String nickname)
removeImageFile in interface ImageStackStoragepublic void removeAllImageFiles(java.util.Collection s)
removeAllImageFiles in interface ImageStackStoragepublic int indexOfImageFile(java.lang.String nickname)
indexOfImageFile in interface ImageStackStoragepublic void addImageFile(int index,
ImageFileDOM dom)
public void addImageFile(ImageFileDOM dom)
public void addImageFile(java.lang.String storagenickname)
addImageFile in interface ImageStackStoragepublic void addImageFile(int k,
java.lang.String storagenickname)
ImageStackStorageaddImageFile in interface ImageStackStoragepublic void addAllImageFiles(int index,
java.util.Collection s)
ImageStackStorageaddAllImageFiles in interface ImageStackStoragepublic void addAllImageFiles(java.util.Collection s)
ImageStackStorageaddAllImageFiles in interface ImageStackStoragepublic int imageStackSize()
imageStackSize in interface ImageStackStoragepublic void removeImageFile(int k)
removeImageFile in interface ImageStackStorageCopyright © 2011, 2013. Daniel P. Dougherty