Revision 4012

View differences:

org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.21/org.gvsig.vcsgis.app/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.vcsgis</artifactId>
6
    <version>1.0.21</version>
7
  </parent>
8
  <artifactId>org.gvsig.vcsgis.app</artifactId>
9
  <packaging>pom</packaging>
10
  <name>${project.artifactId}</name>
11
  <modules>
12
    <module>org.gvsig.vcsgis.app.mainplugin</module>
13
    <module>org.gvsig.vcsgis.app.server</module>
14
  </modules>
15

  
16
</project>
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.21/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/images/action/.directory
1
[Dolphin]
2
PreviewsShown=true
3
Timestamp=2020,10,4,20,43,26
4
Version=4
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.21/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/VCSGisEntityColors.properties
1
#Color format supported:
2
# - rgb(0xRR,0xGG,0xBB) (HTML CCS format)
3
# - rgb(red,green,blue) (HTML CCS format)
4
# - #RRGGBB  (HTML format)
5
# - color_number (integer)
6
# - color_name (https://www.w3schools.com/colors/colors_names.asp)
7
#
8
COLOR_LOCAL_NEW=darkgreen
9
COLOR_LOCAL_MODIFIED=darkblue
10
COLOR_LOCAL_UNMODIFIED=black
11
COLOR_LOCAL_AND_REPOSITORY_MODIFIED=red
12
COLOR_REPOSITORY_NEW=darkgoldenRod
13
COLOR_REPOSITORY_MODIFIED=darkmagenta
14
COLOR_CONFLICT=darkred
15
COLOR_UNKNOWN_STATE=lightgray
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.21/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/plugin-persistence.def
1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.vcsgis.app.mainplugin.
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.vcsgis.app.mainplugin">
9
      <description>Persistence of VCSGis plugin</description>
10
      <fields>
11
        <field name="workspaces" type="Map" classOfItems="org.gvsig.vcsgis.lib.workspace.VCSGisWorkspaceDescriptor" mandatory="false">
12
          <description></description>
13
        </field>
14
      </fields>
15
    </class>
16
  </classes>
