- setContent(Node) - Method in class com.dropsnorz.showcasefx.ShowcaseStep
-
- setDebug(boolean) - Method in class com.dropsnorz.showcasefx.layouts.AutoShowcaseLayout
-
For debug purpose only, displays layout inner grid
- setDefaultLayer(ShowcaseLayer) - Method in class com.dropsnorz.showcasefx.Showcase
-
Set the default layer used if the current
ShowcaseStep doesn't provide any layer object
- setDefaultLayout(ShowcaseLayout) - Method in class com.dropsnorz.showcasefx.Showcase
-
Set the default layout used if the current
ShowcaseStep doesn't provide any layout object
- setLayer(ShowcaseLayer) - Method in class com.dropsnorz.showcasefx.ShowcaseStep
-
- setLayer(ShowcaseLayer) - Method in class com.dropsnorz.showcasefx.StepBuilder
-
- setLayout(ShowcaseLayout) - Method in class com.dropsnorz.showcasefx.ShowcaseStep
-
- setLayout(ShowcaseLayout) - Method in class com.dropsnorz.showcasefx.StepBuilder
-
- setOffsetX(double) - Method in class com.dropsnorz.showcasefx.layouts.RelativeShowcaseLayout
-
- setOffsetY(double) - Method in class com.dropsnorz.showcasefx.layouts.RelativeShowcaseLayout
-
- setOnClickBehaviour(Showcase.ShowcaseBehaviour) - Method in class com.dropsnorz.showcasefx.Showcase
-
- setOnShowcaseStarted(EventHandler<? super ShowcaseEvent>) - Method in class com.dropsnorz.showcasefx.Showcase
-
Defines a function to be called when the showcase is started.
- setOnShowcaseStepDisplay(EventHandler<? super ShowcaseEvent>) - Method in class com.dropsnorz.showcasefx.Showcase
-
Defines a function to be called when the showcase is stopped.
- setOnShowcaseStopped(EventHandler<? super ShowcaseEvent>) - Method in class com.dropsnorz.showcasefx.Showcase
-
Defines a function to be called when the showcase is stopped.
- setShowcaseContainer(StackPane) - Method in class com.dropsnorz.showcasefx.Showcase
-
- setTargetNode(Node) - Method in class com.dropsnorz.showcasefx.ShowcaseStep
-
- setTooltipPadding(Insets) - Method in class com.dropsnorz.showcasefx.layouts.TooltipShowcaseLayout
-
- setTransitionDelay(int) - Method in class com.dropsnorz.showcasefx.Showcase
-
Set the Showcase transition animation delay in miliseconds.
- setUpdateOnTargetBoundsChange(boolean) - Method in class com.dropsnorz.showcasefx.Showcase
-
Sets the value of updateOnTargetBoundsChange property.
- Showcase - Class in com.dropsnorz.showcasefx
-
Note: for Showcase to work properly, the root node MUST
be of type StackPane
- Showcase() - Constructor for class com.dropsnorz.showcasefx.Showcase
-
Creates a Showcase control
- Showcase(StackPane) - Constructor for class com.dropsnorz.showcasefx.Showcase
-
Creates a Showcase control with the specified root container
- Showcase.ShowcaseBehaviour - Enum in com.dropsnorz.showcasefx
-
- showcaseContainer - Variable in class com.dropsnorz.showcasefx.Showcase
-
- ShowcaseEvent - Class in com.dropsnorz.showcasefx.events
-
- ShowcaseEvent(EventType<? extends Event>) - Constructor for class com.dropsnorz.showcasefx.events.ShowcaseEvent
-
Construct a new JFXDialog Event with the specified event type
- ShowcaseLayer - Interface in com.dropsnorz.showcasefx.layers
-
Defines a ShowcaseLayer
A ShowcaseLayer object builds a JavaFx Node used to highlight a specific scene element
- ShowcaseLayerFill - Class in com.dropsnorz.showcasefx.layers
-
A ShowcaseLayerFill is a Layer node generator based on JavaFx backgrounds
The generated background will be converted as a layer node
- ShowcaseLayerFill() - Constructor for class com.dropsnorz.showcasefx.layers.ShowcaseLayerFill
-
- ShowcaseLayerShape - Class in com.dropsnorz.showcasefx.layers
-
A ShowcaseLayerShape is a Layer node generator based on JavaFx shapes
The generated shape is substracted to a rectangle background sized as the showcase components.
- ShowcaseLayerShape() - Constructor for class com.dropsnorz.showcasefx.layers.ShowcaseLayerShape
-
- ShowcaseLayout - Class in com.dropsnorz.showcasefx.layouts
-
- ShowcaseLayout() - Constructor for class com.dropsnorz.showcasefx.layouts.ShowcaseLayout
-
- ShowcaseStep - Class in com.dropsnorz.showcasefx
-
- ShowcaseStep(Node, Node) - Constructor for class com.dropsnorz.showcasefx.ShowcaseStep
-
- SimpleStepView - Class in com.dropsnorz.showcasefx.views
-
- SimpleStepView(String, String) - Constructor for class com.dropsnorz.showcasefx.views.SimpleStepView
-
- start() - Method in class com.dropsnorz.showcasefx.Showcase
-
Start the showcase component and display the first step
- STARTED - Static variable in class com.dropsnorz.showcasefx.events.ShowcaseEvent
-
This event occurs when a Showcase is started, visible to the user
( after the entrance animation ends )
- step - Variable in class com.dropsnorz.showcasefx.StepBuilder
-
- STEP_DISPLAY - Static variable in class com.dropsnorz.showcasefx.events.ShowcaseEvent
-
This event occurs when a new Showcase Step is printed to the user
( after the entrance animation ends )
- StepBuilder - Class in com.dropsnorz.showcasefx
-
- steps - Variable in class com.dropsnorz.showcasefx.Showcase
-
- stop() - Method in class com.dropsnorz.showcasefx.Showcase
-
Stop the Showcase component.
- STOPPED - Static variable in class com.dropsnorz.showcasefx.events.ShowcaseEvent
-
This event occurs when a Showcase is stoped, no longer visible to the user
( after the exit animation ends )