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.AnchorTableLayout.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 voidTableLayout. setCellAnchor(int row, int col, TableLayout.Anchor anchor)voidTableLayout. setColumnAnchor(int col, TableLayout.Anchor anchor)voidTableLayout. setRowAnchor(int row, TableLayout.Anchor anchor)voidTableLayout. setTableAnchor(TableLayout.Anchor anchor)
-