Package | Description |
---|---|
ome.model.containers | |
ome.model.roi |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<FolderRoiLink> |
Folder.roiLinks |
Modifier and Type | Method and Description |
---|---|
FolderRoiLink |
Folder.linkRoi(Roi addition)
Adds a ome.model.containers.FolderRoiLink to roiLinks .
|
FolderRoiLink |
FolderRoiLink.newInstance() |
FolderRoiLink |
FolderRoiLink.proxy() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<FolderRoiLink> |
Folder.findFolderRoiLink(Roi target)
find all ome.model.containers.FolderRoiLink which have the argument as their child.
|
protected java.util.Set<FolderRoiLink> |
Folder.getRoiLinks()
returns roiLinks .
|
java.util.Iterator<FolderRoiLink> |
Folder.iterateRoiLinks()
should be used rather than accessing the roiLinks set directly.
|
java.util.Collection<FolderRoiLink> |
Folder.unmodifiableRoiLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Folder.addFolderRoiLink(FolderRoiLink target)
use instead of setRoiLinks .
|
void |
Folder.addFolderRoiLink(FolderRoiLink link,
boolean bothSides)
Adds a ome.model.containers.FolderRoiLink to roiLinks, allowing for recursion -- whether
or not addFolderRoiLink will be called on the addition if it is loaded
|
void |
Folder.removeFolderRoiLink(FolderRoiLink target)
removes a single element from this set and makes the inverse call on ome.model.containers.FolderRoiLink
|
void |
Folder.removeFolderRoiLink(FolderRoiLink link,
boolean bothSides)
removes the given FolderRoiLink from roiLinks, allowing for recursion -- whether
or not the removal will call unlinkFolder again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Folder.addFolderRoiLinkSet(java.util.Collection<FolderRoiLink> targets)
use like addFolderRoiLink.
|
void |
Folder.removeFolderRoiLinkSet(java.util.Collection<FolderRoiLink> targets)
use like removeFolderRoiLink
|
protected void |
Folder.setRoiLinks(java.util.Set<FolderRoiLink> roiLinks)
setter for roiLinks should be avoided.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<FolderRoiLink> |
Roi.folderLinks |
Modifier and Type | Method and Description |
---|---|
FolderRoiLink |
Roi.linkFolder(Folder addition)
Adds a ome.model.containers.FolderRoiLink to folderLinks .
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<FolderRoiLink> |
Roi.findFolderRoiLink(Folder target)
find all ome.model.containers.FolderRoiLink which have the argument as their parent.
|
protected java.util.Set<FolderRoiLink> |
Roi.getFolderLinks()
returns folderLinks .
|
java.util.Iterator<FolderRoiLink> |
Roi.iterateFolderLinks()
should be used rather than accessing the folderLinks set directly.
|
java.util.Collection<FolderRoiLink> |
Roi.unmodifiableFolderLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Roi.addFolderRoiLink(FolderRoiLink target)
use instead of setFolderLinks .
|
void |
Roi.addFolderRoiLink(FolderRoiLink link,
boolean bothSides)
Adds a ome.model.containers.FolderRoiLink to folderLinks, allowing for recursion -- whether
or not addFolderRoiLink will be called on the addition if it is loaded
|
void |
Roi.removeFolderRoiLink(FolderRoiLink target)
removes a single element from this set and makes the inverse call on ome.model.containers.FolderRoiLink
|
void |
Roi.removeFolderRoiLink(FolderRoiLink link,
boolean bothSides)
removes the given FolderRoiLink from folderLinks, allowing for recursion -- whether
or not the removal will call unlinkRoi again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Roi.addFolderRoiLinkSet(java.util.Collection<FolderRoiLink> targets)
use like addFolderRoiLink.
|
void |
Roi.removeFolderRoiLinkSet(java.util.Collection<FolderRoiLink> targets)
use like removeFolderRoiLink
|
protected void |
Roi.setFolderLinks(java.util.Set<FolderRoiLink> 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.