cz.cuni.jagrlib.reg
Class InfoChannelGUI

java.lang.Object
  extended by cz.cuni.jagrlib.reg.InfoChannelGUI

public class InfoChannelGUI
extends Object

Information about channel GUI.

Version:
0.25 $Rev: 281 $ $Date: 2006-06-01 20:55:34 +0200 (čt, 01 VI 2006) $ $Author: pepca $
Author:
Jan Kostlivy
See Also:
InfoChannelGUI.java

Field Summary
static Color colorActiveModule
          Color of channel of selected module.
static Color colorNormal
          Color of normal channel.
static Color colorTemp
          Color of temporary channel, while mouse draging.
 ChannelGUI gui
          Class that care about visual representation of channel.
 Map<String,Object> nextInfo
          This is space for all other information.
 
Constructor Summary
InfoChannelGUI()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gui

public ChannelGUI gui
Class that care about visual representation of channel.

See Also:
ChannelGUI, ChannelGUIImproved

nextInfo

public Map<String,Object> nextInfo
This is space for all other information.


colorNormal

public static Color colorNormal
Color of normal channel.


colorActiveModule

public static Color colorActiveModule
Color of channel of selected module.


colorTemp

public static Color colorTemp
Color of temporary channel, while mouse draging.

Constructor Detail

InfoChannelGUI

public InfoChannelGUI()