|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NewBaseObjectListener | |
---|---|
ARoad0.gDMak | Provides the decision makers, responsible for managing all the events in the Access Road menu, and by this way, contains the managers of the basic operations. |
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 NewBaseObjectListener in ARoad0.gDMak |
---|
Classes in ARoad0.gDMak that implement NewBaseObjectListener | |
---|---|
class |
ActionCopy
An action that copies a view in a new instance with a new name, and saves it then opens it. |
class |
ActionNewEligibleParty
An action that creates a new eligible party when the user requests it in the beamer. createEligibleParty() is the main method, and it is invoked by the beamer PropertyEditors. |
class |
ActionNewResource
An action that creates a new resource when the user requests it in the beamer. createResource() is the main method, and it is invoked by the beamer PropertyEditors. |
Uses of NewBaseObjectListener in ARoad0.Gui1 |
---|
Subinterfaces of NewBaseObjectListener in ARoad0.Gui1 | |
---|---|
interface |
AddRemoveBaseObjectListener
This interface is responsible for signaling a class which can handle the add/remove method for the updating of a BaseObject. |
Classes in ARoad0.Gui1 that implement NewBaseObjectListener | |
---|---|
class |
AssociationMapPropertyEditor
This class is responsible for creating, by the mean of panels, associations to do as calls to constructors and methods in gBase, with all the required arguments. |
class |
BaseObjectMapPropertyEditor
This class is responsible for displaying, by the mean of panels, a modifiable property map of a gBase JavaBean, for which the type is a Map |
class |
CollectionPropertyEditor
This class is responsible for displaying and editing, by the mean of panels, one property of a gBase BaseObject for which the type is an array, a map or a collection. |
class |
RightMapPropertyEditor
This class is responsible for displaying, by the mean of panels, a modifiable property map of a gBase JavaBean, for which the type is a Map |
class |
SimplePropertyEditor
This class is responsible for displaying and editing the more simple properties in the gBase classes, by the mean of panels. |
class |
StringMapPropertyEditor
This class is responsible for displaying, by the mean of panels, a property map of a gBase BaseObject, for which the type is a map where keys are Strings and the values are only String arrays. |
class |
StringTwoKeysMapPropertyEditor
This class is responsible for creating, by the mean of panels, maps where the keys have a constrained first part, and an user-defined subkey, and where the values are constrained String arrays. |
Fields in ARoad0.Gui1 declared as NewBaseObjectListener | |
---|---|
protected NewBaseObjectListener |
BaseObjectHandler.caller_
This is the creator of this instance. |
Methods in ARoad0.Gui1 with parameters of type NewBaseObjectListener | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |