Interface ConfigurationPanel


public interface ConfigurationPanel
Deprecated.
Will be moved and possibly renamed
An interface most oftenly implemented by a JPanel displaying a GUI to change various settings for a certain plugin. Implement this class and register it to the extension framework to hook on the 2c8 Modeling Tools settings system.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns an icon to be displayed toghether with the ConfigurationPanel.
    getPanel(JDialog parent)
    Deprecated.
    Returns a panel displaying a GUI to change various settings to the user.
    Deprecated.
    Returns a displayable name for the panel.
  • Method Details

    • getIcon

      Icon getIcon()
      Deprecated.
      Returns an icon to be displayed toghether with the ConfigurationPanel.
      Returns:
      an icon to be displayed toghether with the ConfigurationPanel.
    • getTitle

      String getTitle()
      Deprecated.
      Returns a displayable name for the panel.
      Returns:
      a displayable name for the panel.
    • getPanel

      JPanel getPanel(JDialog parent)
      Deprecated.
      Returns a panel displaying a GUI to change various settings to the user.
      Parameters:
      parent - may be null
      Returns:
      a panel displaying a GUI to change various settings to the user.