cz.cuni.jagrlib.reg
Class InfoChannelGUI

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

public class InfoChannelGUI
extends java.lang.Object

Information about channel GUI.

See Also:
InfoChannelGUI.java

Field Summary
static java.awt.Color colorActiveModule
          Color of channel of selected module.
static java.awt.Color colorNormal
          Color of normal channel.
static java.awt.Color colorTemp
          Color of temporary channel, while mouse draging.
 ChannelGUI gui
          Class that care about visual representation of channel.
 java.util.Map<java.lang.String,java.lang.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 java.util.Map<java.lang.String,java.lang.Object> nextInfo
This is space for all other information.


colorNormal

public static java.awt.Color colorNormal
Color of normal channel.


colorActiveModule

public static java.awt.Color colorActiveModule
Color of channel of selected module.


colorTemp

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

Constructor Detail

InfoChannelGUI

public InfoChannelGUI()