org.freehep.util.io
Class ActionSet
java.lang.Object
org.freehep.util.io.ActionSet
- Direct Known Subclasses:
- SWFActionSet
- public class ActionSet
- extends Object
Class to keep registered Actions,
which should be used by the TaggedIn/OutputStream.
A set of recognized Actions can be added to this class.
A concrete implementation of this stream should install all allowed actions.
- Version:
- $Id: ActionSet.java,v 1.2 2001/11/05 16:09:01 duns Exp $
- Author:
- Mark Donszelmann, Charles Loomis
- Source Code:
- ActionSet.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actions
protected Map actions
- This holds the individual actions.
defaultAction
protected Action defaultAction
ActionSet
public ActionSet()
addAction
public void addAction(Action action)
get
public Action get(int actionCode)
exists
public boolean exists(int actionCode)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.