Uses of Class
org.scijava.display.event.DisplayUpdatedEvent.DisplayUpdateLevel
-
Packages that use DisplayUpdatedEvent.DisplayUpdateLevel Package Description org.scijava.display.event -
-
Uses of DisplayUpdatedEvent.DisplayUpdateLevel in org.scijava.display.event
Methods in org.scijava.display.event that return DisplayUpdatedEvent.DisplayUpdateLevel Modifier and Type Method Description DisplayUpdatedEvent.DisplayUpdateLevelDisplayUpdatedEvent. getLevel()static DisplayUpdatedEvent.DisplayUpdateLevelDisplayUpdatedEvent.DisplayUpdateLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static DisplayUpdatedEvent.DisplayUpdateLevel[]DisplayUpdatedEvent.DisplayUpdateLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.scijava.display.event with parameters of type DisplayUpdatedEvent.DisplayUpdateLevel Constructor Description DisplayUpdatedEvent(Display<?> display, DisplayUpdatedEvent.DisplayUpdateLevel level)
-