17
</definitions>
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.21/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/i18n/text.properties
1
_Connection=Conexi\u00f3n
2
_Initialize=Inicializar
3
_VCS_Initialize_repository=Inicializar repositorio
4
_VCS_Initialize_workingcopy=Inicializar copia de trabajo
5
_Name=Nombre
6
_File=Archivo
7
_Repository=Repositorio
8
_URL=URL
9
_Layers=Capas
10
_Tables=Tablas
11
_VCS_Add_layer=A\u00f1adir capa
12
_VCS_Add_to_workingcopy=A\u00f1adir a la copia de trabajo
13
_Add_table_or_layer_to_VCS_workingcopy=A\u00f1adir tabla o capa a la copia de trabajo de VCSGis
14
_Workingcopy=Copia de trabajo
15
_Cant_initialize_server_{0}=No se ha podido inicializar el repositorio ''{0}''.
16
_Cant_initialize_workingcopy_{0}=No se ha podido inicializar la copia de trabajo ''{0}''.
17
_Cant_add_{0}_as_{1}_in_{2}=No se ha podido a\u00f1adir ''{0}'' como ''{1}'' en ''{2}''.
18
_table=Tabla
19
_Table=Tabla
20
_Revision=Revisi\u00f3n
21
_VCS_Checkout=Obtener copia local (checkout)
22
_Failed_checkout_of_{0}=Ha fallado la obtenci\u00f3n de la copia local de ''{0}''
23
_VCSGis=VCSGis
24
_Workingcopy_VCS=Copia de trabajo VCSGis
25
_Database_server=Servidor de base de datos
26
_Personal_database_H2=Base de datos personal (H2Spatial)
27
_Create_conexion_to_database=Crear conexi\u00f3n a la base de datos
28
_VCS_Repository=Repositorio VCSGis
29
_Database_server=Servidor de base de datos
30
_Remote_repository=Repositorio remoto
31
_URL=URL
32
_Close=Cerrar
33
_Checkout_table_from_VCS_repository=Obtener una tabla desde un repositorio VCSGis
34
_VCS_Show_changes=Mostrar cambios
35
_VCS_Changes=VCSGis Cambios
36
_Local=Local
37
_Remote=Remoto
38
_VCS_Register_workingcopy=Registrar copia de trabajo
39
_Selected_connection_is_not_a_valid_workingcopy=La conexi\u00f3n seleccionada no es una copia de trabajo v\u00e1lida
40
_Cant_register_workingcopy=No se ha podido registrar la copia de trabajo
41
_Administration=Administraci\u00f3n
42
_Field_for_label=Campo para etiqueta
43
_Select_all=Seleccionar todo
44
_Unselect_all=Deseleccionar todo
45
_Refresh=Refrescar
46
_Revert=Revertir
47
_VCS_Commit=Confirmar (commit)
48
_Show_form=Mostrar formulario
49
_Effective_date=Fecha de entrada en vigor
50
_Comment=Comentario
51
_No_errors=Sin errores
52
_dbfile_is_null=El archivo de la base de datos no exite
53
_workingcopy_explorer_is_null=El explorador de la copia de trabajo no exite
54
_label_is_null=La etiqueta no existe
55
_Cant_open_workingcopy=No se puede abrir la copia de trabajo
56
_Store_not_in_control_version=El almac\u00e9n no est\u00e1 en el control de versiones
57
_Cant_create_table=No se puede crear la tabla
58
_Cant_create_config_table=No se puede crear la configuraci\u00f3n de la tabla
59
_Cant_create_table_entities=No se puede crear la tabla de entidades
60
_Cant_create_table_changes=No se puede crear la tabla de cambios
61
_Entity_already_exists=La entidad ya existe
62
_Entity_has_not_VCSGISCODE=La entidad no tiene VCSGISCODE
63
_Cant_open_entities=No se pueden abrir las entidades
64
_Cant_insert_entities=No pueden insertar entidades
65
_Cant_open_changes=No se puedea abrir los cambios
66
_Cant_insert_change=No se puede insertar el cambio
67
_Cant_open_store=No se puede abrir el almac\u00e9n
68
_Cant_retrieve_source_features=No se pueden obtener los datos de la fuente
69
_Cant_insert_features=No se pueden insertar los datos
70
_Cant_commit=No se puede hacer el commit
71
_Cant_commit_workingcopy_is_out_of_date=No se puede hacer el commit, la copia de trabajo est\u00e1 desactualizada
72
_Cant_checkout=No se puede hacer el checkout
73
_Table_already_exists_in_the_workingcopy=La tabla ya existe en la copia de trabajo
74
_Table_not_in_repository=La tabla no est\u00e1 en el repositorio
75
_Cant_update_entities=No se pueden actualizar las entidades
76
_Cant_prepare_update=No se puede preparar la actualizaci\u00f3n
77
_Cant_update=No se puede actualizar
78
_Reload_remote_changes=Recargar cambios remotos
79
_Clean_remote_changes=Limpiar cambios remotos
80
_Update_tables_with_remote_changes=Actualizar tablas.\nSe actualizar\u00e1n las tablas locales con los cambios del repositorio.\nSi hay cambios locales se perder\u00e1n.
81
_Merge_tables_with_remote_changes=Mezclar tablas.\nSe mantendr\u00e1n los cambios remotos para los registros seleccionados,\ny los cambios locales para los registros no seleccionados.
82
_Download_remote_changes_of_selected_table=Descargar cambios remotos de la tabla seleccionada
83
_VCS_Show_server_entities=Mostrar entidades del repositorio
84
_VCS_Show_server_hooks=Mostrar hooks del repositorio VCSGis
85
_The_selected_connection_does_not_correspond_to_a_version_control_server=La conexi\u00f3n seleccionada no se corresponde con un repositorio de control de versiones
86
_Add_new_table_to_project=A\u00f1adir la tabla nueva al proyecto
87
_Add_new_layer_to_view=A\u00f1adir la nueva capa a la vista
88
_Select_a_view=Seleccione una vista
89
_Cant_show_form_because_entity_isnt_in_workingcopy_yet=No se puede mostrar el formulario porque la entidad no est\u00e1 en la copia de trabajo todav\u00eda.
90
_Dont_add_the_table_or_layer_to_the_project=No a\u00f1adir la tabla/capa al proyecto
91
_Add_layer_to_view=A\u00f1adir la capa a la vista
92
_Add_table_to_project=A\u00f1adir la tabla al proyecto
93
_Cant_retrieve_entities_from_repository=No se han podido obtener las entidades del repositorio
94
_Cant_retrieve_entities=No se han podido obtener las entidades
95
_Working_copy=Copia de trabajo
96
_VCS_Server_entities=Entidades del servidor
97
_VCS_Server_hooks=Hooks del servidor
98
_VCS_Export=Exportar
99
_Export_to_a_local_table_a_table_of_the_repository=Exporta a una tabla local una tabla del repositorio
100
_Add=A\u00f1adir
101
_Remove=Eliminar
102
_Cant_retrieve_entities=No se han podido obtener las entidades
103
_Add_layer=A\u00f1adir capa
104
_Adding_table_layer=A\u00f1adiendo tabla/capa
105
_Preparing_source=Preparando fuente
106
_Finishing=Finalizando
107
_If_you_cant_find_the_layer_click_here_to_initialize_a_new_workingcopy=Si no puede encontar la capa, pulse aqu\u00ed para inicializar una nueva copia de trabajo
108
_Repository_info=Informaci\u00f3n del repositorio
109
_Layer=Capa
110
_Name=Nombre
111
_Committing_changes=Enviando cambios
112
_The_selected_table_is_already_in_the_working_copy=La tabla seleccionada ya est\u00e1 en la copia de trabajo
113
_To_download_updated_data_use_show_changes_tool=Para descargar los datos actualizados utilice la herramienta de mostrar cambios
114
_Processing=Procesando
115
_Ended_process=Proceso finalizado
116
_Workingcopy_changes_list_updated=Lista de cambios de la copia de trabajo actualizada (%s)
117
_Repository_changes_list_updated=Lista de cambios del repositorio actualizada (%s)
118
_If_you_cant_find_the_layer_click_here_to_initialize_a_new_workingcopy=Si no puede encontrar la capa, pulse aqu\u00ed para inicializar una nueva copia de trabajo.
119
_Projection=Proyecci\u00f3n
120
_Zoom=Zoom
121
_Center=Centrar
122
_Clean_highlighted=Limpiar resaltados
123
_Do_you_want_add_layer_to_active_view=\u00bfDesea a\u00f1adir la capa a la vista activa?
124
_Do_you_want_add_table_to_project=\u00bfDesea a\u00f1adir la tabla al proyecto?
125
_Clean_highlighted=Limpiar geometr\u00edas resaltadas
126
_Category=Categor\u00eda
127
_Overwrite_table=Sobrescribir tabla
128
_Delete_existing_table_in_workingcopy_and_checkout_table_from_repository=Borra la copia de local y obtiene de nuevo una copia desde el repositorio.
129
_Select_revision=Seleccionar revisi\u00f3n
130
#_Next_page=Siguiente p\u00e1gina
131
_Retrieve_more_data=Recuperar m\u00e1s datos. 
132
_Retrieve_the_next_page_of_revisions_from_the_repository=Recupera la siguiente p\u00e1gina de revisiones del repositorio.
133
table=tabla
134
operation=operaci\u00f3n
135
label=etiqueta
136
_VCS_Show_revisions=Mostrar revisiones
137
_VCS_Revisions=Revisiones
138
_Cant_remove_entity=No se ha podido eliminar la entidad
139
_Cant_remove_changes=No se han podido eliminar los cambios
140
_Add_the_table_to_the_project=A\u00f1adir la tabla al proyecto
141
_Identifier_field=Campo del identificador
142
_Sort_field=Campo contador
143
_Use_revision_date=Usar fecha de revisi\u00f3n
144
_Revision_date_field=Campo fecha de revisi\u00f3n
145
_Time_interval_to_group_changes=Intervalo de agrupaci\u00f3n
146
_Use_revision_code=Usar c\u00f3digo de revisi\u00f3n
147
_Revision_code_field=Campo c\u00f3digo de revisi\u00f3n
148
_VCS_Import_history=Importar historial
149
_Import_history=Importar historial
150
_The_process_has_created_local_changes_that_would_need_to_be_committed_to_the_repository=El proceso ha creado cambios locales que ser\u00eda necesario "confirmar" en el repositorio
151
_VCSGis_Merge=VCSGis mezcla
152
_User=Usuario
153
_Password=Contrase\u00f1a
154
_User_login=Inicio de sesi\u00f3n de usuario
155
_Others=Otras
156
_Table_already_exists_in_working_copy=La tabla ya existe en la copia de trabajo
157
_You_can_rename_the_table=Puede usted cambiar el nombre de la tabla
158
_VCS_Create_resource_table=Crear tabla de recursos
159
_Create_resource_table_parameters=Par\u00e1metros para la creaci\u00f3n de la tabla de recursos
160
_TableName= Nombre de tabla
161
_Enter_the_identifier_and_password_of_a_user_with_permissions_to_perform_the_requested_operation=Introduzca identificador y contrase\u00f1a de un usuario con permisos para realizar la operaci\u00f3n solicitada
162
_Authorization_required_for_this_operation=Autorizaci\u00f3n necesaria para esta operaci\u00f3n
163
_VCS_Checkout_DataModel=Obtener copia local del modelo de datos
164
_VCS_Connect_to_datamodel=Conectar a modelo de datos
165
_Data_models=Modelos de datos
166
_Failed_connect_to_{0}=Ha fallado la conexi\u00f3n con ''{0}''
167
_Overwrite_existing_tables=Sobreescribir las tablas existentes
168
_Delete_existing_tables_in_workingcopy_and_then_checkout_them_from_repository=Elimina las tablas existentes en la copia de trabajo y las vuelve a obtener del repositorio.
169
_VCS_Logout=Cerrar sesi\u00f3n
170
_Logout_the_current_user_from_a_VCSGis_working_copy=Cierra la sesi\u00f3n de usuario en una copia de trabajo
171
_VCS_operation_add_entity=Nueva entidad
172
_VCS_operation_insert=Nuevo
173
_VCS_operation_update=Modificado
174
_VCS_operation_delete=Borrado
175
_Highlight=Resaltar
176
_Topology_plan_execution_failed_Do_you_wish_to_continue=Ha fallado la ejecuci\u00f3n del plan de topolog\u00eda. \u00bfDesea continuar?
177
_Cant_pass_topology_plans=No se pueden pasar los planes topol\u00f3gicos
178
_TopologyPlan_has_been_updated_please_retry_commit=El plan topol\u00f3gico se ha actualizado. Por favor, reintente el commit.
179
_Sending_topology_plans=Enviando los planes topol\u00f3gicos
180
_Execute_topology_plan=Ejecutar plan de topolog\u00eda
181
_Import_history_to_VCSGis_repository=Importar hist\u00f3rico al respositorio de VCSGis
182
_Import_a_table_or_layer_with_history_to_a_VCSGis_repository=Importar una tabla o capa con hist\u00f3rico al respositorio de VCSGis
183
_Selected_tables_are_editing=Alguna tabla seleccionada est\u00e1 en edici\u00f3n
184
_Unmodified_locally=No modificada en local
185
_New_locally=Nueva en local
186
_Modified_locally=Modificada en local
187
_Modified_in_the_repository=Modificada en el repositorio
188
_Modified_in_the_repository_and_locally=Modificada tanto en el repositorio como en local
189
_Conflict=Conflicto
190
_New_in_the_repository=Nueva en el repositorio
191
_Unknow_state=Estado desconocido
192
_Maintain_structure_in_ToC=Mantener estructura en el ToC
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.21/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/i18n/text_en.properties
1
next_connection=Connection
2
initialize=Initialize
3
initialize_server=Initialize server
4
init_server=Initialize server
5
_Initialize_workingcopy=Initialize working copy
6
init_workingcopy=Initialize working copy
7
_name=Name
8
_file=File
9
_repository=Repository
10
_url=URL
11
_layers=Layers
12
_tables=Tables
13
_Add_to_workingcopy=Add to working copy
14
_Workingcopy=Working copy
15
_Cant_initialize_server_{0}=Can't initialize server ''{0}''.
16
_Cant_initialize_workingcopy_{0}=Can't initialize working copy ''{0}''.
17
_Cant_add_{0}_as_{1}_in_{2}=Can't add ''{0}'' as ''{1}'' in ''{2}''.
18
_table=Table
19
_Table=Table
20
_branch=Branch
21
_revision=Revision
22
checkout=Checkout
23
failed_checkout_of_{0}=failed checkout of ''{0}''
24
_VCS_Register_workingcopy=Register working copy
25
_Register_workingcopy=Register working copy
26
_Selected_connection_is_not_a_valid_workingcopy=Selected connection is not a valid working copy
27
_Cant_register_workingcopy=Can't register working copy
28
_Administration=Administration
29
_Field_for_label=Field for label
30
_Select_all=Check all
31
_Unselect_all=Uncheck all
32
_Refresh=Refresh
33
_Revert=Revert
34
_Commit=Commit
35
_Show_form=Show form
36
_Effective_date=Effective date
37
_Coment=Comment
38
_No_errors=No errors
39
_dbfile_is_null=dbfile is null
40
_workingcopy_explorer_is_null=working copy explorer is null
41
_label_is_null=label is null
42
_Cant_open_workingcopy=Can't open working copy
43
_Store_not_in_control_version=Store not in control version
44
_Cant_create_table=Can't create table
45
_Cant_create_config_table=Can't create config table
46
_Cant_create_table_entities=Can't create table entities
47
_Cant_create_table_changes=Can't create table changes
48
_Entity_already_exists=Entity already exists
49
_Entity_has_not_VCSGISCODE=Entity has not VCSGISCODE
50
_Cant_open_entities=Can't open entities
51
_Cant_insert_entities=Can't insert entities
52
_Cant_open_changes=Can't open changes
53
_Cant_insert_change=Can't insert change
54
_Cant_open_store=Can't open store
55
_Cant_retrieve_source_features=Can't retrieve source features
56
_Cant_insert_features=Can't insert features
57
_Cant_commit=Can't commit
58
_Cant_commit_workingcopy_is_out_of_date=Can't commit, working copy is out of date
59
_Cant_checkout=Can't checkout
60
_Table_already_exists_in_the_workingcopy=Table already exists in the working copy
61
_Table_not_in_repository=Table not in repository
62
_Cant_update_entities=Can't update entities
63
_Cant_prepare_update=Can't prepare update
64
_Cant_update=Can't update
65
_Reload_remote_changes=Reload remote changes
66
_Clean_remote_changes=Clear remote changes
67
_Update_tables_with_remote_changes=Update tables.\nThe local tables will be updated with the repository changes.\nIf there are local changes they will be lost.
68
_Merge_tables_with_remote_changes=Merge tables.\nRemote changes will be kept for selected records,\nand local changes for unselected records.
69
_Download_remote_changes_of_selected_table=Download remote changes of selected table
70
_VCS_Show_server_entities=Show server entities
71
_Show_server_entities=Show server entities
72
_VCS_Show_server_hooks=Show server hooks
73
_Show_server_hooks=Show server hooks
74
_The_selected_connection_does_not_correspond_to_a_version_control_server=The selected connection does not correspond to a version control server.
75
_Add_new_table_to_project=Add new table to project
76
_Add_new_layer_to_view=Add new layer to view
77
_Select_a_view=Select a view
78
_Cant_show_form_because_entity_isnt_in_workingcopy_yet=Can't show form because entity isn't in working copy yet.
79
_Dont_add_the_table_or_layer_to_the_project=Don't add the table or layer to the project
80
_Add_layer_to_view=Add layer to view
81
_Add_table_to_project=Add table to project
82
_Cant_retrieve_entities_from_repository=Cant retrieve entities from repository
83
_Cant_retrieve_entities=Cant retrieve entities
84
_Working_copy=Working copy
85
_VCS_Show_changes=Show VCS changes
86
_Show_changes=Show chabges
87
_VCS_changes=VCS Changes
88
_VCS_Server_entities=VCS Server entities
89
_VCS_server_hooks=VCS server hooks||||||| .r2891
90
_Cant_retrieve_entities=Cant retrieve entities
91
_Add_layer=Add layer
92
_Adding_table_layer=Adding table/layer
93
_Preparing_source=Preparing source
94
_Finishing=Finishing
95
_If_you_cant_find_the_layer_click_here_to_initialize_a_new_workingcopy=If you can't find the layer click here to initialize a new workspace
96
_Repository_info=Repository info
97
_Layer=Layer
98
_Name=Name
99
_Committing_changes=Commiting changes
100
_The_selected_table_is_already_in_the_working_copy=The selected table is already in the working copy
101
_To_download_updated_data_use_show_changes_tool=To download updated data use show changes tool
102
_Processing=Processing
103
_Ended_process=Ended process
104
_Workingcopy_changes_list_updated=Working copy changes list updated (%s)
105
_Repository_changes_list_updated=Repository changes list updated (%s)
106
_If_you_cant_find_the_layer_click_here_to_initialize_a_new_workingcopy=If you can't find the layer click here to initialize a new workspace.
107
_Projection=Projection
108
_Zoom=Zoom
109
_Center=Center
110
_Clean_Highlighted=Clean highlighted
111
_Do_you_want_add_layer_to_active_view=Do you want add layer to active view?
112
_Do_you_want_add_table_to_project=Do you want add table to project?
113
_Clean_highlighted=Clean highlighted
114
_Category=Category
115
_Overwrite_table=Overwrite table
116
_Delete_existing_table_in_workingcopy_and_checkout_table_from_repository=Delete existing table in working copy and checkout table from repository
117
_Select_revision=Select revision
118
#_Next_page=Next page
119
_Retrieve_more_data=Retrieve more data. 
120
_Retrieve_the_next_page_of_revisions_from_the_repository=Retrieve the next page of revisions from the repository.
121
table=table
122
operation=operation
123
label=label
124
_VCS_Show_revisions=Show revisions
125
_VCS_Revisions=Revisions
126
_Cant_remove_entity=Can't remove entity
127
_Cant_remove_changes=Can't remove changes
128
_Add_the_table_to_the_project=Add the table to the project
129
_Identifier_field=Identifier field
130
_Sort_field=Sort field
131
_Use_revision_date=Use revision date
132
_Revision_date_field=Revision date field
133
_Time_interval_to_group_changes=Time interval to group changes
134
_Use_revision_code=Use revision code
135
_Revision_code_field=Revision code field
136
_VCS_Import_history=Import history
137
_Import_history=Import history
138
_The_process_has_created_local_changes_that_would_need_to_be_committed_to_the_repository=The process has created local changes that would need to be committed to the repository
139
_VCSGis_Merge=VCSGis merge
140
_User=User
141
_Password=Password
142
_User_login=User login
143
_Others=Others
144
_Table_already_exists_in_working_copy=Table already exists in working copy
145
_You_can_rename_the_table=You can rename the table
146
_VCS_Create_resource_table=Create resource table
147
_Create_resource_table_parameters=Create resource table parameters
148
_TableName=Table name
149
_Enter_the_identifier_and_password_of_a_user_with_permissions_to_perform_the_requested_operation=Enter the identifier and password of a user with permissions to perform the requested operation
150
_Authorization_required_for_this_operation=Authorization required for this operation
151
_VCS_Checkout_DataModel=Checkout data model
152
_VCS_Connect_to_datamodel=Connect to datamodel
153
_Data_models=Data models
154
_Failed_connect_to_{0}=Failed connect to ''{0}''
155
_Overwrite_existing_tables=Overwrite existing tables
156
_Delete_existing_tables_in_workingcopy_and_then_checkout_them_from_repository=Delete existing tables in working copy and then checkout them from repository
157
_VCS_Logout=Logout
158
_Logout_the_current_user_from_a_VCSGis_working_copy=Logout the current user from a VCSGis working copy
159
_VCS_operation_add_entity=Add entity
160
_VCS_operation_insert=Insert
161
_VCS_operation_update=Update
162
_VCS_operation_delete=Delete
163
_Highlight=Highlight
164
_Topology_plan_execution_failed_Do_you_wish_to_continue=Topology plan execution failed. Do you wish to continue?
165
_Cant_pass_topology_plans=Can't pass topology plans
166
_TopologyPlan_has_been_updated_please_retry_commit=TopologyPlan has been updated. Please retry commit.
167
_Sending_topology_plans=Sending topology plans
168
_Execute_topology_plan=Execute topology plan
169
_Import_history_to_VCSGis_repository=Import history to VCSGis repository
170
_Import_a_table_or_layer_with_history_to_a_VCSGis_repository=Import a table or layer with history to a VCSGis repository
171
_Selected_tables_are_editing=Selected tables are editing
172
_Unmodified_locally=Unmodified locally
173
_New_locally=New locally
174
_Modified_locally=Modified locally
175
_Modified_in_the_repository=Modified in the repository
176
_Modified_in_the_repository_and_locally=Modified in the repository and locally
177
_Conflict=Conflict
178
_New_in_the_repository=New in the repository
179
_Unknow_state=Unknow state
180
_Maintain_structure_in_ToC=Maintain structure in ToC
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.21/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2013 gvSIG
3
  Association. This program is free software; you can redistribute it and/or modify
