MAJ V4.3.2 (ajout de la méthode allContentChilds disponible à partir du

node page)
This commit is contained in:
pablo rodriguez 2022-12-10 11:28:09 +01:00
parent 1bacd768db
commit 8633f154c1
8 changed files with 2 additions and 39 deletions

Binary file not shown.

Binary file not shown.

1
bin/.gitignore vendored
View File

@ -3,3 +3,4 @@
/evaluer/
/fenetres/
/list/
/resources/

View File

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
<title></title>
<meta name="generator" content="LibreOffice 7.3.7.2 (Windows)"/>
<meta name="author" content="Pablo Rodriguez"/>
<meta name="created" content="2022-12-04T10:08:04.215000000"/>
<meta name="changedby" content="Pablo Rodriguez"/>
<meta name="changed" content="2022-12-04T10:09:06.064000000"/>
<style type="text/css">
@page { size: 21cm 29.7cm; margin: 2cm }
p { line-height: 115%; margin-bottom: 0.25cm; background: transparent }
</style>
</head>
<body lang="fr-FR" link="#000080" vlink="#800000" dir="ltr"><p align="center" style="line-height: 100%; margin-bottom: 0cm">
Documentation analyseWriter</p>
</body>
</html>

View File

@ -14,7 +14,7 @@ public class actAllContentChilds extends AbstractAction{
{
putValue( Action.NAME, "Evaluer le contenu de tous les nodes enfants" );
putValue( Action.SHORT_DESCRIPTION, "Evaluer le contenu de tous les nodes enfants" );
putValue( Action.SMALL_ICON, new ImageIcon(create.class.getResource("/resources/allcontentmini.png")) );
putValue( Action.SMALL_ICON, new ImageIcon(create.class.getResource("/resources/allcontentchildsmini.png")) );
}
/**
*

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 915 B

View File

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
<title></title>
<meta name="generator" content="LibreOffice 7.3.7.2 (Windows)"/>
<meta name="author" content="Pablo Rodriguez"/>
<meta name="created" content="2022-12-04T10:08:04.215000000"/>
<meta name="changedby" content="Pablo Rodriguez"/>
<meta name="changed" content="2022-12-04T10:09:06.064000000"/>
<style type="text/css">
@page { size: 21cm 29.7cm; margin: 2cm }
p { line-height: 115%; margin-bottom: 0.25cm; background: transparent }
</style>
</head>
<body lang="fr-FR" link="#000080" vlink="#800000" dir="ltr"><p align="center" style="line-height: 100%; margin-bottom: 0cm">
Documentation analyseWriter</p>
</body>
</html>