|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CorrectionAction | |
---|---|
rails.game.correct | |
rails.ui.swing |
Uses of CorrectionAction in rails.game.correct |
---|
Subclasses of CorrectionAction in rails.game.correct | |
---|---|
class |
CashCorrectionAction
Correction action that changes the cash position of a cashholder. |
class |
CorrectionModeAction
Action class to request specific correction actions |
class |
MapCorrectionAction
|
Methods in rails.game.correct that return types with arguments of type CorrectionAction | |
---|---|
java.util.List<CorrectionAction> |
MapCorrectionManager.createCorrections()
|
java.util.List<CorrectionAction> |
CorrectionManagerI.createCorrections()
|
java.util.List<CorrectionAction> |
CorrectionManager.createCorrections()
|
java.util.List<CorrectionAction> |
CashCorrectionManager.createCorrections()
|
Methods in rails.game.correct with parameters of type CorrectionAction | |
---|---|
protected boolean |
CorrectionManager.execute(CorrectionAction action)
|
boolean |
MapCorrectionManager.executeCorrection(CorrectionAction action)
|
boolean |
CorrectionManagerI.executeCorrection(CorrectionAction action)
|
boolean |
CorrectionManager.executeCorrection(CorrectionAction action)
calls all executeAction |
boolean |
CashCorrectionManager.executeCorrection(CorrectionAction action)
|
Uses of CorrectionAction in rails.ui.swing |
---|
Methods in rails.ui.swing with parameters of type CorrectionAction | |
---|---|
protected void |
ORUIManager.processCorrectionAction(CorrectionAction action)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |