Uses of Class
de.gsi.chart.ui.ProfilerInfoBox.DebugLevel
-
Packages that use ProfilerInfoBox.DebugLevel Package Description de.gsi.chart.ui -
-
Uses of ProfilerInfoBox.DebugLevel in de.gsi.chart.ui
Methods in de.gsi.chart.ui that return ProfilerInfoBox.DebugLevel Modifier and Type Method Description ProfilerInfoBox.DebugLevelProfilerInfoBox. getDebugLevel()static ProfilerInfoBox.DebugLevelProfilerInfoBox.DebugLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProfilerInfoBox.DebugLevel[]ProfilerInfoBox.DebugLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.chart.ui that return types with arguments of type ProfilerInfoBox.DebugLevel Modifier and Type Method Description javafx.beans.property.ObjectProperty<ProfilerInfoBox.DebugLevel>ProfilerInfoBox. debugLevelProperty()Methods in de.gsi.chart.ui with parameters of type ProfilerInfoBox.DebugLevel Modifier and Type Method Description voidProfilerInfoBox. setDebugLevel(ProfilerInfoBox.DebugLevel level)
-