| |
|
| com.jeta.open.gui.framework.JETAPanel com.jeta.swingbuilder.gui.focus.FocusView
FocusView | public class FocusView extends JETAPanel implements GridViewListener(Code) | | This component renders the focus order icons over the Form.
author: Jeff Tassin |
ensureSize | public static void ensureSize(ArrayList list, int sz)(Code) | | This method makes sure an ArrayList has at least sz elements. This
guarantees that a call to list.size() will be valid for sz elements.
Parameters: list - the list to add elements to Parameters: sz - the size to ensure |
getFocusPolicyMemento | public FocusPolicyMemento getFocusPolicyMemento()(Code) | | the focus policy memento that represents the current focusordering for this manager |
showFocusBoxes | public void showFocusBoxes()(Code) | | Shows the focus boxes on the view
|
|
|
|