|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.jagrlib.reg.InfoPlugGUI
public class InfoPlugGUI
Information about GUI of the plug.
| Field Summary | |
|---|---|
static java.awt.Color |
colorActive
Color of selected plug. |
static java.awt.Color |
colorConnect
Color of connected plug. |
static java.awt.Color |
colorMandatory
Color of unconnected mandatory plug. |
static java.awt.Color |
colorNonMandatory
Color of unconnected non-mandatory plug. |
static java.awt.Color |
colorOpposite
Color of opposite plug to selected plug. |
PlugGUI |
gui
Plug's visual representation. |
java.util.Map<java.lang.String,java.lang.Object> |
nextInfo
This is space for all other information. |
int |
orientation
Plug orientation. |
boolean |
selected
Is the plug selected? |
boolean |
visible
Visibility of plug in group. |
int |
x
X-coordinate of plug on module. |
int |
y
Y-coordinate of plug on module. |
| Constructor Summary | |
|---|---|
InfoPlugGUI()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int orientation
public int x
public int y
public boolean visible
public boolean selected
public java.util.Map<java.lang.String,java.lang.Object> nextInfo
public PlugGUI gui
PlugGUIImprovedpublic static java.awt.Color colorConnect
public static java.awt.Color colorMandatory
public static java.awt.Color colorNonMandatory
public static java.awt.Color colorOpposite
public static java.awt.Color colorActive
| Constructor Detail |
|---|
public InfoPlugGUI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||