Verwendungen von Enum
com.flexganttfx.view.GanttChartBase.ScrollBarType
Packages, die GanttChartBase.ScrollBarType verwenden
-
Verwendungen von GanttChartBase.ScrollBarType in com.flexganttfx.view
Unterklassen mit Typargumenten vom Typ GanttChartBase.ScrollBarType in com.flexganttfx.viewModifizierer und TypKlasseBeschreibungstatic enumDefines the type of scrollbar to be used for scrolling horizontally.Methoden in com.flexganttfx.view, die GanttChartBase.ScrollBarType zurückgebenModifizierer und TypMethodeBeschreibungGanttChartBase.getScrollBarType()Ruft den Wert derscrollBarType-Eigenschaft ab.static GanttChartBase.ScrollBarTypeGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static GanttChartBase.ScrollBarType[]GanttChartBase.ScrollBarType.values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Methoden in com.flexganttfx.view, die Typen mit Argumenten vom Typ GanttChartBase.ScrollBarType zurückgebenModifizierer und TypMethodeBeschreibungGanttChartBase.scrollBarTypeProperty()Determines whether the application should present a standard scrollbar (like ListView, TableView, or TreeView), a scrollbar for infinite scrolling, or no scrollbar at all.Methoden in com.flexganttfx.view mit Parametern vom Typ GanttChartBase.ScrollBarTypeModifizierer und TypMethodeBeschreibungfinal voidGanttChartBase.setScrollBarType(GanttChartBase.ScrollBarType scrollBarType) Legt den Wert derscrollBarType-Eigenschaft fest.