Class AbstractTemporaryItemsContainer<T extends AbstractTemporaryItem,​S extends com.im.df.api.ddl.DFItem>

  • Type Parameters:
    T - Temporary object (item) of this container - currently either a query or a list
    S - Parent DFItem of this collection - DFEntity for lists and DFDataTree for queries
    Direct Known Subclasses:
    TemporaryListsContainer, TemporaryQueriesContainer

    public class AbstractTemporaryItemsContainer<T extends AbstractTemporaryItem,​S extends com.im.df.api.ddl.DFItem>
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addChangeListener​(javax.swing.event.ChangeListener changeListener)  
      java.util.List<T> getItems()  
      static void initTemporaryItemsContainer​(com.im.df.api.dml.DFResultSet resultSet)
      TODO Really ugly way how to allow to add temporary queries and lists on SFS search if ExecutableQueryPanel fake is not initialized.
      void removeAll()  
      void removeChangeListener​(javax.swing.event.ChangeListener changeListener)  
      void removeItem​(T item)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getItems

        public java.util.List<T> getItems()
      • removeAll

        public void removeAll()
      • removeItem

        public void removeItem​(T item)
      • addChangeListener

        public void addChangeListener​(javax.swing.event.ChangeListener changeListener)
      • removeChangeListener

        public void removeChangeListener​(javax.swing.event.ChangeListener changeListener)
      • initTemporaryItemsContainer

        public static void initTemporaryItemsContainer​(com.im.df.api.dml.DFResultSet resultSet)
        TODO Really ugly way how to allow to add temporary queries and lists on SFS search if ExecutableQueryPanel fake is not initialized.
        Parameters:
        resultSet -