Class ActionQuickSearch

    • Field Detail

      • m_AllActions

        protected transient List<Object> m_AllActions
        all instantiated classes.
    • Constructor Detail

      • ActionQuickSearch

        public ActionQuickSearch()
    • Method Detail

      • updateAction

        protected boolean updateAction​(StateContainer state,
                                       Object obj)
        Updates the state of the action.
        Parameters:
        state - the state to use
        obj - the action to update
        Returns:
        true if successfully updated
      • isActionEnabled

        protected boolean isActionEnabled​(Object obj)
        Checks whether the action is enabled.
        Parameters:
        obj - the action to check
        Returns:
        true if enabled
      • determineActions

        protected Object[] determineActions​(StateContainer state)
        Determines the action objects that can be used within this context.
        Returns:
        the objects