Package | Description |
---|---|
ome.model.containers | |
ome.model.core |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<FolderImageLink> |
Folder.imageLinks |
Modifier and Type | Method and Description |
---|---|
FolderImageLink |
Folder.linkImage(Image addition)
Adds a ome.model.containers.FolderImageLink to imageLinks .
|
FolderImageLink |
FolderImageLink.newInstance() |
FolderImageLink |
FolderImageLink.proxy() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<FolderImageLink> |
Folder.findFolderImageLink(Image target)
find all ome.model.containers.FolderImageLink which have the argument as their child.
|
protected java.util.Set<FolderImageLink> |
Folder.getImageLinks()
returns imageLinks .
|
java.util.Iterator<FolderImageLink> |
Folder.iterateImageLinks()
should be used rather than accessing the imageLinks set directly.
|
java.util.Collection<FolderImageLink> |
Folder.unmodifiableImageLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Folder.addFolderImageLink(FolderImageLink target)
use instead of setImageLinks .
|
void |
Folder.addFolderImageLink(FolderImageLink link,
boolean bothSides)
Adds a ome.model.containers.FolderImageLink to imageLinks, allowing for recursion -- whether
or not addFolderImageLink will be called on the addition if it is loaded
|
void |
Folder.removeFolderImageLink(FolderImageLink target)
removes a single element from this set and makes the inverse call on ome.model.containers.FolderImageLink
|
void |
Folder.removeFolderImageLink(FolderImageLink link,
boolean bothSides)
removes the given FolderImageLink from imageLinks, allowing for recursion -- whether
or not the removal will call unlinkFolder again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Folder.addFolderImageLinkSet(java.util.Collection<FolderImageLink> targets)
use like addFolderImageLink.
|
void |
Folder.removeFolderImageLinkSet(java.util.Collection<FolderImageLink> targets)
use like removeFolderImageLink
|
protected void |
Folder.setImageLinks(java.util.Set<FolderImageLink> imageLinks)
setter for imageLinks should be avoided.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<FolderImageLink> |
Image.folderLinks |
Modifier and Type | Method and Description |
---|---|
FolderImageLink |
Image.linkFolder(Folder addition)
Adds a ome.model.containers.FolderImageLink to folderLinks .
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<FolderImageLink> |
Image.findFolderImageLink(Folder target)
find all ome.model.containers.FolderImageLink which have the argument as their parent.
|
protected java.util.Set<FolderImageLink> |
Image.getFolderLinks()
returns folderLinks .
|
java.util.Iterator<FolderImageLink> |
Image.iterateFolderLinks()
should be used rather than accessing the folderLinks set directly.
|
java.util.Collection<FolderImageLink> |
Image.unmodifiableFolderLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Image.addFolderImageLink(FolderImageLink target)
use instead of setFolderLinks .
|
void |
Image.addFolderImageLink(FolderImageLink link,
boolean bothSides)
Adds a ome.model.containers.FolderImageLink to folderLinks, allowing for recursion -- whether
or not addFolderImageLink will be called on the addition if it is loaded
|
void |
Image.removeFolderImageLink(FolderImageLink target)
removes a single element from this set and makes the inverse call on ome.model.containers.FolderImageLink
|
void |
Image.removeFolderImageLink(FolderImageLink link,
boolean bothSides)
removes the given FolderImageLink from folderLinks, allowing for recursion -- whether
or not the removal will call unlinkImage again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Image.addFolderImageLinkSet(java.util.Collection<FolderImageLink> targets)
use like addFolderImageLink.
|
void |
Image.removeFolderImageLinkSet(java.util.Collection<FolderImageLink> targets)
use like removeFolderImageLink
|
protected void |
Image.setFolderLinks(java.util.Set<FolderImageLink> folderLinks)
setter for folderLinks should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.