| com.jeta.forms.gui.form.GridOverlay
All known Subclasses: com.jeta.swingbuilder.gui.editor.DesignGridOverlay,
GridOverlay | public interface GridOverlay (Code) | | Interface that defines methods needed by the forms runtime to work with the
component that renders the grid lines during design mode.
|
Method Summary | |
public boolean | isGridVisible() Return true if the grid is currently visible. | public void | repaint(GridComponent gc) Repaints the grid cell that contains with the given component. | public void | setGridVisible(boolean bvisible) Displays or hides the grid. |
isGridVisible | public boolean isGridVisible()(Code) | | Return true if the grid is currently visible.
|
repaint | public void repaint(GridComponent gc)(Code) | | Repaints the grid cell that contains with the given component.
|
setGridVisible | public void setGridVisible(boolean bvisible)(Code) | | Displays or hides the grid.
|
|
|