4
  it under the terms of the GNU General Public License as published by the Free Software
5
  Foundation; either version 3 of the License, or (at your option) any later version.
6
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
7
  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8
  PURPOSE. See the GNU General Public License for more details. You should have received
9
  a copy of the GNU General Public License along with this program; if not, write to
10
  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
11
  USA. For any additional information, do not hesitate to contact us at info AT gvsig.com,
12
  or visit our website www.gvsig.com. -->
13
<plugin-config>
14
  <depends plugin-name="org.gvsig.app.mainplugin" />
15
  <depends plugin-name="org.gvsig.app.document.table.app.mainplugin" />
16
  <depends plugin-name="org.gvsig.topology.app.mainplugin" optional="true"/>
17
<!--  <depends plugin-name="org.gvsig.shp.app.mainplugin" />-->
18
  <depends plugin-name="org.gvsig.geodb.app.mainplugin" />
19
  <resourceBundle name="text" />
20
  <libraries library-dir="lib" />
21
  <extensions>
22
    <extension class-name="org.gvsig.vcsgis.app.VCSGisExtension"
23
      description="" active="true" priority="1">
24

  
25
      <action 
26
            name="tools-vcsgis-init-server" 
27
            label="_VCS_Initialize_repository" 
28
            tooltip="_VCS_Initialize_repository"
