Package | Description |
---|---|
ome.model.containers | |
ome.model.roi |
Modifier and Type | Field and Description |
---|---|
protected 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 |
---|---|
Set<FolderRoiLink> |
Folder.findFolderRoiLink(Roi target)
find all ome.model.containers.FolderRoiLink which have the argument as their child.
|
protected Set<FolderRoiLink> |
Folder.getRoiLinks()
returns roiLinks .
|
Iterator<FolderRoiLink> |
Folder.iterateRoiLinks()
should be used rather than accessing the roiLinks set directly.
|
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(Collection<FolderRoiLink> targets)
use like addFolderRoiLink.
|
void |
Folder.removeFolderRoiLinkSet(Collection<FolderRoiLink> targets)
use like removeFolderRoiLink
|
protected void |
Folder.setRoiLinks(Set<FolderRoiLink> roiLinks)
setter for roiLinks should be avoided.
|
Modifier and Type | Field and Description |
---|---|
protected 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 |
---|---|
Set<FolderRoiLink> |
Roi.findFolderRoiLink(Folder target)
find all ome.model.containers.FolderRoiLink which have the argument as their parent.
|
protected Set<FolderRoiLink> |
Roi.getFolderLinks()
returns folderLinks .
|
Iterator<FolderRoiLink> |
Roi.iterateFolderLinks()
should be used rather than accessing the folderLinks set directly.
|
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(Collection<FolderRoiLink> targets)
use like addFolderRoiLink.
|
void |
Roi.removeFolderRoiLinkSet(Collection<FolderRoiLink> targets)
use like removeFolderRoiLink
|
protected void |
Roi.setFolderLinks(Set<FolderRoiLink> folderLinks)
setter for folderLinks should be avoided.
|
Version: 5.3.5-ice35-b73
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.