Class PanelActions

All Implemented Interfaces:
Serializable, Cloneable, Iterable<JComponent>, Collection<JComponent>, List<JComponent>, RandomAccess

public class PanelActions extends ArrayList<JComponent>
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • component

      private final JComponent component
    • exportToPdfAction

      public final Action exportToPdfAction
    • exportToJpgAction

      public final Action exportToJpgAction
    • exportToPngAction

      public final Action exportToPngAction
  • Constructor Details