Class AdditionalResultsFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class AdditionalResultsFrame extends DetachableInternalFrame
Flexible generic frame for prompting the results in several objects. This frame is a refactoring of Sextante es.unex.sextante.gui.additionalResults.AdditionalResultsDialog from library SextanteGUI.jar. Methods to promping AdditionalResultsFrame are located to the class AdditionalResults
Author:
Giuseppe Aruta [2017-12-12]
See Also:
  • Field Details

    • HEIGHT

      public static final String HEIGHT
    • WIDTH

      public static final String WIDTH
    • workbenchContext

      public static WorkbenchContext workbenchContext
  • Constructor Details

    • AdditionalResultsFrame

      public AdditionalResultsFrame(ArrayList<?> components)
  • Method Details

    • getSplitPanel

      public JSplitPane getSplitPanel()
    • getColorIcon

      public Icon getColorIcon()
    • getLeftPanel

      public Component getLeftPanel()
    • getRightPanel

      public Component getRightPanel()
    • getPopupMen

      public JPopupMenu getPopupMen()
    • showPopupMenu

      protected void showPopupMenu(MouseEvent e)
    • remove

      protected void remove()
    • save

      public void save()
    • saved

      protected void saved(File file)
    • notsaved

      protected void notsaved()
    • showComponent

      protected void showComponent()
    • fillTree

      public void fillTree(ArrayList<?> components)
    • update

      public void update()
    • Logger

      public static void Logger(Class<?> plugin, Exception e)
    • getOKSavePanel

      protected JPanel getOKSavePanel()
    • round100

      public static Integer round100(Integer b)
    • exportToDxf

      public static void exportToDxf(String fileName, double[][] points)