talx x1.0.5

talx.view
Interface TALComponent

All Known Subinterfaces:
ComposerGUI, GameView, InboxGUI, ReaderGUI
All Known Implementing Classes:
AbstractInbox, BasicComposer, BasicReader, DialogManager, HelpDeskView, ReplyPane, SurveyView, TALPanel, TechView

public interface TALComponent

Interface for top level components.


Method Summary
 java.awt.Component getFocusCycleCurrent()
          Gets the current component in the focus cycle.
 java.awt.Component getFocusCycleStart()
          Resets the focus cycle and returns the first component.
 java.awt.Component getNextFocusOwner()
          Gets the next component in the focus cycle.
 java.awt.Component getPreviousFocusOwner()
          Gets the next component in the focus cycle.
 boolean isFocusable(java.awt.Component c)
          Returns true if the given component should receive focus.
 boolean isFocusCycleEnd()
          Returns true if the focus is currently on the last element of the cycle.
 

Method Detail

getFocusCycleStart

public java.awt.Component getFocusCycleStart()
Resets the focus cycle and returns the first component.


getNextFocusOwner

public java.awt.Component getNextFocusOwner()
Gets the next component in the focus cycle.


getPreviousFocusOwner

public java.awt.Component getPreviousFocusOwner()
Gets the next component in the focus cycle.


getFocusCycleCurrent

public java.awt.Component getFocusCycleCurrent()
Gets the current component in the focus cycle.


isFocusCycleEnd

public boolean isFocusCycleEnd()
Returns true if the focus is currently on the last element of the cycle.


isFocusable

public boolean isFocusable(java.awt.Component c)
Returns true if the given component should receive focus.


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.