Uses of Interface
com.nnamo.interfaces.ButtonPanelBehaviour
Packages that use ButtonPanelBehaviour
Package
Description
-
Uses of ButtonPanelBehaviour in com.nnamo.view.customcomponents
Methods in com.nnamo.view.customcomponents with parameters of type ButtonPanelBehaviourModifier and TypeMethodDescriptionvoid
CustomButtonPanel.setButtonPanelBehaviour
(ButtonPanelBehaviour buttonPanelBehaviour) Sets the behavior to execute when the button is clicked. -
Uses of ButtonPanelBehaviour in com.nnamo.view.custompanels
Methods in com.nnamo.view.custompanels with parameters of type ButtonPanelBehaviourModifier and TypeMethodDescriptionvoid
ButtonPanel.setButtonPanelBehaviour
(ButtonPanelBehaviour listener) Sets the behavior to execute when anyJButton
in theButtonPanel
is clicked.void
LeftPanel.setButtonPanelGeneralBehaviour
(ButtonPanelBehaviour listener) Sets the button panel general behaviour.void
LeftPanel.setButtonPanelPreferBehaviour
(ButtonPanelBehaviour listener) Sets the button panel preference behaviour. -
Uses of ButtonPanelBehaviour in com.nnamo.view.frame
Methods in com.nnamo.view.frame with parameters of type ButtonPanelBehaviourModifier and TypeMethodDescriptionvoid
MainFrame.setButtonPanelGeneralBehaviour
(ButtonPanelBehaviour listener) Sets the general button panel behavior in the left panel.void
MainFrame.setButtonPanelPreferBehaviour
(ButtonPanelBehaviour listener) Sets the prefer button panel behavior in the left panel.