Class CloseProductAction

    • Constructor Detail

      • CloseProductAction

        public CloseProductAction()
      • CloseProductAction

        public CloseProductAction​(org.openide.util.Lookup actionContext)
      • CloseProductAction

        public CloseProductAction​(List<Product> products)
    • Method Detail

      • createContextAwareInstance

        public Action createContextAwareInstance​(org.openide.util.Lookup actionContext)
        Specified by:
        createContextAwareInstance in interface org.openide.util.ContextAwareAction
      • resultChanged

        public void resultChanged​(org.openide.util.LookupEvent lookupEvent)
        Specified by:
        resultChanged in interface org.openide.util.LookupListener
      • execute

        public Boolean execute()
        Executes the action command.
        Returns:
        Boolean.TRUE on success, Boolean.FALSE on failure, or null on cancellation.