|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbase.table.TableCreator
public class TableCreator
| Field Summary | |
|---|---|
protected static java.awt.Color |
BgColor
|
protected static java.awt.Color |
FgColor
|
protected static java.awt.Color |
GridColor
|
protected static java.awt.Color |
HeaderBgColor
|
protected static java.awt.Color |
HeaderFgColor
|
protected static java.awt.Font |
TableFont
|
| Constructor Summary | |
|---|---|
TableCreator()
|
|
| Method Summary | |
|---|---|
static void |
AddFormatViewTable(int tableindex)
Naformatuje tabulku podla indexu |
static void |
ChildrenListHandle(java.util.List<org.jdom.Element> clist)
Metoda, ktora vytvara stlpce tabulky podla schemy |
static void |
CreateTable(java.lang.String tablename)
Vytvori tabulku s nazvom tablename |
static int |
ElementTableIndex(java.lang.String ename,
int parentindex)
Metoda ktora vrati index najblizsieho prazdneho elementu v riadku podla nazvu |
static void |
FillTables(java.util.List<org.jdom.Element> xlist,
int pti)
Metoda ktora plni riadky tabulky |
static void |
parse()
Metoda ktora vykona celu vizualizaciu tabulkami |
static void |
RemoveEmptyRows()
Metoda na odstranenie prazdnych riadkov v tabulke |
static int |
SearchTableName(java.lang.String tname)
Metoda ktora vrati index tabulky podla mena |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.awt.Font TableFont
protected static final java.awt.Color GridColor
protected static final java.awt.Color FgColor
protected static final java.awt.Color BgColor
protected static final java.awt.Color HeaderFgColor
protected static final java.awt.Color HeaderBgColor
| Constructor Detail |
|---|
public TableCreator()
| Method Detail |
|---|
public static void parse()
public static void RemoveEmptyRows()
public static void FillTables(java.util.List<org.jdom.Element> xlist,
int pti)
xlist - zoznam elementov v xml suborepti - index predoslej tabulkypublic static int SearchTableName(java.lang.String tname)
tname - meno tabulky
public static int ElementTableIndex(java.lang.String ename,
int parentindex)
ename - nazov elemenetu
public static void ChildrenListHandle(java.util.List<org.jdom.Element> clist)
clist - zoznam elementov na aktualnej urovni stromupublic static void CreateTable(java.lang.String tablename)
tablename - nazov tabulkypublic static void AddFormatViewTable(int tableindex)
tableindex - index formatovanej tabulky
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||