|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vizzini.ui.game.boardgame.GridBoardUISupport
public abstract class GridBoardUISupport
Provides support methods for grid board environment user interfaces in the game framework.
| Constructor Summary | |
|---|---|
GridBoardUISupport()
|
|
| Method Summary | |
|---|---|
static int |
getFileIndex(String name)
Return the index of the given file name. |
static String |
getFileName(int index)
Return the file name for the given index. |
protected static List |
getFileNames()
Return the file names. |
static int |
getLevelIndex(String name)
Return the index of the given level name. |
static String |
getLevelName(int index)
Return the level name for the given index. |
protected static List |
getLevelNames()
Return the level names. |
protected static List |
getNameList(String baseString)
Return the name list for the given base string. |
static int |
getRankIndex(String name)
Return the index of the given rank name. |
static String |
getRankName(int index)
Return the rank name for the given index. |
static List |
getRankNames()
Return the rank names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridBoardUISupport()
| Method Detail |
|---|
public static int getFileIndex(String name)
name - File name.public static String getFileName(int index)
index - File index.public static int getLevelIndex(String name)
name - Level name.public static String getLevelName(int index)
index - Level index.public static int getRankIndex(String name)
name - Rank name.public static String getRankName(int index)
index - Rank index.public static List getRankNames()
protected static List getFileNames()
protected static List getLevelNames()
protected static List getNameList(String baseString)
baseString - Base string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |