|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridBagGroup | |
---|---|
cytoscape.dialogs | UI classes for performing some action, generally more complicated than those contained in the cytoscape.actions package. |
cytoscape.visual.calculators | Objects that calculate from the data attributes the value for one visual attribute, such as color, shape, or size. |
Uses of GridBagGroup in cytoscape.dialogs |
---|
Methods in cytoscape.dialogs with parameters of type GridBagGroup | |
---|---|
static void |
MiscGB.insert(GridBagGroup gbg,
Component comp,
int x,
int y)
DOCUMENT ME! |
static void |
MiscGB.insert(GridBagGroup gbg,
Component comp,
int x,
int y,
int w,
int h)
DOCUMENT ME! |
static void |
MiscGB.insert(GridBagGroup gbg,
Component comp,
int x,
int y,
int w,
int h,
int f)
DOCUMENT ME! |
static void |
MiscGB.insert(GridBagGroup gbg,
Component comp,
int x,
int y,
int w,
int h,
int weightx,
int weighty,
int f)
DOCUMENT ME! |
Uses of GridBagGroup in cytoscape.visual.calculators |
---|
Fields in cytoscape.visual.calculators declared as GridBagGroup | |
---|---|
protected GridBagGroup |
AbstractCalculator.CalculatorUI.myGBG
Deprecated. Remember the grid bag group in case the mapper UI needs to be updated. |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |