Uses of Class
com.bc.ceres.swing.TableLayout.Anchor
-
Packages that use TableLayout.Anchor Package Description com.bc.ceres.swing Provides general Swing utility classes. -
-
Uses of TableLayout.Anchor in com.bc.ceres.swing
Methods in com.bc.ceres.swing that return TableLayout.Anchor Modifier and Type Method Description static TableLayout.Anchor
TableLayout.Anchor. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableLayout.Anchor[]
TableLayout.Anchor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bc.ceres.swing with parameters of type TableLayout.Anchor Modifier and Type Method Description void
TableLayout. setCellAnchor(int row, int col, TableLayout.Anchor anchor)
void
TableLayout. setColumnAnchor(int col, TableLayout.Anchor anchor)
void
TableLayout. setRowAnchor(int row, TableLayout.Anchor anchor)
void
TableLayout. setTableAnchor(TableLayout.Anchor anchor)
-