Uses of Class
samyedit.Channel

Packages that use Channel
gui   
samyedit   
 

Uses of Channel in gui
 

Fields in gui declared as Channel
 Channel Edit.channel
           
 

Methods in gui with parameters of type Channel
static void Main.moveChannels(Channel[] selected, Channel targetChan)
           
static void Main.moveChannels(Channel[] selected, Channel targetChan)
           
 

Constructors in gui with parameters of type Channel
Edit(Channel channel)
           
 

Uses of Channel in samyedit
 

Subclasses of Channel in samyedit
 class AirCableChannel
           
 class AirChannel
           
 class CloneChannel
           
 class SatChannel
           
 

Methods in samyedit that return Channel
 Channel Channel.clone()
          clone function, if a channel needs to be copied just invoke clone() from Object class
 

Method parameters in samyedit with type arguments of type Channel
static void SkyFeedChannels.add(java.util.TreeMap<java.lang.Integer,Channel> channelList)
           
static void MapParser.parseAirCable(java.lang.String path, java.util.TreeMap<java.lang.Integer,Channel> channelList)
           
static void MapParser.write(java.lang.String file, java.util.TreeMap<java.lang.Integer,Channel> channelList)
           
static void MapParser.writeAirCable(java.lang.String file, java.util.TreeMap<java.lang.Integer,Channel> channelList)
           
static void MapParser.writeClone(java.lang.String file, java.util.TreeMap<java.lang.Integer,Channel> channelList)
           
static void MapParser.writeSat(java.lang.String file, java.util.TreeMap<java.lang.Integer,Channel> channelList)
           
 

Constructor parameters in samyedit with type arguments of type Channel
MapParser(java.lang.String path, java.util.TreeMap<java.lang.Integer,Channel> channelList)