29
            position="900700101" 
30
            action-command="tools-vcsgis-init-server" 
31
            icon="tools-vcsgis-init-server"
32
            accelerator="" 
33
      />
34

  
35
      <action 
36
          name="tools-vcsgis-register-workspace" 
37
          label="_VCS_Register_workingcopy" 
38
          tooltip="_Register_workingcopy"
39
            position="900700103" 
40
          action-command="tools-vcsgis-register-workspace" 
41
          icon="tools-vcsgis-register-workspace"
42
          accelerator="" 
43
      />
44

  
45
      <action 
46
          name="tools-vcsgis-show_server-entities" 
47
          label="_VCS_Show_server_entities" 
48
          tooltip="_VCS_Show_server_entities"
49
          position="900700104" 
50
          action-command="tools-vcsgis-show_server-entities" 
51
          icon="tools-vcsgis-show-server-entities"
52
          accelerator="" 
53
      />
54

  
55
      <action 
56
          name="tools-vcsgis-show_server-hooks" 
57
          label="_VCS_Show_server_hooks" 
58
          tooltip="_VCS_Show_server_hooks"
59
          position="900700105" 
60
          action-command="tools-vcsgis-show_server-hooks" 
61
          icon="tools-vcsgis-show-server-hooks"
62
          accelerator="" 
63
      />
64

  
65
      <action 
66
          name="tools-vcsgis-init-workspace" 
67
          label="_VCS_Initialize_workingcopy" 
68
          tooltip="_VCS_Initialize_workingcopy"
69
          position="900700200" 
70
          action-command="tools-vcsgis-init-workspace" 
71
          icon="tools-vcsgis-init-workspace"
72
          accelerator="" 
73
      />
74

  
75
      <action 
76
          name="tools-vcsgis-add-to-workspace" 
77
          label="_Add_to_VCS_workingcopy" 
78
          tooltip="_Add_table_or_layer_to_VCS_workingcopy"
79
          position="900700300" 
80
          action-command="tools-vcsgis-add-to-workspace" 
81
          icon="tools-vcsgis-add-to-workspace"
82
          accelerator="" 
83
      />
84

  
85
      <action 
86
          name="tools-vcsgis-import-history" 
87
          label="_Import_history_to_VCSGis_repository" 
88
          tooltip="_Import_a_table_or_layer_with_history_to_a_VCSGis_repository"
89
          position="900700300" 
90
          action-command="tools-vcsgis-import-history" 
91
          icon="tools-vcsgis-add-to-workspace"
92
          accelerator="" 
93
      />
94

  
95
      <action 
96
          name="tools-vcsgis-checkout" 
97
          label="_VCS_checkout" 
98
          tooltip="_Checkout_table_from_VCS_repository"
99
          position="900700300" 
100
          action-command="tools-vcsgis-checkout" 
101
          icon="tools-vcsgis-checkout"
102
          accelerator="" 
103
      />
104

  
105
      <action 
106
          name="tools-vcsgis-checkout-datamodel" 
107
          label="_VCS_Connect_to_datamodel" 
108
          tooltip="_VCS_Connect_to_datamodel"
109
          position="900701000" 
