- java.lang.Object
-
- javafx.application.Application
-
- fxsampler.SampleBase
-
- org.controlsfx.ControlsFXSample
-
- All Implemented Interfaces:
fxsampler.Sample
- Direct Known Subclasses:
HelloActionGroup
,HelloActionProxy
,HelloAutoComplete
,HelloBorders
,HelloBreadCrumbBar
,HelloButtonBar
,HelloCheckComboBox
,HelloCheckListView
,HelloCheckTreeView
,HelloDecorator
,HelloDialogs
,HelloGlyphFont
,HelloGridView
,HelloHiddenSidesPane
,HelloHyperlinkLabel
,HelloInfoOverlay
,HelloListActionView
,HelloListSelectionView
,HelloMaskerPane
,HelloMasterDetailPane
,HelloNotificationPane
,HelloNotifications
,HelloPlusMinusSlider
,HelloPopOver
,HelloPrefixSelection
,HelloPropertySheet
,HelloRangeSlider
,HelloRating
,HelloSearchableComboBox
,HelloSegmentedBar
,HelloSegmentedButton
,HelloSnapshotView
,HelloStatusBar
,HelloTableFilter
,HelloTableRowExpander
,HelloTaskProgressView
,HelloTextFields
,HelloToggleSwitch
,HelloValidation
,HelloWorldMapView
public abstract class ControlsFXSample extends fxsampler.SampleBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javafx.application.Application
Application.Parameters
-
-
Field Summary
-
Fields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA
-
-
Constructor Summary
Constructors Constructor Description ControlsFXSample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getControlStylesheetURL()
String
getProjectName()
String
getProjectVersion()
String
getSampleSourceURL()
-
Methods inherited from class fxsampler.SampleBase
buildSample, getControlPanel, getControlPanelDividerPosition, getSampleDescription, isVisible, start
-
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
-
-
-
Method Detail
-
getProjectName
public String getProjectName()
- Specified by:
getProjectName
in interfacefxsampler.Sample
- Overrides:
getProjectName
in classfxsampler.SampleBase
-
getProjectVersion
public String getProjectVersion()
-
getSampleSourceURL
public String getSampleSourceURL()
-
getControlStylesheetURL
public String getControlStylesheetURL()
-
-