All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface distans.ShowPanelInterface

public interface ShowPanelInterface
An interface with the methods that a Panel displaying QuestionPages must implement. For method describtions see the classes implementing the interface.

See Also:
TwoAltPanels, ThreeCrossPanels

Method Index

 o putPage(PageData)
 o putPage(PageData, AnswerData)
 o setEnabled(boolean)
 o show()
 o showNextCard()
 o showPrevCard()
 o validateAndHide()
 o validateCard()

Methods

 o putPage
 public abstract void putPage(PageData pd)
 o putPage
 public abstract void putPage(PageData pd,
                              AnswerData ad)
 o validateCard
 public abstract void validateCard()
 o showNextCard
 public abstract void showNextCard()
 o showPrevCard
 public abstract void showPrevCard()
 o validateAndHide
 public abstract void validateAndHide()
 o show
 public abstract void show()
 o setEnabled
 public abstract void setEnabled(boolean set)

All Packages  Class Hierarchy  This Package  Previous  Next  Index