ice.pilots.html4
Class DirectionFocusManager
java.lang.Object
ice.pilots.html4.FocusManager
ice.pilots.html4.DirectionFocusManager
- public class DirectionFocusManager
- extends FocusManager
| Fields inherited from class ice.pilots.html4.FocusManager |
accesskeys, cssboxes, doc, docPane, documentScrollPosition, domnodes, DOWN, layout, LEFT, NEXT, pilot, PREVIOUS, RIGHT, theFocusedElement, UP, viewDimension |
|
Method Summary |
protected void |
findBoundingBox(int i,
Rectangle bb)
|
protected boolean |
localDFM(int direction)
Direction-based focuschange within the frame (local). |
| Methods inherited from class ice.pilots.html4.FocusManager |
focusDefaultBox, getFocusedElement, globalDFM, isDisabled, isFrameFocused, isOnScreen, lookupAccesskey, nextExternalFocus, nextFocus, previousExternalFocus, previousFocus, registerAccesskey, requestFocus, setFocusedBox, setFocusedBox, setFrameFocused |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectionFocusManager
public DirectionFocusManager(DDocument d,
ice.pilots.html4.CSSLayout cl,
ThePilot p)
findBoundingBox
protected void findBoundingBox(int i,
Rectangle bb)
localDFM
protected boolean localDFM(int direction)
- Description copied from class:
FocusManager
- Direction-based focuschange within the frame (local).
- Overrides:
localDFM in class FocusManager
- Parameters:
direction - direction of desired focuschange
- Returns:
- true if focus-state was changed, false otherwise