Cytoscape 2.8.0 API

cytoscape.dialogs
Class GridBagGroup

java.lang.Object
  extended by cytoscape.dialogs.GridBagGroup

public class GridBagGroup
extends Object


Field Summary
 GridBagConstraints constraints
           
 GridBagLayout gridbag
           
 JPanel panel
           
 
Constructor Summary
GridBagGroup()
          Creates a new GridBagGroup object.
GridBagGroup(JPanel panel)
          Creates a new GridBagGroup object.
GridBagGroup(String title)
          Creates a new GridBagGroup object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

panel

public JPanel panel

gridbag

public GridBagLayout gridbag

constraints

public GridBagConstraints constraints
Constructor Detail

GridBagGroup

public GridBagGroup()
Creates a new GridBagGroup object.


GridBagGroup

public GridBagGroup(JPanel panel)
Creates a new GridBagGroup object.

Parameters:
panel - DOCUMENT ME!

GridBagGroup

public GridBagGroup(String title)
Creates a new GridBagGroup object.

Parameters:
title - DOCUMENT ME!

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.