org.ojalgo.gui.layout
Interface GridBagComponent

All Known Implementing Classes:
GridBagDialog, GridBagFrame, GridBagPanel

Deprecated. v31 Will be removed or seriously refactored

public interface GridBagComponent

Author:
apete

Nested Class Summary
static class GridBagComponent.ConstraintsBuilder
          Deprecated.  
 
Method Summary
 void add(Component aComponent, int gridx, int gridy)
          Deprecated.  
 void add(Component aComponent, int gridx, int gridy, int gridwidth, int gridheight)
          Deprecated.  
 GridBagComponent anchor(int anchor)
          Deprecated.  
 GridBagComponent fill(int fill)
          Deprecated.  
 GridBagLayout getGridBagLayout()
          Deprecated.  
 GridBagComponent insets(Insets insets)
          Deprecated.  
 void makeColumnHeavyweight(int aCol)
          Deprecated.  
 void makeRowHeavyweight(int aRow)
          Deprecated.  
 

Method Detail

add

void add(Component aComponent,
         int gridx,
         int gridy)
Deprecated. 

add

void add(Component aComponent,
         int gridx,
         int gridy,
         int gridwidth,
         int gridheight)
Deprecated. 

anchor

GridBagComponent anchor(int anchor)
Deprecated. 

fill

GridBagComponent fill(int fill)
Deprecated. 

getGridBagLayout

GridBagLayout getGridBagLayout()
Deprecated. 

insets

GridBagComponent insets(Insets insets)
Deprecated. 

makeColumnHeavyweight

void makeColumnHeavyweight(int aCol)
Deprecated. 

makeRowHeavyweight

void makeRowHeavyweight(int aRow)
Deprecated.