|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.domain.viz.data.implement.channel.ChannelManager
public class ChannelManager
Manages the channels in the visualization of the program
Constructor Summary | |
---|---|
ChannelManager()
|
Method Summary | |
---|---|
void |
deregisterChannel(Channel inChannel)
Removes a channel from the vector of channels |
java.util.Vector |
getChannelVector()
Returns a vector of all the channels |
void |
registerChannel(Channel inChannel)
Adds a channel to the vector of channels |
void |
update()
Deletes any channel whose pointer or pointee has gone out of scope. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelManager()
Method Detail |
---|
public java.util.Vector getChannelVector()
public void registerChannel(Channel inChannel)
public void deregisterChannel(Channel inChannel)
public void update()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |