ice.pilots.html4
Class DirectionFocusManager

java.lang.Object
  extended byice.pilots.html4.FocusManager
      extended byice.pilots.html4.DirectionFocusManager

public class DirectionFocusManager
extends FocusManager


Field Summary
 
Fields inherited from class ice.pilots.html4.FocusManager
accesskeys, cssboxes, doc, docPane, documentScrollPosition, domnodes, DOWN, layout, LEFT, NEXT, pilot, PREVIOUS, RIGHT, theFocusedElement, UP, viewDimension
 
Constructor Summary
DirectionFocusManager(DDocument d, ice.pilots.html4.CSSLayout cl, ThePilot p)
           
 
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
 

Constructor Detail

DirectionFocusManager

public DirectionFocusManager(DDocument d,
                             ice.pilots.html4.CSSLayout cl,
                             ThePilot p)
Method Detail

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