Package | Description |
---|---|
org.scijava | |
org.scijava.command | |
org.scijava.module |
Modifier and Type | Method and Description |
---|---|
static ItemVisibility |
ItemVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemVisibility[] |
ItemVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ItemVisibility |
CommandModuleItem.getVisibility() |
Modifier and Type | Method and Description |
---|---|
ItemVisibility |
ModuleItem.getVisibility()
Gets the visibility of the item.
|
ItemVisibility |
DefaultMutableModuleItem.getVisibility() |
ItemVisibility |
AbstractModuleItem.getVisibility() |
Modifier and Type | Method and Description |
---|---|
void |
MutableModuleItem.setVisibility(ItemVisibility visibility) |
void |
DefaultMutableModuleItem.setVisibility(ItemVisibility visibility) |
Copyright © 2015–2022 SciJava. All rights reserved.