Class ClockItemPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ClockItemPanel extends IconItemPanel
ItemPanel for Clocks.
See Also:
  • Constructor Details

  • Method Details

    • instructions

      protected JPanel instructions()
      Overrides:
      instructions in class IconItemPanel
    • init

      public void init()
      Description copied from class: ItemPanel
      Initialize panel for selecting a new Control Panel item or for updating an existing item. Adds table if item is a bean. i.e. customizes for the item type. Called by enclosing TabbedPanel on change of displayed tab Pane.
      Overrides:
      init in class IconItemPanel
    • makeIconDisplayPanel

      protected JPanel makeIconDisplayPanel(String key, HashMap<String,NamedIcon> iconMap, boolean dropIcon)
      Description copied from class: ItemPanel
      Utility for above method. Implementation returns a JPanel extension containing a bordered JLabel extension of icon and labels
      Overrides:
      makeIconDisplayPanel in class IconItemPanel
      Parameters:
      key - name of icon
      iconMap - containing icon for possible replacement
      dropIcon - JLabel extension may be replaceable or dragable.
      Returns:
      the JPanel