Class DisablePluginsConflictingLayoutPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.andami.ui.DisablePluginsConflictingLayoutPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DisablePluginsConflictingLayoutPanel extends JPanel
See Also:
  • Field Details

    • pluginList

      public JList pluginList
    • buttonContinue

      public JButton buttonContinue
    • buttonClose

      public JButton buttonClose
    • lblConflict

      public JLabel lblConflict
    • lblSelectPluginToDisable

      public JLabel lblSelectPluginToDisable
    • lblClickContinue

      public JLabel lblClickContinue
    • lblClickClose

      public JLabel lblClickClose
  • Constructor Details

    • DisablePluginsConflictingLayoutPanel

      public DisablePluginsConflictingLayoutPanel()
      Default constructor
  • Method Details

    • loadImage

      public ImageIcon loadImage(String imageName)
      Helper method to load an image file from the CLASSPATH
      Parameters:
      imageName - the package and name of the file to load relative to the CLASSPATH
      Returns:
      an ImageIcon instance with the specified image file
      Throws:
      IllegalArgumentException - if the image resource cannot be loaded.
    • applyComponentOrientation

      public void applyComponentOrientation(ComponentOrientation orientation)
      Method for recalculating the component orientation for right-to-left Locales.
      Overrides:
      applyComponentOrientation in class Container
      Parameters:
      orientation - the component orientation to be applied
    • createPanel

      public JPanel createPanel()
    • initializePanel

      protected void initializePanel()
      Initializer