Class AbstractFieldSelectionAwareAction

    • Constructor Detail

      • AbstractFieldSelectionAwareAction

        public AbstractFieldSelectionAwareAction()
        Constructor for listening only on IJCWidget changes.
      • AbstractFieldSelectionAwareAction

        public AbstractFieldSelectionAwareAction​(boolean listenOnWidget,
                                                 boolean listenOnVertexState)
        Constructor by which subclass might convey in what changes it is interested.
        Parameters:
        listenOnWidget - whether action should listen on widget changed
        listenOnVertexState - whether action should listen on VertexState changes
        Since:
        15.7.27
    • Method Detail

      • findFields

        protected static java.util.List<com.im.df.api.ddl.DFField> findFields​(org.openide.nodes.Node[] activatedNodes)
      • enableForFieldsFromDifferntVertexStates

        protected boolean enableForFieldsFromDifferntVertexStates()