Uses of Class
org.processmining.servicelevelagreements.util.ScrollablePanel.ScrollableSizeHint
-
Packages that use ScrollablePanel.ScrollableSizeHint Package Description org.processmining.servicelevelagreements.util -
-
Uses of ScrollablePanel.ScrollableSizeHint in org.processmining.servicelevelagreements.util
Methods in org.processmining.servicelevelagreements.util that return ScrollablePanel.ScrollableSizeHint Modifier and Type Method Description ScrollablePanel.ScrollableSizeHintScrollablePanel. getScrollableHeight()Get the height ScrollableSizeHint enumScrollablePanel.ScrollableSizeHintScrollablePanel. getScrollableWidth()Get the width ScrollableSizeHint enumstatic ScrollablePanel.ScrollableSizeHintScrollablePanel.ScrollableSizeHint. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScrollablePanel.ScrollableSizeHint[]ScrollablePanel.ScrollableSizeHint. 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.ScrollableSizeHint Modifier and Type Method Description voidScrollablePanel. setScrollableHeight(ScrollablePanel.ScrollableSizeHint scrollableHeight)Set the ScrollableSizeHint enum for the height.voidScrollablePanel. setScrollableWidth(ScrollablePanel.ScrollableSizeHint scrollableWidth)Set the ScrollableSizeHint enum for the width.
-