|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnDescriptor | |
---|---|
org.vizzini.ui | Provides basic user interface classes for the game framework. |
org.vizzini.ui.table | Provides core table user interface classes for the game framework. |
Uses of ColumnDescriptor in org.vizzini.ui |
---|
Methods in org.vizzini.ui with parameters of type ColumnDescriptor | |
---|---|
protected void |
DescribedTable.configureCellEditor(ColumnDescriptor columnDescriptor)
Configure the cell editor for the column specified by the descriptor. |
protected void |
DescribedTable.configureCellRenderer(ColumnDescriptor columnDescriptor)
Configure the cell renderer for the column specified by the descriptor. |
Uses of ColumnDescriptor in org.vizzini.ui.table |
---|
Methods in org.vizzini.ui.table that return ColumnDescriptor | |
---|---|
ColumnDescriptor |
TableDescriptor.getColumnDescriptor(int columnIndex)
Return the visible column descriptor for the given column. |
ColumnDescriptor |
TableDescriptor.getColumnDescriptorAbsolute(int columnIndex)
Return the visible column descriptor for the given column. |
ColumnDescriptor[] |
TableDescriptorParser.parse(Document xmlDocument)
Complete parsing the given XML document into
ColumnDescriptor instances. |
ColumnDescriptor[] |
TableDescriptorParser.parse(File file)
Parse the given XML file into ColumnDescriptor instances. |
ColumnDescriptor[] |
TableDescriptorParser.parse(InputStream inputStream)
Parse the given XML input stream into ColumnDescriptor
instances. |
ColumnDescriptor[] |
TableDescriptorParser.parse(URL url)
Parse the given XML URL into ColumnDescriptor instances. |
Constructors in org.vizzini.ui.table with parameters of type ColumnDescriptor | |
---|---|
TableDescriptor(ColumnDescriptor[] columnDescriptors)
Construct this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |