KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > suberic > pooka > gui > ActionContainer


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