Package | Description |
---|---|
ome.model.screen |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<ScreenPlateLink> |
Screen.plateLinks |
protected java.util.Set<ScreenPlateLink> |
Plate.screenLinks |
Modifier and Type | Method and Description |
---|---|
ScreenPlateLink |
Screen.linkPlate(Plate addition)
Adds a ome.model.screen.ScreenPlateLink to plateLinks .
|
ScreenPlateLink |
Plate.linkScreen(Screen addition)
Adds a ome.model.screen.ScreenPlateLink to screenLinks .
|
ScreenPlateLink |
ScreenPlateLink.newInstance() |
ScreenPlateLink |
ScreenPlateLink.proxy() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ScreenPlateLink> |
Screen.findScreenPlateLink(Plate target)
find all ome.model.screen.ScreenPlateLink which have the argument as their child.
|
java.util.Set<ScreenPlateLink> |
Plate.findScreenPlateLink(Screen target)
find all ome.model.screen.ScreenPlateLink which have the argument as their parent.
|
protected java.util.Set<ScreenPlateLink> |
Screen.getPlateLinks()
returns plateLinks .
|
protected java.util.Set<ScreenPlateLink> |
Plate.getScreenLinks()
returns screenLinks .
|
java.util.Iterator<ScreenPlateLink> |
Screen.iteratePlateLinks()
should be used rather than accessing the plateLinks set directly.
|
java.util.Iterator<ScreenPlateLink> |
Plate.iterateScreenLinks()
should be used rather than accessing the screenLinks set directly.
|
java.util.Collection<ScreenPlateLink> |
Screen.unmodifiablePlateLinks()
Returns an unmodifiable collection-view
|
java.util.Collection<ScreenPlateLink> |
Plate.unmodifiableScreenLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Plate.addScreenPlateLink(ScreenPlateLink target)
use instead of setScreenLinks .
|
void |
Screen.addScreenPlateLink(ScreenPlateLink target)
use instead of setPlateLinks .
|
void |
Plate.addScreenPlateLink(ScreenPlateLink link,
boolean bothSides)
Adds a ome.model.screen.ScreenPlateLink to screenLinks, allowing for recursion -- whether
or not addScreenPlateLink will be called on the addition if it is loaded
|
void |
Screen.addScreenPlateLink(ScreenPlateLink link,
boolean bothSides)
Adds a ome.model.screen.ScreenPlateLink to plateLinks, allowing for recursion -- whether
or not addScreenPlateLink will be called on the addition if it is loaded
|
void |
Plate.removeScreenPlateLink(ScreenPlateLink target)
removes a single element from this set and makes the inverse call on ome.model.screen.ScreenPlateLink
|
void |
Screen.removeScreenPlateLink(ScreenPlateLink target)
removes a single element from this set and makes the inverse call on ome.model.screen.ScreenPlateLink
|
void |
Plate.removeScreenPlateLink(ScreenPlateLink link,
boolean bothSides)
removes the given ScreenPlateLink from screenLinks, allowing for recursion -- whether
or not the removal will call unlinkPlate again if loaded.
|
void |
Screen.removeScreenPlateLink(ScreenPlateLink link,
boolean bothSides)
removes the given ScreenPlateLink from plateLinks, allowing for recursion -- whether
or not the removal will call unlinkScreen again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Plate.addScreenPlateLinkSet(java.util.Collection<ScreenPlateLink> targets)
use like addScreenPlateLink.
|
void |
Screen.addScreenPlateLinkSet(java.util.Collection<ScreenPlateLink> targets)
use like addScreenPlateLink.
|
void |
Plate.removeScreenPlateLinkSet(java.util.Collection<ScreenPlateLink> targets)
use like removeScreenPlateLink
|
void |
Screen.removeScreenPlateLinkSet(java.util.Collection<ScreenPlateLink> targets)
use like removeScreenPlateLink
|
protected void |
Screen.setPlateLinks(java.util.Set<ScreenPlateLink> plateLinks)
setter for plateLinks should be avoided.
|
protected void |
Plate.setScreenLinks(java.util.Set<ScreenPlateLink> screenLinks)
setter for screenLinks should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.