1 package net.suberic.pooka.gui;2 import javax.swing.Action ;3 4 public interface ActionContainer {5 public Action [] getActions();6 }7