Class ScreenMenuBarProxyAction

All Implemented Interfaces:
EventListener, javafx.collections.MapChangeListener<org.jhotdraw8.fxcollection.typesafekey.Key<?>,Object>, javafx.event.EventHandler<javafx.event.ActionEvent>, Action, PropertyBean, Disableable

public class ScreenMenuBarProxyAction extends AbstractAction implements javafx.collections.MapChangeListener<org.jhotdraw8.fxcollection.typesafekey.Key<?>,Object>
ScreenMenuBarProxyAction.
Author:
Werner Randelshofer
  • Constructor Details

  • Method Details

    • onActionPerformed

      protected void onActionPerformed(@NonNull javafx.event.ActionEvent event)
      Description copied from class: AbstractAction
      This method is invoked when the action is not disabled and the event is not consumed.
      Specified by:
      onActionPerformed in class AbstractAction
      Parameters:
      event - the action event
    • onChanged

      public void onChanged(javafx.collections.MapChangeListener.Change<? extends org.jhotdraw8.fxcollection.typesafekey.Key<?>,?> change)
      Specified by:
      onChanged in interface javafx.collections.MapChangeListener<org.jhotdraw8.fxcollection.typesafekey.Key<?>,Object>