Class JColorSelectorPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JColorSelectorPanel extends JPanel
See Also:
  • Field Details

  • Constructor Details

    • JColorSelectorPanel

      public JColorSelectorPanel(String caption, JPanel colorSelectionContainer)
  • Method Details

    • updateUI

      public void updateUI()
      Overrides:
      updateUI in class JPanel
    • getUIClassID

      public String getUIClassID()
      Overrides:
      getUIClassID in class JPanel
    • getCaption

      public String getCaption()
    • getColorSelectionContainer

      public JPanel getColorSelectionContainer()
    • setLastPanel

      public void setLastPanel(boolean isLastPanel)
    • isLastPanel

      public boolean isLastPanel()