Class DownloadSelectedIncompleteMembersAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Collection<IPrimitive> incompleteMembers  
      • Fields inherited from class javax.swing.AbstractAction

        changeSupport, enabled
      • Fields inherited from interface javax.swing.Action

        ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)  
      static java.util.Set<IPrimitive> buildSetOfIncompleteMembers​(java.util.Collection<IRelation<?>> rels)
      Returns the set of incomplete members of the given relations.
      void setPrimitives​(java.util.Collection<? extends IPrimitive> primitives)
      Specifies the working set of primitives.
      protected void updateEnabledState()
      Override in subclasses to update the enabled state of the action when something changes.
      • Methods inherited from class javax.swing.AbstractAction

        addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.swing.Action

        accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled