Package gui.tool
Class VideoTool
java.lang.Object
gui.tool.AudioTool
gui.tool.VideoTool
- All Implemented Interfaces:
PageEventHandler
,Tool
-
Nested Class Summary
Nested classes/interfaces inherited from interface gui.page.PageEventHandler
PageEventHandler.HandlerMethod<T extends javafx.event.Event>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
javafx.scene.control.Label
Return the "graphic" to show in the toolbar for this tool.getName()
Return the name of this tool.void
setSelectedAudio
(javafx.scene.input.MouseEvent e) Defines how GUIAudio on the page can either be selected or de-selectedMethods inherited from class gui.tool.AudioTool
enabledFor, getHandlerMethods, getPage, getSelectedPlayer, getSettingsGUI, initializeControls, resetInterface, setInterface, setSelectedPlayer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gui.page.PageEventHandler
disabledFor
-
Constructor Details
-
VideoTool
-
-
Method Details
-
setSelectedAudio
public void setSelectedAudio(javafx.scene.input.MouseEvent e) Description copied from class:AudioTool
Defines how GUIAudio on the page can either be selected or de-selectedIf any visual component of a GUIAudio is clicked on the page, it is classified as selected. If anything that is not an instance of GUIAudio is clicked on the page, then no GUIAudio is considered selected
- Overrides:
setSelectedAudio
in classAudioTool
- Parameters:
e
- Any form of MouseEvent detecting on the associated page
-
configureAddAudio
- Overrides:
configureAddAudio
in classAudioTool
-
getName
Description copied from interface:Tool
Return the name of this tool. -
getGraphic
public javafx.scene.control.Label getGraphic()Description copied from interface:Tool
Return the "graphic" to show in the toolbar for this tool.- Specified by:
getGraphic
in interfaceTool
- Overrides:
getGraphic
in classAudioTool
-