scalafx.event
Wraps `javafx.event` package.
Attributes
Members list
Packages
Attributes
Type members
Classlikes
Companion Object for scalafx.event.ActionEvent.
Companion Object for scalafx.event.ActionEvent.
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ActionEvent.type
Wraps JavaFX ActionEvent.
Wraps JavaFX ActionEvent.
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class MediaMarkerEvent
Wrapper class for Event.
Wrapper class for Event.
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class WorkerStateEventclass ActionEventclass MediaMarkerEventclass DialogEventclass EditEvent[T]class ScrollToEvent[T]class SortEvent[C]class TreeModificationEvent[T]class EditEvent[T]class EditEvent[T]class InputEventclass ContextMenuEventclass DragEventclass GestureEventclass ScrollEventclass SwipeEventclass ZoomEventclass InputMethodEventclass KeyEventclass MouseEventclass MouseDragEventclass RotateEventclass TouchEventclass MediaErrorEventclass TransformChangedEventclass WebErrorEventclass WebEvent[T]class WindowEventShow all
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EventDispatchChain.type
Represents a chain of EventDispatcher objects, which can dispatch an Event. The event is dispatched by passing it from one EventDispatcher to the next in the chain until the end of chain is reached. Each EventDispatcher in the chain can influence the event path and the event itself. The chain is usually formed by following some parent - child hierarchy from the root to the event target and appending all EventDispatcher objects encountered to the chain.
Represents a chain of EventDispatcher objects, which can dispatch an Event. The event is dispatched by passing it from one EventDispatcher to the next in the chain until the end of chain is reached. Each EventDispatcher in the chain can influence the event path and the event itself. The chain is usually formed by following some parent - child hierarchy from the root to the event target and appending all EventDispatcher objects encountered to the chain.
Wraps a $JFX $URL0 $FC]].
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EventDispatcher.type
An represents an event dispatching and processing entity. It is used when an needs to be dispatched to the associated EventTarget through the EventDispatchChain specified by the target. Each in the chain can influence the event path and the event itself. One can appear in multiple chains.
An represents an event dispatching and processing entity. It is used when an needs to be dispatched to the associated EventTarget through the EventDispatchChain specified by the target. Each in the chain can influence the event path and the event itself. One can appear in multiple chains.
Wraps a $JFX $URL0 $FC]].
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- trait
- Supertypes
- Self type
-
EventIncludes.type
Contains implicit methods to convert from `javafx.event` Classes to their ScalaFX counterparts.
Contains implicit methods to convert from `javafx.event` Classes to their ScalaFX counterparts.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EventTarget.type
Wraps a JavaFX EventTarget.
Wraps a JavaFX EventTarget.
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class Service[T]class ScheduledService[T]class Task[T]class Dialog[R]class Alertclass ChoiceDialog[T]class TextInputDialogclass MenuItemclass CheckMenuItemclass CustomMenuItemclass SeparatorMenuItemclass Menuclass RadioMenuItemclass TreeItem[T]class Nodeclass SwingNodeclass Canvasclass ImageViewclass MediaViewclass Shapeclass Arcclass Circleclass CubicCurveclass Ellipseclass Lineclass Pathclass Polygonclass Polylineclass QuadCurveclass Rectangleclass SVGPathclass Textclass Shape3Dclass Boxclass Cylinderclass MeshViewclass Sphereclass Cameraclass ParallelCameraclass PerspectiveCameraclass LightBaseclass AmbientLightclass PointLightclass SpotLightclass Parentclass Regionclass Axis[T]class CategoryAxisclass ValueAxis[T]class NumberAxisclass Chartclass PieChartclass Controlclass Accordionclass ButtonBarclass ChoiceBox[J]class ComboBoxBase[T]class ColorPickerclass ComboBox[T]class DatePickerclass Labeledclass ButtonBaseclass Buttonclass CheckBoxclass Hyperlinkclass MenuButtonclass SplitMenuButtonclass ToggleButtonclass RadioButtonclass Cell[T]class DateCellclass IndexedCell[T]class ListCell[T]class CheckBoxListCell[T]class ChoiceBoxListCell[T]class ComboBoxListCell[T]class TextFieldListCell[T]class ProgressBarTableCell[S]class TableRow[T]class TreeCell[T]class CheckBoxTreeCell[T]class ChoiceBoxTreeCell[T]class ComboBoxTreeCell[T]class TextFieldTreeCell[T]class TreeTableRow[T]class Labelclass TitledPaneclass ListView[T]class MenuBarclass Paginationclass ProgressIndicatorclass ProgressBarclass ScrollBarclass ScrollPaneclass Separatorclass Sliderclass Spinner[T]class SplitPaneclass TabPaneclass TableView[S]class TextInputControlclass TextAreaclass TextFieldclass PasswordFieldclass ToolBarclass TreeTableView[S]class TreeView[T]class HTMLEditorclass Paneclass DialogPaneclass AnchorPaneclass BorderPaneclass FlowPaneclass GridPaneclass HBoxclass StackPaneclass TilePaneclass VBoxclass TextFlowclass WebViewclass Groupclass SubSceneclass Windowclass PopupWindowclass PopupControlclass ContextMenuclass Tooltipclass Popupclass Stageclass PrimaryStageShow all
Attributes
- Companion
- object
- Supertypes
Object Companion for scalafx.event.WeakEventHandler
Object Companion for scalafx.event.WeakEventHandler
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WeakEventHandler.type
Wraps JavaFX WeakEventHandler.
Wraps JavaFX WeakEventHandler.
Type parameters
- T
-
JavaFX Event subclass
Value parameters
- delegate
-
JavaFX WeakEventHandler to be wrapped
Attributes
- Constructor
-
Creates a new ScalaFX WeakEventHandler from a JavaFX WeakEventHandler.
- Since
-
8.0
- Companion
- object
- Supertypes