| Package | Description | 
|---|---|
| ome.model.screen | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Set<ScreenPlateLink> | Screen. plateLinks | 
| protected 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 | 
|---|---|
| Set<ScreenPlateLink> | Screen. findScreenPlateLink(Plate target)find all ome.model.screen.ScreenPlateLink which have the argument as their child. | 
| Set<ScreenPlateLink> | Plate. findScreenPlateLink(Screen target)find all ome.model.screen.ScreenPlateLink which have the argument as their parent. | 
| protected Set<ScreenPlateLink> | Screen. getPlateLinks()returns plateLinks . | 
| protected Set<ScreenPlateLink> | Plate. getScreenLinks()returns screenLinks . | 
| Iterator<ScreenPlateLink> | Screen. iteratePlateLinks()should be used rather than accessing the plateLinks set directly. | 
| Iterator<ScreenPlateLink> | Plate. iterateScreenLinks()should be used rather than accessing the screenLinks set directly. | 
| Collection<ScreenPlateLink> | Screen. unmodifiablePlateLinks()Returns an unmodifiable collection-view | 
| 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(Collection<ScreenPlateLink> targets)use like addScreenPlateLink. | 
| void | Screen. addScreenPlateLinkSet(Collection<ScreenPlateLink> targets)use like addScreenPlateLink. | 
| void | Plate. removeScreenPlateLinkSet(Collection<ScreenPlateLink> targets)use like removeScreenPlateLink | 
| void | Screen. removeScreenPlateLinkSet(Collection<ScreenPlateLink> targets)use like removeScreenPlateLink | 
| protected void | Screen. setPlateLinks(Set<ScreenPlateLink> plateLinks)setter for plateLinks should be avoided. | 
| protected void | Plate. setScreenLinks(Set<ScreenPlateLink> screenLinks)setter for screenLinks should be avoided. | 
                
                
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.