110
          action-command="tools-vcsgis-checkout-datamodel" 
111
          icon="tools-vcsgis-checkout-datamodel"
112
          accelerator="" 
113
      />
114

  
115
      <action 
116
          name="tools-vcsgis-export" 
117
          label="_VCS_Export" 
118
          tooltip="_Export_to_a_local_table_a_table_of_the_repository"
119
          position="900700500" 
120
          action-command="tools-vcsgis-export" 
121
          icon="tools-vcsgis-export"
122
          accelerator="" 
123
      />
124

  
125
      <action 
126
          name="tools-vcsgis-showchanges" 
127
          label="_VCS_Show_changes" 
128
          tooltip="_VCS_Show_changes"
129
          position="900702000" 
130
          action-command="tools-vcsgis-showchanges" 
131
          icon="tools-vcsgis-showchanges"
132
          accelerator="" 
133
      />
134

  
135
      <action 
136
          name="tools-vcsgis-register-workspace" 
137
          label="_VCS_Register_workingcopy" 
138
          tooltip="_Register_workingcopy"
139
          position="900700300" 
140
          action-command="tools-vcsgis-register-workspace" 
141
          icon="tools-vcsgis-register-workspace"
142
          accelerator="" 
143
      />
144

  
145
      <action 
146
          name="tools-vcsgis-show_server-entities" 
147
          label="_VCS_Show_server_entities" 
148
          tooltip="_Show_server_entities"
149
          position="900700700" 
150
          action-command="tools-vcsgis-show_server-entities" 
151
          icon="tools-vcsgis-show-server-entities"
152
          accelerator="" 
153
      />
154

  
155
      <action 
156
          name="tools-vcsgis-show_server-hooks" 
157
          label="_VCS_Show_server_hooks" 
158
          tooltip="_Show_server_hooks"
159
          position="900700800" 
160
          action-command="tools-vcsgis-show_server-hooks" 
161
          icon="tools-vcsgis-show-server-hooks"
162
          accelerator="" 
163
      />
164

  
165
      <action 
166
          name="tools-vcsgis-show-revisions" 
167
          label="_VCS_Revisions" 
168
          tooltip="_Show_revisions_panel"
169
          position="900700600" 
170
          action-command="tools-vcsgis-show-revisions" 
171
          icon="tools-vcsgis-show-revisions"
172
          accelerator="" 
173
      />
174
      
175
    <action 
176
          name="tools-vcsgis-create-resource-table" 
177
          label="_VCS_Create_resource_table" 
178
          tooltip="_Create_resource_table"
179
          position="900700104" 
180
          action-command="tools-vcsgis-create-resource-table" 
181
          icon=""
182
          accelerator="" 
183
      />
184
      
185
    <action 
186
          name="tools-vcsgis-logout" 
187
          label="_VCS_Logout_from_working_copy" 
188
          tooltip="_Logout_from_working_copy"
189
          position="900700404" 
190
          action-command="tools-vcsgis-logout" 
191
          icon=""
192
          accelerator="" 
193
      />
194

  
195
      <menu text="tools/_VCSGis/_Administration/_VCS_Initialize_repository" name="tools-vcsgis-init-server" />
196
      <menu text="tools/_VCSGis/_Administration/_VCS_Register_workingcopy" name="tools-vcsgis-register-workspace" />
197
      <menu text="tools/_VCSGis/_Administration/_VCS_Show_server_entities" name="tools-vcsgis-show_server-entities" />
198
      <menu text="tools/_VCSGis/_Administration/_VCS_Show_server_hooks" name="tools-vcsgis-show_server-hooks" />
199
      <menu text="tools/_VCSGis/_Administration/_VCS_Create_resource_table" name="tools-vcsgis-create-resource-table" />
200
      <menu text="tools/_VCSGis/_Administration/_VCS_Import_history" name="tools-vcsgis-import-history" />
201
      <menu text="tools/_VCSGis/_VCS_Initialize_workingcopy" name="tools-vcsgis-init-workspace" />
202
      <menu text="tools/_VCSGis/_VCS_Add_to_workingcopy" name="tools-vcsgis-add-to-workspace" />
203
      <menu text="tools/_VCSGis/_VCS_Checkout" name="tools-vcsgis-checkout" />
204
      <menu text="tools/_VCSGis/_VCS_Export" name="tools-vcsgis-export" />
205
      <menu text="tools/_VCSGis/_VCS_Show_revisions" name="tools-vcsgis-show-revisions" />
206
      <menu text="tools/_VCSGis/_VCS_Logout" name="tools-vcsgis-logout" />
207
      <menu text="tools/_VCSGis/_VCS_Show_changes" name="tools-vcsgis-showchanges" />
208
      <menu text="tools/_VCSGis/_VCS_Connect_to_datamodel" name="tools-vcsgis-checkout-datamodel" />
209

  
210
      <tool-bar name="vcsgis" position="900700300">
211
        <!--<action-tool name="tools-vcsgis-init-server" />-->
212
        <!--<action-tool name="tools-vcsgis-init-workspace" />-->
213
        <action-tool name="tools-vcsgis-add-to-workspace" />
214
        <action-tool name="tools-vcsgis-checkout" />
215
        <action-tool name="tools-vcsgis-showchanges" />
216
      </tool-bar>
217

  
218
    </extension>
219
  </extensions>
220
</plugin-config>
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.21/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/assembly/gvsig-plugin-package.xml
1
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2013 gvSIG
2
  Association. This program is free software; you can redistribute it and/or modify
3
  it under the terms of the GNU General Public License as published by the Free Software
4
  Foundation; either version 3 of the License, or (at your option) any later version.
5
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
6
  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
7
  PURPOSE. See the GNU General Public License for more details. You should have received
8
  a copy of the GNU General Public License along with this program; if not, write to
9
  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
10
  USA. For any additional information, do not hesitate to contact us at info AT gvsig.com,
11
  or visit our website www.gvsig.com. -->
12
<assembly>
13
  <id>gvsig-plugin-package</id>
14
  <formats>
15
    <format>zip</format>
16
  </formats>
17
  <baseDirectory>${project.artifactId}</baseDirectory>
18
  <includeBaseDirectory>true</includeBaseDirectory>
19
  <files>
20
    <file>
21
      <source>target/${project.artifactId}-${project.version}.jar</source>
22
      <outputDirectory>lib</outputDirectory>
23
    </file>
24
    <file>
25
      <source>target/package.info</source>
26
    </file>
27
  </files>
28

  
29
  <fileSets>
30
    <fileSet>
31
      <directory>src/main/resources-plugin</directory>
32
      <outputDirectory>.</outputDirectory>
33
    </fileSet>
34
  </fileSets>
35

  
36

  
37
  <dependencySets>
38
    <dependencySet>
39
      <useProjectArtifact>false</useProjectArtifact>
40
      <useTransitiveDependencies>false</useTransitiveDependencies>
41
      <outputDirectory>lib</outputDirectory>
42
      <includes>
43
        <include>org.gvsig:org.gvsig.vcsgis.lib.api</include>
44
        <include>org.gvsig:org.gvsig.vcsgis.lib.impl</include>
45
        <include>org.gvsig:org.gvsig.vcsgis.swing.api</include>
46
        <include>org.gvsig:org.gvsig.vcsgis.swing.impl</include>
47
        <include>javax.servlet:javax.servlet-api</include>
48
        
49
      </includes>
50
    </dependencySet>
51
  </dependencySets>
