Interface IAbstractViewerPanel

    • Field Detail

      • PROPERTY_VIEWERCLASS

        static final java.lang.String PROPERTY_VIEWERCLASS
        The property for the viewer panel class.
        See Also:
        Constant Field Values
    • Method Detail

      • shutdown

        IFuture<java.lang.Void> shutdown()
        Informs the panel that it should stop all its computation
      • getId

        java.lang.String getId()
        The id used for mapping properties.
      • getComponent

        javax.swing.JComponent getComponent()
        The component to be shown in the gui.
        Returns:
        The component to be displayed.