A B C D E F G H I K L M N O P Q R S T U V W X Y

H

halt() - Static method in class ch.aplu.util.QuitPane
Create a QuitPane dialog, if it's not yet done.
halt(boolean) - Static method in class ch.aplu.util.QuitPane
Same as halt(), but if exit = false clicking the title bar's close button acts the same as clicking the Quit button (System.exit() will not be called anymore).
halt(Cleanable) - Static method in class ch.aplu.util.QuitPane
Same as halt(), but registers a cleanable, so its clean() method will be called when the title bar's close button is clicked.
Hand - Class in ch.aplu.jcardgame
Representation of a card set.
Hand(Deck) - Constructor for class ch.aplu.jcardgame.Hand
Creates a hand instance with game cards from the given deck.
Hand.CardAlignment - Enum in ch.aplu.jcardgame
Card alignment used when hand is drawn using drawInRow(), drawInColumn()
Hand.CardOrientation - Enum in ch.aplu.jcardgame
Card orientation used when tranfering cards.
Hand.SortType - Enum in ch.aplu.jcardgame
Compare type used for the compareTo() implementation.
hide() - Method in class ch.aplu.jgamegrid.Actor
Turns off the visiblity of this actor (all sprites are hidden).
hide() - Method in class ch.aplu.jgamegrid.GameGrid
Hides the game grid, but does not destroy it.
hide() - Method in class ch.aplu.jgamegrid.GGButtonBase
 
HiResAlarmTimer - Class in ch.aplu.util
Alarm timer with high resolution.
HiResAlarmTimer(long) - Constructor for class ch.aplu.util.HiResAlarmTimer
Construct a alarm timer instance with better than 1 microsecond resolution on most systems and set its preset time in microseconds (us).
HiResAlarmTimer(long, boolean) - Constructor for class ch.aplu.util.HiResAlarmTimer
Same as HiResAlarmTimer(alarmTime), but the timer starts immediately if autostart is true.
HiResAlarmTimer(long, boolean, boolean) - Constructor for class ch.aplu.util.HiResAlarmTimer
Same as HiResAlarmTimer(alarmTime, autostart), but most methods calls Thread.yield() automatically, if yield is true.
HiResTimer - Class in ch.aplu.util
Timer with high resolution.
HiResTimer() - Constructor for class ch.aplu.util.HiResTimer
Construct a HiResTimer object and set its time to zero.
HiResTimer(boolean) - Constructor for class ch.aplu.util.HiResTimer
Same as HiResTimer(), but the timer starts immediately if autostart is true.
HiResTimer(boolean, boolean) - Constructor for class ch.aplu.util.HiResTimer
Same as HiResTimer(autostart), but most methods calls Thread.yield() automatically, if yield is true.

A B C D E F G H I K L M N O P Q R S T U V W X Y