52

  
53
</assembly>
54

  
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.21/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/java/org/gvsig/vcsgis/app/addlayer/WizardVCSGisTabular.java
1
package org.gvsig.vcsgis.app.addlayer;
2

  
3
import java.util.ArrayList;
4
import java.util.List;
5
import org.gvsig.app.ApplicationLocator;
6
import org.gvsig.app.ApplicationManager;
7
import org.gvsig.app.project.documents.table.TableDocument;
8
import org.gvsig.app.project.documents.table.TableManager;
9
import org.gvsig.fmap.dal.DALLocator;
10
import org.gvsig.fmap.dal.DataManager;
11
import org.gvsig.fmap.dal.feature.FeatureStore;
12
import org.gvsig.fmap.dal.store.db.DBStoreParameters;
13
import org.gvsig.geodb.TableInfo;
14
import static org.gvsig.vcsgis.app.addlayer.AbstractWizardVCSGis.LOGGER;
15

  
16
/**
17
 *
18
 * @author jjdelcerro
19
 */
20
public class WizardVCSGisTabular extends AbstractWizardVCSGis {
21

  
22
    public WizardVCSGisTabular() {
23
        super();
24
    }
25

  
26
    @Override
27
    protected boolean requireGeometry() {
28
        return false;
29
    }
30

  
31
    @Override
32
    public Object executeWizard() {
33
        DataManager man = DALLocator.getDataManager();
34
        ApplicationManager application = ApplicationLocator.getManager();
35

  
36
        List<TableDocument> tabledocs= new ArrayList<>();
37
        for ( TableInfo tableInfo : this.getTablesInformation() ) {
38
            if (!tableInfo.isSelected()) {
39
                continue;
40
            }
41
            DBStoreParameters storeParams = tableInfo.getParameters();
42
            FeatureStore store;
43
            try {
44
                store = (FeatureStore) man.openStore(
45
                        storeParams.getDataStoreName(), 
46
                        storeParams
47
                );
48
            } catch (Exception e) {
49
                LOGGER.warn("Can't open store ", e);
50
                return null;
51
            }
52
            downloadAndRegisterResources(storeParams.getTable());
53
            TableDocument document = (TableDocument) application.getProjectManager().createDocument(
54
                    TableManager.TYPENAME, 
55
                    tableInfo.getDocumentName()
56
            );
57
            document.setStore(store);
58
            tabledocs.add(document);
59
        }
60
        return tabledocs;
61
    }
62
    
63
}
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.21/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/java/org/gvsig/vcsgis/app/addlayer/AbstractWizardVCSGisView.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<object classname="com.jeta.forms.store.memento.FormPackage">
4
 <at name="fileversion">
5
  <object classname="com.jeta.forms.store.memento.FormsVersion2">
6
   <at name="major">2</at>
7
   <at name="minor">0</at>
8
   <at name="sub">0</at>
9
  </object>
10
 </at>
11
 <at name="form">
12
  <object classname="com.jeta.forms.store.memento.FormMemento">
13
   <super classname="com.jeta.forms.store.memento.ComponentMemento">
14
    <at name="cellconstraints">
15
     <object classname="com.jeta.forms.store.memento.CellConstraintsMemento">
16
      <at name="column">1</at>
17
      <at name="row">1</at>
18
      <at name="colspan">1</at>
19
      <at name="rowspan">1</at>
20
      <at name="halign">default</at>
21
      <at name="valign">default</at>
22
      <at name="insets" object="insets">0,0,0,0</at>
23
     </object>
24
    </at>
25
    <at name="componentclass">com.jeta.forms.gui.form.FormComponent</at>
26
   </super>
27
   <at name="id">/home/jjdelcerro/datos/devel/org.gvsig.vcsgis/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/java/org/gvsig/vcsgis/app/addlayer/AbstractWizardVCSGisView.xml</at>
28
   <at name="path">datos/devel/org.gvsig.vcsgis/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/java/org/gvsig/vcsgis/app/addlayer/AbstractWizardVCSGisView.xml</at>
29
   <at name="rowspecs">CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:2DLU:NONE,FILL:DEFAULT:GROW(1.0),CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE</at>
30
   <at name="colspecs">FILL:4DLU:NONE,FILL:8DLU:GROW(1.0),FILL:4DLU:NONE,FILL:DEFAULT:NONE</at>
31
   <at name="components">
32
    <object classname="java.util.LinkedList">
33
     <item >
34
      <at name="value">
35
       <object classname="com.jeta.forms.store.memento.BeanMemento">
36
        <super classname="com.jeta.forms.store.memento.ComponentMemento">
37
         <at name="cellconstraints">
38
          <object classname="com.jeta.forms.store.memento.CellConstraintsMemento">
39
           <at name="column">2</at>
40
           <at name="row">1</at>
41
           <at name="colspan">1</at>
42
           <at name="rowspan">1</at>
43
           <at name="halign">default</at>
44
           <at name="valign">default</at>
45
           <at name="insets" object="insets">0,0,0,0</at>
46
          </object>
47
         </at>
48
         <at name="componentclass">com.jeta.forms.gui.form.StandardComponent</at>
49
        </super>
50
        <at name="jetabeanclass">com.jeta.forms.gui.beans.JETABean</at>
51
        <at name="beanclass">com.jeta.forms.components.border.TitledBorderLabel</at>
52
        <at name="beanproperties">
53
         <object classname="com.jeta.forms.store.memento.PropertiesMemento">
54
          <at name="classname">com.jeta.forms.components.border.TitledBorderLabel</at>
55
          <at name="properties">
56
           <object classname="com.jeta.forms.store.support.PropertyMap">
57
            <at name="border">
58
             <object classname="com.jeta.forms.store.properties.CompoundBorderProperty">
59
              <super classname="com.jeta.forms.store.properties.BorderProperty">
60
               <at name="name">border</at>
61
              </super>
62
              <at name="borders">
63
               <object classname="java.util.LinkedList">
64
                <item >
65
                 <at name="value">
66
                  <object classname="com.jeta.forms.store.properties.DefaultBorderProperty">
67
                   <super classname="com.jeta.forms.store.properties.BorderProperty">
68
                    <at name="name">border</at>
69
                   </super>
70
                  </object>
71
                 </at>
72
                </item>
73
               </object>
74
              </at>
75
             </object>
76
            </at>
77
            <at name="name">lblWorkspace</at>
78
            <at name="width">1380</at>
79
            <at name="text">_Workingcopy</at>
80
            <at name="height">21</at>
81
           </object>
82
          </at>
83
         </object>
84
        </at>
85
       </object>
86
      </at>
87
     </item>
88
     <item >
89
      <at name="value">
90
       <object classname="com.jeta.forms.store.memento.FormMemento">
91
        <super classname="com.jeta.forms.store.memento.ComponentMemento">
92
         <at name="cellconstraints">
93
          <object classname="com.jeta.forms.store.memento.CellConstraintsMemento">
94
           <at name="column">2</at>
95
           <at name="row">6</at>
96
           <at name="colspan">1</at>
97
           <at name="rowspan">1</at>
98
           <at name="halign">default</at>
99
           <at name="valign">default</at>
100
           <at name="insets" object="insets">0,0,0,0</at>
101
          </object>
102
         </at>
103
         <at name="componentclass">com.jeta.forms.gui.form.FormComponent</at>
104
        </super>
105
        <at name="id">embedded.444188929</at>
106
        <at name="rowspecs">CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,FILL:DEFAULT:GROW(1.0),CENTER:2DLU:NONE,CENTER:DEFAULT:NONE</at>
107
        <at name="colspecs">FILL:DEFAULT:GROW(0.5),FILL:4DLU:NONE,FILL:DEFAULT:GROW(0.5)</at>
