- java.lang.Object
-
- javafx.application.Application
-
- fxsampler.SampleBase
-
- org.controlsfx.ControlsFXSample
-
- org.controlsfx.samples.HelloPopOver
-
- All Implemented Interfaces:
fxsampler.Sample
public class HelloPopOver extends ControlsFXSample
-
-
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 HelloPopOver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
getControlPanel()
String
getControlStylesheetURL()
String
getJavaDocURL()
Node
getPanel(Stage stage)
org.controlsfx.control.PopOver
getPopOver()
String
getSampleDescription()
String
getSampleName()
static void
main(String[] args)
-
Methods inherited from class org.controlsfx.ControlsFXSample
getProjectName, getProjectVersion, getSampleSourceURL
-
Methods inherited from class fxsampler.SampleBase
buildSample, getControlPanelDividerPosition, isVisible, start
-
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
-
-
-
Method Detail
-
getControlPanel
public Node getControlPanel()
- Specified by:
getControlPanel
in interfacefxsampler.Sample
- Overrides:
getControlPanel
in classfxsampler.SampleBase
-
getPopOver
public org.controlsfx.control.PopOver getPopOver()
-
main
public static void main(String[] args)
-
getSampleName
public String getSampleName()
-
getJavaDocURL
public String getJavaDocURL()
-
getSampleDescription
public String getSampleDescription()
- Specified by:
getSampleDescription
in interfacefxsampler.Sample
- Overrides:
getSampleDescription
in classfxsampler.SampleBase
-
getControlStylesheetURL
public String getControlStylesheetURL()
- Specified by:
getControlStylesheetURL
in interfacefxsampler.Sample
- Overrides:
getControlStylesheetURL
in classControlsFXSample
-
-