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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidjavafx.scene.control.LabelReturn the "graphic" to show in the toolbar for this tool.getName()Return the name of this tool.voidsetSelectedAudio(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, setSelectedPlayerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:AudioToolDefines 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:
setSelectedAudioin classAudioTool- Parameters:
e- Any form of MouseEvent detecting on the associated page
-
configureAddAudio
- Overrides:
configureAddAudioin classAudioTool
-
getName
Description copied from interface:ToolReturn the name of this tool. -
getGraphic
public javafx.scene.control.Label getGraphic()Description copied from interface:ToolReturn the "graphic" to show in the toolbar for this tool.- Specified by:
getGraphicin interfaceTool- Overrides:
getGraphicin classAudioTool
-