es.udc.mypersonalizer.kernel.model.editors |
|
Java Source File Name | Type | Comment |
DefaultDesktopLayoutEditor.java | Class | This class is the default implementation for DesktopLayoutEditor, which
hides the default structure of the DesktopLayout property. |
DefaultServiceButtonsStateEditor.java | Class | This class is the default implementation for ServiceButtonsStateEditor, which
hides the default structure of the ServiceButtonsState property. |
DefaultUserRegistrationInformationEditor.java | Class | This class is the default implementation for
UserRegistrationInformationEditor, which hides the default structure of the
UserRegistrationInformation property. |
DefaultWorkspaceLayoutEditor.java | Class | This class is the default implementation for WorkspaceLayoutEditor. |
DesktopLayoutEditor.java | Interface | This editor accesses the information stored in a DesktopLayout property,
knowing the internals of its structure and hiding them to the object which
might use it. |
EditorFactory.java | Class | This class is a factory which is responsible for the creation of editors for
some important entities in the system which are modelled as properties:
- Desktop Layout
- Workspace Layout
- User Registration Information
- Service Buttons State
These entities are properties which are complex to work with directly,
and thus the editor objects allow an easier handling by knowing the internals
of these properties and hiding them to the rest of the layers in the system. |
EmptyPropertyFactory.java | Class | Creates a property with only one value which contained properties
are all empty. |
ServiceButtonsStateEditor.java | Interface | This editor accesses the information stored in a ServiceButtonsState
property, knowing the internals of its structure and hiding them to the
object which might use it. |
ServiceKeys.java | Class | Contains the keys which are relevant for an instance of a service. |
UserRegistrationInformationEditor.java | Interface | This editor accesses the information stored in a UserRegistrationInformation
property, knowing the internals of its structure and hiding them to the
object which might use it. |
WorkspaceLayoutEditor.java | Interface | Editor for accessing the information in a WorkspaceLayout property. |