Class DbFilterViewManagerPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.illumon.iris.console.events.DbFilterViewManagerPanel
All Implemented Interfaces:
Workspace, ImageObserver, MenuContainer, Serializable, Accessible

public class DbFilterViewManagerPanel
extends JPanel
implements Workspace
Provide a user interface for bulk operations on filters across an entire workspace at once.
See Also:
Serialized Form
  • Method Details

    • getWorkspaceInfo

      public org.jdom2.Element getWorkspaceInfo()
      Serialize the class into an element to be stored in the workspace
      Specified by:
      getWorkspaceInfo in interface Workspace
      Returns:
      An Element containing the data to persist.
    • setWorkspaceInfo

      public void setWorkspaceInfo​(org.jdom2.Element workspaceInfo)
      Restore the class to the state defined by the data persisted in workspaceInfo
      Specified by:
      setWorkspaceInfo in interface Workspace
      Parameters:
      workspaceInfo - An Element containing the persisted state.