Uses of Class
org.processmining.servicelevelagreements.util.ScrollablePanel.IncrementType
-
Packages that use ScrollablePanel.IncrementType Package Description org.processmining.servicelevelagreements.util -
-
Uses of ScrollablePanel.IncrementType in org.processmining.servicelevelagreements.util
Methods in org.processmining.servicelevelagreements.util that return ScrollablePanel.IncrementType Modifier and Type Method Description static ScrollablePanel.IncrementTypeScrollablePanel.IncrementType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScrollablePanel.IncrementType[]ScrollablePanel.IncrementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.servicelevelagreements.util with parameters of type ScrollablePanel.IncrementType Modifier and Type Method Description voidScrollablePanel. setScrollableBlockIncrement(int orientation, ScrollablePanel.IncrementType type, int amount)Specify the information needed to do block scrolling.voidScrollablePanel. setScrollableUnitIncrement(int orientation, ScrollablePanel.IncrementType type, int amount)Specify the information needed to do unit scrolling.
-