Package | Description |
---|---|
bdv.ui.sourcegrouptree | |
bdv.viewer | |
bdv.viewer.state |
Modifier and Type | Method and Description |
---|---|
TreePath |
SourceGroupTree.getPathTo(SourceGroup group) |
Modifier and Type | Method and Description |
---|---|
SourceGroup |
ViewerState.getCurrentGroup()
Get the current group.
|
SourceGroup |
SynchronizedViewerState.getCurrentGroup()
Get the current group.
|
SourceGroup |
BasicViewerState.getCurrentGroup()
Get the current group.
|
Modifier and Type | Method and Description |
---|---|
Set<SourceGroup> |
ViewerState.getActiveGroups()
Get the set of active groups.
|
Set<SourceGroup> |
SynchronizedViewerState.getActiveGroups()
Get the set of active groups.
|
Set<SourceGroup> |
BasicViewerState.getActiveGroups()
Get the set of active groups.
|
List<SourceGroup> |
ViewerState.getGroups()
Get the list of groups.
|
List<SourceGroup> |
SynchronizedViewerState.getGroups()
Get the list of groups.
|
List<SourceGroup> |
BasicViewerState.getGroups()
Get the list of groups.
|
Comparator<SourceGroup> |
ViewerState.groupOrder()
Returns a
Comparator that compares groups according to the order
in which they occur in the groups list. |
Comparator<SourceGroup> |
SynchronizedViewerState.groupOrder()
Returns a
Comparator that compares groups according to the order
in which they occur in the groups list. |
Comparator<SourceGroup> |
BasicViewerState.groupOrder()
Returns a
Comparator that compares groups according to the order
in which they occur in the groups list. |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewerState.addGroup(SourceGroup group)
Add
group to the state (optional operation). |
boolean |
SynchronizedViewerState.addGroup(SourceGroup group)
Add
group to the state. |
boolean |
BasicViewerState.addGroup(SourceGroup group)
Add
group to the state. |
boolean |
ViewerState.addSourcesToGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Add all sources in
collection to group (optional
operation). |
boolean |
SynchronizedViewerState.addSourcesToGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Add all sources in
collection to group . |
boolean |
BasicViewerState.addSourcesToGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Add all sources in
collection to group . |
boolean |
ViewerState.addSourceToGroup(SourceAndConverter<?> source,
SourceGroup group)
Add
source to group (optional operation). |
boolean |
SynchronizedViewerState.addSourceToGroup(SourceAndConverter<?> source,
SourceGroup group)
Add
source to group . |
boolean |
BasicViewerState.addSourceToGroup(SourceAndConverter<?> source,
SourceGroup group)
Add
source to group . |
boolean |
ViewerState.containsGroup(SourceGroup group)
Check whether the state contains the
group . |
boolean |
SynchronizedViewerState.containsGroup(SourceGroup group)
Check whether the state contains the
group . |
boolean |
BasicViewerState.containsGroup(SourceGroup group)
Check whether the state contains the
group . |
String |
ViewerState.getGroupName(SourceGroup group)
Get the name of a
group . |
String |
SynchronizedViewerState.getGroupName(SourceGroup group)
Get the name of a
group . |
String |
BasicViewerState.getGroupName(SourceGroup group)
Get the name of a
group . |
Set<SourceAndConverter<?>> |
ViewerState.getSourcesInGroup(SourceGroup group)
Get the set sources in
group . |
Set<SourceAndConverter<?>> |
SynchronizedViewerState.getSourcesInGroup(SourceGroup group)
Get the set sources in
group . |
Set<SourceAndConverter<?>> |
BasicViewerState.getSourcesInGroup(SourceGroup group)
Get the set sources in
group . |
boolean |
ViewerState.isCurrentGroup(SourceGroup group)
Returns
true if group is the current group. |
boolean |
SynchronizedViewerState.isCurrentGroup(SourceGroup group)
Returns
true if group is the current group. |
boolean |
BasicViewerState.isCurrentGroup(SourceGroup group)
Returns
true if group is the current group. |
boolean |
ViewerState.isGroupActive(SourceGroup group)
Check whether the given
group is active. |
boolean |
SynchronizedViewerState.isGroupActive(SourceGroup group)
Check whether the given
group is active. |
boolean |
BasicViewerState.isGroupActive(SourceGroup group)
Check whether the given
group is active. |
boolean |
ViewerState.removeGroup(SourceGroup group)
Remove
group from the state (optional operation). |
boolean |
SynchronizedViewerState.removeGroup(SourceGroup group)
Remove
group from the state. |
boolean |
BasicViewerState.removeGroup(SourceGroup group)
Remove
group from the state. |
boolean |
ViewerState.removeSourceFromGroup(SourceAndConverter<?> source,
SourceGroup group)
Remove
source from group (optional operation). |
boolean |
SynchronizedViewerState.removeSourceFromGroup(SourceAndConverter<?> source,
SourceGroup group)
Remove
source from group . |
boolean |
BasicViewerState.removeSourceFromGroup(SourceAndConverter<?> source,
SourceGroup group)
Remove
source from group . |
boolean |
ViewerState.removeSourcesFromGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Remove all sources in
collection from group (optional
operation). |
boolean |
SynchronizedViewerState.removeSourcesFromGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Remove all sources in
collection from group . |
boolean |
BasicViewerState.removeSourcesFromGroup(Collection<? extends SourceAndConverter<?>> collection,
SourceGroup group)
Remove all sources in
collection from group . |
boolean |
ViewerState.setCurrentGroup(SourceGroup group)
Make
group the current group (optional operation). |
boolean |
SynchronizedViewerState.setCurrentGroup(SourceGroup group)
Make
group the current group. |
boolean |
BasicViewerState.setCurrentGroup(SourceGroup group)
Make
group the current group. |
boolean |
ViewerState.setGroupActive(SourceGroup group,
boolean active)
Set
group active or inactive (optional operation). |
boolean |
SynchronizedViewerState.setGroupActive(SourceGroup group,
boolean active)
Set
group active or inactive. |
boolean |
BasicViewerState.setGroupActive(SourceGroup group,
boolean active)
Set
group active or inactive. |
void |
ViewerState.setGroupName(SourceGroup group,
String name)
Set the
name of a group (optional operation). |
void |
SynchronizedViewerState.setGroupName(SourceGroup group,
String name)
Set the
name of a group . |
void |
BasicViewerState.setGroupName(SourceGroup group,
String name)
Set the
name of a group . |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewerState.addGroups(Collection<? extends SourceGroup> collection)
Add all groups in
collection to the state (optional operation). |
boolean |
SynchronizedViewerState.addGroups(Collection<? extends SourceGroup> collection)
Add all groups in
collection to the state. |
boolean |
BasicViewerState.addGroups(Collection<? extends SourceGroup> collection)
Add all groups in
collection to the state. |
boolean |
ViewerState.removeGroups(Collection<? extends SourceGroup> collection)
Remove all groups in
collection from the state (optional
operation). |
boolean |
SynchronizedViewerState.removeGroups(Collection<? extends SourceGroup> collection)
Remove all groups in
collection from the state. |
boolean |
BasicViewerState.removeGroups(Collection<? extends SourceGroup> collection)
Remove all groups in
collection from the state. |
boolean |
ViewerState.setGroupsActive(Collection<? extends SourceGroup> collection,
boolean active)
Set all groups in
collection active or inactive (optional
operation). |
boolean |
SynchronizedViewerState.setGroupsActive(Collection<? extends SourceGroup> collection,
boolean active)
Set all groups in
collection active or inactive. |
boolean |
BasicViewerState.setGroupsActive(Collection<? extends SourceGroup> collection,
boolean active)
Set all groups in
collection active or inactive. |
Constructor and Description |
---|
SourceGroup(ViewerState state,
SourceGroup handle)
Deprecated.
|
Copyright © 2015–2021 Fiji. All rights reserved.