108
        <at name="components">
109
         <object classname="java.util.LinkedList">
110
          <item >
111
           <at name="value">
112
            <object classname="com.jeta.forms.store.memento.BeanMemento">
113
             <super classname="com.jeta.forms.store.memento.ComponentMemento">
114
              <at name="cellconstraints">
115
               <object classname="com.jeta.forms.store.memento.CellConstraintsMemento">
116
                <at name="column">1</at>
117
                <at name="row">1</at>
118
                <at name="colspan">1</at>
119
                <at name="rowspan">1</at>
120
                <at name="halign">default</at>
121
                <at name="valign">default</at>
122
                <at name="insets" object="insets">0,0,0,0</at>
123
               </object>
124
              </at>
125
              <at name="componentclass">com.jeta.forms.gui.form.StandardComponent</at>
126
             </super>
127
             <at name="jetabeanclass">com.jeta.forms.gui.beans.JETABean</at>
128
             <at name="beanclass">com.jeta.forms.components.border.TitledBorderLabel</at>
129
             <at name="beanproperties">
130
              <object classname="com.jeta.forms.store.memento.PropertiesMemento">
131
               <at name="classname">com.jeta.forms.components.border.TitledBorderLabel</at>
132
               <at name="properties">
133
                <object classname="com.jeta.forms.store.support.PropertyMap">
134
                 <at name="border">
135
                  <object classname="com.jeta.forms.store.properties.CompoundBorderProperty">
136
                   <super classname="com.jeta.forms.store.properties.BorderProperty">
137
                    <at name="name">border</at>
138
                   </super>
139
                   <at name="borders">
140
                    <object classname="java.util.LinkedList">
141
                     <item >
142
                      <at name="value">
143
                       <object classname="com.jeta.forms.store.properties.DefaultBorderProperty">
144
                        <super classname="com.jeta.forms.store.properties.BorderProperty">
145
                         <at name="name">border</at>
146
                        </super>
147
                       </object>
148
                      </at>
149
                     </item>
150
                    </object>
151
                   </at>
152
                  </object>
153
                 </at>
154
                 <at name="name">lblTable</at>
155
                 <at name="width">676</at>
156
                 <at name="text">choose_table</at>
157
                 <at name="height">21</at>
158
                </object>
159
               </at>
160
              </object>
161
             </at>
162
            </object>
163
           </at>
164
          </item>
165
          <item >
166
           <at name="value">
167
            <object classname="com.jeta.forms.store.memento.BeanMemento">
168
             <super classname="com.jeta.forms.store.memento.ComponentMemento">
169
              <at name="cellconstraints">
170
               <object classname="com.jeta.forms.store.memento.CellConstraintsMemento">
171
                <at name="column">3</at>
172
                <at name="row">1</at>
173
                <at name="colspan">1</at>
174
                <at name="rowspan">1</at>
175
                <at name="halign">default</at>
176
                <at name="valign">default</at>
177
                <at name="insets" object="insets">0,0,0,0</at>
178
               </object>
179
              </at>
180
              <at name="componentclass">com.jeta.forms.gui.form.StandardComponent</at>
181
             </super>
182
             <at name="jetabeanclass">com.jeta.forms.gui.beans.JETABean</at>
183
             <at name="beanclass">com.jeta.forms.components.border.TitledBorderLabel</at>
184
             <at name="beanproperties">
185
              <object classname="com.jeta.forms.store.memento.PropertiesMemento">
186
               <at name="classname">com.jeta.forms.components.border.TitledBorderLabel</at>
187
               <at name="properties">
188
                <object classname="com.jeta.forms.store.support.PropertyMap">
189
                 <at name="border">
190
                  <object classname="com.jeta.forms.store.properties.CompoundBorderProperty">
191
                   <super classname="com.jeta.forms.store.properties.BorderProperty">
192
                    <at name="name">border</at>
193
                   </super>
194
                   <at name="borders">
195
                    <object classname="java.util.LinkedList">
196
                     <item >
197
                      <at name="value">
198
                       <object classname="com.jeta.forms.store.properties.DefaultBorderProperty">
199
                        <super classname="com.jeta.forms.store.properties.BorderProperty">
200
                         <at name="name">border</at>
201
                        </super>
202
                       </object>
203
                      </at>
204
                     </item>
205
                    </object>
206
                   </at>
207
                  </object>
208
                 </at>
209
                 <at name="name">lblColumns</at>
210
                 <at name="width">684</at>
211
                 <at name="text">table_fields</at>
212
                 <at name="height">21</at>
213
                </object>
214
               </at>
215
              </object>
216
             </at>
217
            </object>
218
           </at>
219
          </item>
220
          <item >
221
           <at name="value">
222
            <object classname="com.jeta.forms.store.memento.BeanMemento">
223
             <super classname="com.jeta.forms.store.memento.ComponentMemento">
224
              <at name="cellconstraints">
225
               <object classname="com.jeta.forms.store.memento.CellConstraintsMemento">
226
                <at name="column">3</at>
227
                <at name="row">3</at>
228
                <at name="colspan">1</at>
229
                <at name="rowspan">3</at>
230
                <at name="halign">default</at>
231
                <at name="valign">default</at>
232
                <at name="insets" object="insets">0,0,0,0</at>
233
               </object>
234
              </at>
235
              <at name="componentclass">com.jeta.forms.gui.form.StandardComponent</at>
236
             </super>
237
             <at name="jetabeanclass">com.jeta.forms.gui.beans.JETABean</at>
238
             <at name="beanclass">javax.swing.JList</at>
239
             <at name="beanproperties">
240
              <object classname="com.jeta.forms.store.memento.PropertiesMemento">
241
               <at name="classname">javax.swing.JList</at>
242
               <at name="properties">
243
                <object classname="com.jeta.forms.store.support.PropertyMap">
244
                 <at name="border">
245
                  <object classname="com.jeta.forms.store.properties.CompoundBorderProperty">
246
                   <super classname="com.jeta.forms.store.properties.BorderProperty">
247
                    <at name="name">border</at>
248
                   </super>
249
                   <at name="borders">
250
                    <object classname="java.util.LinkedList">
251
                     <item >
252
                      <at name="value">
253
                       <object classname="com.jeta.forms.store.properties.DefaultBorderProperty">
254
                        <super classname="com.jeta.forms.store.properties.BorderProperty">
255
                         <at name="name">border</at>
256
                        </super>
257
                       </object>
258
                      </at>
259
                     </item>
260
                    </object>
261
                   </at>
262
                  </object>
263
                 </at>
264
                 <at name="scrollableTracksViewportHeight">true</at>
265
                 <at name="scrollableTracksViewportWidth">true</at>
266
                 <at name="name">lstColumns</at>
267
                 <at name="width">682</at>
268
                 <at name="items">
269
                  <object classname="com.jeta.forms.store.properties.ItemsProperty">
270
                   <at name="name">items</at>
271
                  </object>
272
                 </at>
273
                 <at name="scollBars">
274
                  <object classname="com.jeta.forms.store.properties.ScrollBarsProperty">
275
                   <at name="name">scollBars</at>
276
                   <at name="verticalpolicy">20</at>
277
                   <at name="horizontalpolicy">30</at>
278
                   <at name="border">
279
                    <object classname="com.jeta.forms.store.properties.CompoundBorderProperty">
280
                     <super classname="com.jeta.forms.store.properties.BorderProperty">
281
                      <at name="name">border</at>
282
                     </super>
283
                     <at name="borders">
284
                      <object classname="java.util.LinkedList">
