|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeSource | |
com.tirsen.angkor.beans | The JavaBean Models Framework is useful for accessing data available in JavaBeans. |
com.tirsen.angkor.event | Generic Events and Listeners such as ChangeEvent and ActionEvent. |
com.tirsen.angkor.table | The Table widget and its framework and models. |
com.tirsen.angkor.widget | The standard widgets in Angkor. |
Uses of ChangeSource in com.tirsen.angkor.beans |
Classes in com.tirsen.angkor.beans that implement ChangeSource | |
class |
BasicBeanTableModel
|
class |
BeanModel
A BeanModel acts as the proxy for JavaBean instances which may or may not actually exist enabling them to be lazily evaluated only when a view actually requests the value of the JavaBean. |
class |
BeanTableModel
|
class |
JavaBeanModel
A JavaBeanModel acts as the proxy for JavaBean instances which may or may not actually exist enabling them to be lazily evaluated only when a view actually requests the value of the JavaBean. |
class |
JavaBeanTableModel
|
Uses of ChangeSource in com.tirsen.angkor.event |
Classes in com.tirsen.angkor.event that implement ChangeSource | |
class |
ChangeSourceHelper
Utility class for sending change events |
Uses of ChangeSource in com.tirsen.angkor.table |
Subinterfaces of ChangeSource in com.tirsen.angkor.table | |
interface |
TableModel
|
Classes in com.tirsen.angkor.table that implement ChangeSource | |
class |
AbstractTableModel
|
class |
DefaultTableModel
|
class |
TableColumn
|
Uses of ChangeSource in com.tirsen.angkor.widget |
Classes in com.tirsen.angkor.widget that implement ChangeSource | |
class |
TextInput
Takes input from user as text. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |