Uses of Class
adapter.HexagonAdapter
-
Packages that use HexagonAdapter Package Description adapter commands controller dialogs strategy -
-
Uses of HexagonAdapter in adapter
Methods in adapter that return HexagonAdapter Modifier and Type Method Description HexagonAdapterHexagonAdapter. clone()Make new instance of this class. -
Uses of HexagonAdapter in commands
Fields in commands declared as HexagonAdapter Modifier and Type Field Description private HexagonAdapterCmdUpdateHexagon. newStateprivate HexagonAdapterCmdUpdateHexagon. oldStateprivate HexagonAdapterCmdUpdateHexagon. originalStateConstructors in commands with parameters of type HexagonAdapter Constructor Description CmdUpdateHexagon(HexagonAdapter oldState, HexagonAdapter newState) -
Uses of HexagonAdapter in controller
Methods in controller with parameters of type HexagonAdapter Modifier and Type Method Description voidDrawingController. btnUpdateHexagonClicked(HexagonAdapter oldHexagon)Method is called when user want to update some existingHexagonAdapteron a draw. -
Uses of HexagonAdapter in dialogs
Methods in dialogs with parameters of type HexagonAdapter Modifier and Type Method Description voidDlgHexagon. fillUp(HexagonAdapter hexagon, int drawWidth, int drawHeight)Fill up fields with parameters ofHexagonAdapterthat user want to update. -
Uses of HexagonAdapter in strategy
Methods in strategy that return HexagonAdapter Modifier and Type Method Description private HexagonAdapterFileLog. parseHexagon(java.lang.String string)Method that parseHexagonAdapterfrom log file.
-