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
-
putPage(PageData)
-
-
putPage(PageData, AnswerData)
-
-
setEnabled(boolean)
-
-
show()
-
-
showNextCard()
-
-
showPrevCard()
-
-
validateAndHide()
-
-
validateCard()
-
putPage
public abstract void putPage(PageData pd)
putPage
public abstract void putPage(PageData pd,
AnswerData ad)
validateCard
public abstract void validateCard()
showNextCard
public abstract void showNextCard()
showPrevCard
public abstract void showPrevCard()
validateAndHide
public abstract void validateAndHide()
show
public abstract void show()
setEnabled
public abstract void setEnabled(boolean set)
All Packages Class Hierarchy This Package Previous Next Index