| javax.swing.JPanel com.jeta.swingbuilder.gui.editor.MarginCell
MarginCell | public class MarginCell extends JPanel (Code) | | Represents a row or column header that can be clicked or dragged to allow the
user to change the row/column specs on a form layout.
author: Jeff Tassin |
MarginCell | public MarginCell(Orientation orientation, int index, GridView view)(Code) | | ctor for a cell in a margin
Parameters: orientation - the orientation of the cell (vertical/horizontal) Parameters: index - the 1-based index of the cell Parameters: view - the grid view associated with this cell |
|
|