|
M3GToolkit 0.5.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Property | |
| com.java4ever.m3gtoolkit.ui | |
| com.java4ever.m3gtoolkit.ui.table | |
| Uses of Property in com.java4ever.m3gtoolkit.ui |
| Methods in com.java4ever.m3gtoolkit.ui with parameters of type Property | |
void |
PropertiesTable.addProperty(Property property)
|
void |
PropertiesTable.insertProperty(Property property,
int row)
|
void |
PropertiesTable.removeProperty(Property property)
|
java.awt.Color |
PropertiesTable.getBackground(Property property)
|
| Uses of Property in com.java4ever.m3gtoolkit.ui.table |
| Subclasses of Property in com.java4ever.m3gtoolkit.ui.table | |
class |
ArrayProperty
|
class |
BooleanProperty
|
class |
ColorProperty
|
class |
NumberProperty
|
| Fields in com.java4ever.m3gtoolkit.ui.table declared as Property | |
protected Property |
PropertyValueCell.property
|
| Methods in com.java4ever.m3gtoolkit.ui.table that return Property | |
Property |
Property.getParent()
|
Property |
Property.getChild(int index)
|
Property[] |
Property.getChildren()
|
| Methods in com.java4ever.m3gtoolkit.ui.table with parameters of type Property | |
protected java.awt.Component |
PropertyValueCell.configureTableCellComponent(java.awt.Component component,
javax.swing.JTable table,
Property property,
boolean isSelected,
boolean hasFocus,
int row,
int column)
|
protected void |
Property.childValueChanged(Property child)
|
void |
Property.addChild(Property property)
|
void |
Property.removeChild(Property property)
|
protected java.awt.Component |
NumberCell.configureTableCellComponent(java.awt.Component component,
javax.swing.JTable table,
Property property,
boolean isSelected,
boolean hasFocus,
int row,
int column)
|
protected void |
ColorProperty.childValueChanged(Property child)
|
protected java.awt.Component |
ColorCell.configureTableCellComponent(java.awt.Component component,
javax.swing.JTable table,
Property property,
boolean isSelected,
boolean hasFocus,
int row,
int column)
|
protected java.awt.Component |
BooleanCell.configureTableCellComponent(java.awt.Component component,
javax.swing.JTable table,
Property property,
boolean isSelected,
boolean hasFocus,
int row,
int column)
|
protected java.awt.Component |
ArrayCell.configureTableCellComponent(java.awt.Component component,
javax.swing.JTable table,
Property property,
boolean isSelected,
boolean hasFocus,
int row,
int column)
|
|
M3GToolkit 0.5.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||