Uses of Class
edu.cmu.emulator.creator.config.Channel

Packages that use Channel
edu.cmu.emulator.creator   
edu.cmu.emulator.creator.config   
 

Uses of Channel in edu.cmu.emulator.creator
 

Fields in edu.cmu.emulator.creator declared as Channel
private  Channel ChannelsPanel.defaultChannel
           
private  Channel ChannelDialog.resultChannel
           
 

Methods in edu.cmu.emulator.creator that return Channel
 Channel ChannelDialog.getResult()
           
 

Constructors in edu.cmu.emulator.creator with parameters of type Channel
ChannelDialog(JFrame parent, Channel toEdit, boolean defaultChannel, String[] nodes)
           
 

Uses of Channel in edu.cmu.emulator.creator.config
 

Fields in edu.cmu.emulator.creator.config declared as Channel
private  Channel DSPConfigDef.defChannel
           
 

Fields in edu.cmu.emulator.creator.config with type parameters of type Channel
private  List<Channel> DSPConfigDef.channels
           
 

Methods in edu.cmu.emulator.creator.config that return Channel
static Channel Channel.fromXML(Element el)
           
 Channel DSPConfigDef.getDefChannel()
           
 

Methods in edu.cmu.emulator.creator.config that return types with arguments of type Channel
 List<Channel> DSPConfigDef.getChannels()
           
 

Methods in edu.cmu.emulator.creator.config with parameters of type Channel
 void DSPConfigDef.setDefChannel(Channel defChannel)
           
 

Constructors in edu.cmu.emulator.creator.config with parameters of type Channel
Channel(Channel other)
           
DSPConfigDef(String type, int maxMFBits, int maxShift, InetAddress ip, Channel defChannel, List<Channel> channels)
           
 

Constructor parameters in edu.cmu.emulator.creator.config with type arguments of type Channel
DSPConfigDef(String type, int maxMFBits, int maxShift, InetAddress ip, Channel defChannel, List<Channel> channels)
           
 



Copyright © 2013. All Rights Reserved.