285
                       <item >
286
                        <at name="value">
287
                         <object classname="com.jeta.forms.store.properties.DefaultBorderProperty">
288
                          <super classname="com.jeta.forms.store.properties.BorderProperty">
289
                           <at name="name">border</at>
290
                          </super>
291
                         </object>
292
                        </at>
293
                       </item>
294
                      </object>
295
                     </at>
296
                    </object>
297
                   </at>
298
                  </object>
299
                 </at>
300
                 <at name="height">217</at>
301
                </object>
302
               </at>
303
              </object>
304
             </at>
305
            </object>
306
           </at>
307
          </item>
308
          <item >
309
           <at name="value">
310
            <object classname="com.jeta.forms.store.memento.FormMemento">
311
             <super classname="com.jeta.forms.store.memento.ComponentMemento">
312
              <at name="cellconstraints">
313
               <object classname="com.jeta.forms.store.memento.CellConstraintsMemento">
314
                <at name="column">3</at>
315
                <at name="row">7</at>
316
                <at name="colspan">1</at>
317
                <at name="rowspan">1</at>
318
                <at name="halign">default</at>
319
                <at name="valign">default</at>
320
                <at name="insets" object="insets">0,0,0,0</at>
321
               </object>
322
              </at>
323
              <at name="componentclass">com.jeta.forms.gui.form.FormComponent</at>
324
             </super>
325
             <at name="id">embedded.713773513</at>
326
             <at name="rowspecs">CENTER:DEFAULT:NONE</at>
327
             <at name="colspecs">FILL:DEFAULT:GROW(1.0),FILL:DEFAULT:NONE,FILL:4DLU:NONE,FILL:DEFAULT:NONE</at>
328
             <at name="components">
329
              <object classname="java.util.LinkedList">
330
               <item >
331
                <at name="value">
332
                 <object classname="com.jeta.forms.store.memento.BeanMemento">
333
                  <super classname="com.jeta.forms.store.memento.ComponentMemento">
334
                   <at name="cellconstraints">
335
                    <object classname="com.jeta.forms.store.memento.CellConstraintsMemento">
336
                     <at name="column">4</at>
337
                     <at name="row">1</at>
338
                     <at name="colspan">1</at>
339
                     <at name="rowspan">1</at>
340
                     <at name="halign">default</at>
341
                     <at name="valign">default</at>
342
                     <at name="insets" object="insets">0,0,0,0</at>
343
                    </object>
344
                   </at>
345
                   <at name="componentclass">com.jeta.forms.gui.form.StandardComponent</at>
346
                  </super>
347
                  <at name="jetabeanclass">com.jeta.forms.gui.beans.JETABean</at>
348
                  <at name="beanclass">javax.swing.JButton</at>
349
                  <at name="beanproperties">
350
                   <object classname="com.jeta.forms.store.memento.PropertiesMemento">
351
                    <at name="classname">javax.swing.JButton</at>
352
                    <at name="properties">
353
                     <object classname="com.jeta.forms.store.support.PropertyMap">
354
                      <at name="border">
355
                       <object classname="com.jeta.forms.store.properties.CompoundBorderProperty">
356
                        <super classname="com.jeta.forms.store.properties.BorderProperty">
357
                         <at name="name">border</at>
358
                        </super>
359
                        <at name="borders">
360
                         <object classname="java.util.LinkedList">
361
                          <item >
362
                           <at name="value">
363
                            <object classname="com.jeta.forms.store.properties.EmptyBorderProperty">
364
                             <super classname="com.jeta.forms.store.properties.BorderProperty">
365
                              <at name="name">border</at>
366
                             </super>
367
                             <at name="top">2</at>
368
                             <at name="left">2</at>
369
                             <at name="bottom">2</at>
370
                             <at name="right">2</at>
371
                            </object>
372
                           </at>
373
                          </item>
374
                         </object>
375
                        </at>
376
                       </object>
377
                      </at>
378
                      <at name="actionCommand">Ninguno</at>
379
                      <at name="name">btnDeselectAllColumns</at>
380
                      <at name="width">37</at>
381
                      <at name="rolloverEnabled">true</at>
382
                      <at name="text">_None</at>
383
                      <at name="height">20</at>
384
                     </object>
385
                    </at>
386
                   </object>
387
                  </at>
388
                 </object>
389
                </at>
390
               </item>
391
               <item >
392
                <at name="value">
393
                 <object classname="com.jeta.forms.store.memento.BeanMemento">
394
                  <super classname="com.jeta.forms.store.memento.ComponentMemento">
395
                   <at name="cellconstraints">
396
                    <object classname="com.jeta.forms.store.memento.CellConstraintsMemento">
397
                     <at name="column">2</at>
398
                     <at name="row">1</at>
399
                     <at name="colspan">1</at>
400
                     <at name="rowspan">1</at>
401
                     <at name="halign">default</at>
402
                     <at name="valign">default</at>
403
                     <at name="insets" object="insets">0,0,0,0</at>
404
                    </object>
405
                   </at>
406
                   <at name="componentclass">com.jeta.forms.gui.form.StandardComponent</at>
407
                  </super>
408
                  <at name="jetabeanclass">com.jeta.forms.gui.beans.JETABean</at>
409
                  <at name="beanclass">javax.swing.JButton</at>
410
                  <at name="beanproperties">
411
                   <object classname="com.jeta.forms.store.memento.PropertiesMemento">
412
                    <at name="classname">javax.swing.JButton</at>
413
                    <at name="properties">
414
                     <object classname="com.jeta.forms.store.support.PropertyMap">
415
                      <at name="border">
416
                       <object classname="com.jeta.forms.store.properties.CompoundBorderProperty">
417
                        <super classname="com.jeta.forms.store.properties.BorderProperty">
418
                         <at name="name">border</at>
419
                        </super>
420
                        <at name="borders">
421
                         <object classname="java.util.LinkedList">
422
                          <item >
423
                           <at name="value">
424
                            <object classname="com.jeta.forms.store.properties.EmptyBorderProperty">
425
                             <super classname="com.jeta.forms.store.properties.BorderProperty">
426
                              <at name="name">border</at>
427
                             </super>
428
                             <at name="top">2</at>
429
                             <at name="left">2</at>
430
                             <at name="bottom">2</at>
431
                             <at name="right">2</at>
432
                            </object>
433
                           </at>
434
                          </item>
435
                         </object>
436
                        </at>
437
                       </object>
438
                      </at>
439
                      <at name="actionCommand">Todos</at>
440
                      <at name="name">btnSelectAllColumns</at>
441
                      <at name="width">22</at>
442
                      <at name="rolloverEnabled">true</at>
443
                      <at name="text">_All</at>
444
                      <at name="height">20</at>
445
                     </object>
446
                    </at>
447
                   </object>
448
                  </at>
449
                 </object>
450
                </at>
451
               </item>
452
              </object>
453
             </at>
454
             <at name="properties">
455
              <object classname="com.jeta.forms.store.memento.PropertiesMemento">
456
               <at name="classname">com.jeta.forms.gui.form.GridView</at>
457
               <at name="properties">
458
                <object classname="com.jeta.forms.store.support.PropertyMap">
459
                 <at name="border">
460
                  <object classname="com.jeta.forms.store.properties.CompoundBorderProperty">
461
                   <super classname="com.jeta.forms.store.properties.BorderProperty">
462
                    <at name="name">border</at>
463
                   </super>
464
                   <at name="borders">
465
                    <object classname="java.util.LinkedList"/>
466
                   </at>
467
                  </object>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff