|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseObjectHandler | |
---|---|
ARoad0.Gui1 | Provides the internal frames and standard panels for handling the CRUD operations on the database objects, for the Access Road desktop. |
Uses of BaseObjectHandler in ARoad0.Gui1 |
---|
Methods in ARoad0.Gui1 that return BaseObjectHandler | |
---|---|
private static BaseObjectHandler |
BaseObjectHandler.commonValueOf(BaseObjectHandler _result,
java.lang.Class _baseObjectClass,
boolean _fromConstructor)
Sets most of the _result properties from its BeanInfo class. |
static BaseObjectHandler |
BaseObjectHandler.valueOf(AddRemoveBaseObjectListener _caller,
java.beans.PropertyDescriptor _propertyDescriptor,
java.lang.reflect.Method _addMethod)
Second of the 3 valueOf methods, to create a new BaseObject through an 'ADD' method which is described in a property descriptor. |
static BaseObjectHandler |
BaseObjectHandler.valueOf(NewBaseObjectListener _caller,
java.lang.Class _baseObjectClass)
First of the 3 valueOf methods, to create a new BaseObject through its CONSTRUCTOR, as it is described in the bean descriptor in the relevant BeanInfo class. |
static BaseObjectHandler |
BaseObjectHandler.valueOf(NewBaseObjectListener _caller,
Copyable _toCopy,
Copyable _toCopy2)
Third of the 3 valueOf methods, to create a new BaseObject through the COPY method, as it is described in the bean descriptor of the relevant BeanInfo class. |
Methods in ARoad0.Gui1 with parameters of type BaseObjectHandler | |
---|---|
private static BaseObjectHandler |
BaseObjectHandler.commonValueOf(BaseObjectHandler _result,
java.lang.Class _baseObjectClass,
boolean _fromConstructor)
Sets most of the _result properties from its BeanInfo class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |