|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.gui.model.UserColumnFactory
public final class UserColumnFactory
Create the userColumns
Field Summary | |
---|---|
static int |
AUTO_LINEUP
id from the column DATUM |
static int |
BEST_POSITION
id from the column BEST_POSITION |
static int |
DATUM
id from the column DATUM |
static int |
GROUP
id from the column GROUP |
static int |
ID
id from the column ID |
static int |
LINUP
id from the column LINUP |
static int |
NAME
id from the column NAME |
static int |
RATING
id from the column RATING |
Constructor Summary | |
---|---|
UserColumnFactory()
|
Method Summary | |
---|---|
protected static de.hattrickorganizer.gui.model.PlayerColumn[] |
createGoalsColumnsArray()
|
protected static de.hattrickorganizer.gui.model.MatchDetailsColumn[] |
createMatchDetailsColumnsArray()
|
protected static de.hattrickorganizer.gui.model.MatchKurzInfoColumn[] |
createMatchesArray()
|
protected static de.hattrickorganizer.gui.model.PlayerColumn[] |
createPlayerAdditionalArray()
creates an array of various player columns |
protected static de.hattrickorganizer.gui.model.PlayerColumn[] |
createPlayerBasicArray()
|
protected static de.hattrickorganizer.gui.model.PlayerCBItem[] |
createPlayerCBItemArray()
|
protected static de.hattrickorganizer.gui.model.PlayerPositionColumn[] |
createPlayerPositionArray()
|
protected static de.hattrickorganizer.gui.model.PlayerSkillColumn[] |
createPlayerSkillArray()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NAME
public static final int BEST_POSITION
public static final int LINUP
public static final int GROUP
public static final int ID
public static final int DATUM
public static final int RATING
public static final int AUTO_LINEUP
Constructor Detail |
---|
public UserColumnFactory()
Method Detail |
---|
protected static de.hattrickorganizer.gui.model.PlayerCBItem[] createPlayerCBItemArray()
protected static de.hattrickorganizer.gui.model.MatchDetailsColumn[] createMatchDetailsColumnsArray()
protected static de.hattrickorganizer.gui.model.PlayerColumn[] createGoalsColumnsArray()
protected static de.hattrickorganizer.gui.model.PlayerSkillColumn[] createPlayerSkillArray()
protected static de.hattrickorganizer.gui.model.PlayerColumn[] createPlayerBasicArray()
protected static de.hattrickorganizer.gui.model.PlayerPositionColumn[] createPlayerPositionArray()
protected static de.hattrickorganizer.gui.model.MatchKurzInfoColumn[] createMatchesArray()
protected static de.hattrickorganizer.gui.model.PlayerColumn[] createPlayerAdditionalArray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |