Serialized Form
-
Package jaxe
-
Class jaxe.AboutBox
class AboutBox extends JDialog implements Serializable -
Class jaxe.ActionFonction
class ActionFonction extends TextAction implements Serializable-
Serialized Fields
-
doc
JaxeDocument doc
-
fct
Fonction fct
-
-
-
Class jaxe.ActionInsertionBalise
class ActionInsertionBalise extends TextAction implements Serializable-
Serialized Fields
-
doc
JaxeDocument doc
-
nomNoeud
String nomNoeud
-
refElement
Element refElement
-
typeNoeud
String typeNoeud
-
-
-
Class jaxe.AllowedElementsPanel
class AllowedElementsPanel extends JPanel implements Serializable-
Serialized Fields
-
_doc
JaxeDocument _doc
The JaxeDocument for this Panel -
_listeEnfants
ArrayList<Element> _listeEnfants
-
_listeValide
ArrayList<Element> _listeValide
-
_parent
JaxeElement _parent
-
-
-
Class jaxe.ArbreXML
class ArbreXML extends JPanel implements Serializable-
Serialized Fields
-
doc
JaxeDocument doc
-
m_tree
DOMTree m_tree
-
-
-
Class jaxe.AttributePanel
class AttributePanel extends JPanel implements Serializable-
Serialized Fields
-
_doc
JaxeDocument _doc
The JaxeDocument for this Panel -
_elem
JaxeElement _elem
The current Element
-
-
-
Class jaxe.Balise
class Balise extends JComponent implements Serializable-
Serialized Fields
-
attributs
boolean attributs
-
attributsVisibles
boolean attributsVisibles
-
clicbtnattr
boolean clicbtnattr
-
division
boolean division
-
evtpopup
boolean evtpopup
-
je
JaxeElement je
-
noens
int noens
-
select1
boolean select1
-
selectionne
boolean selectionne
-
texte
String texte
-
typeBalise
int typeBalise
-
valide
boolean valide
-
-
-
Class jaxe.DialogueAideElement
class DialogueAideElement extends JDialog implements Serializable-
Serialized Fields
-
aideAttribut
boolean aideAttribut
-
cfg
Config cfg
-
labeldoc
JLabel labeldoc
-
labelexpr
JLabel labelexpr
-
labelTitre
JLabel labelTitre
-
listeAttributs
JList listeAttributs
-
listeEnfants
JList listeEnfants
-
listeParents
JList listeParents
-
ongletAttributs
JPanel ongletAttributs
-
ongletEnfants
JPanel ongletEnfants
-
onglets
JTabbedPane onglets
-
refAttributs
ArrayList<Element> refAttributs
-
refElementParent
Element refElementParent
-
refElementsEnfants
ArrayList<Element> refElementsEnfants
-
refElementsParents
ArrayList<Element> refElementsParents
-
refNoeud
Element refNoeud
-
-
-
Class jaxe.DialogueAttente
class DialogueAttente extends JDialog implements Serializable-
Serialized Fields
-
progress
JProgressBar progress
-
-
-
Class jaxe.DialogueAttributs
class DialogueAttributs extends JDialog implements Serializable-
Serialized Fields
-
actions
HashMap<String,
Action> actions -
avecdoc
boolean avecdoc
-
champs
JComponent[] champs
-
conf
Config conf
-
defauts
String[] defauts
-
doc
JaxeDocument doc
-
el
Element el
-
espaces
String[] espaces
-
jframe
JFrame jframe
-
latt
ArrayList<Element> latt
-
noms
String[] noms
-
obligatoire
boolean[] obligatoire
-
refElement
Element refElement
-
tbval
JLabel[] tbval
-
valide
boolean valide
-
-
-
Class jaxe.DialogueChamps
class DialogueChamps extends JDialog implements Serializable-
Serialized Fields
-
champs
JComponent[] champs
-
valide
boolean valide
-
-
-
Class jaxe.DialogueDepart
class DialogueDepart extends JDialog implements Serializable -
Class jaxe.DialogueNouveau
class DialogueNouveau extends JDialog implements Serializable -
Class jaxe.DialogueRechercher
class DialogueRechercher extends JDialog implements Serializable-
Serialized Fields
-
bfichier
JRadioButton bfichier
-
bpane
JPanel bpane
-
bremplacer
JButton bremplacer
-
bremplrech
JButton bremplrech
-
bsel
JRadioButton bsel
-
btout
JButton btout
-
bXpath
JButton bXpath
-
chkmaj
JCheckBox chkmaj
-
cpane
JPanel cpane
-
dansSelection
boolean dansSelection
-
doc
StyledDocument doc
-
ignorerCasse
boolean ignorerCasse
-
jdoc
JaxeDocument jdoc
-
rechXpath
boolean rechXpath
-
textPane
JTextPane textPane
-
textRech
JLabel textRech
-
textRemp
JLabel textRemp
-
tfRechercher
JTextField tfRechercher
-
tfRemplacer
JTextField tfRemplacer
-
typeXpath
JCheckBox typeXpath
-
-
-
Class jaxe.DialogueXpath
class DialogueXpath extends JFrame implements Serializable-
Serialized Fields
-
attributs
jaxe.DialogueXpath.ZoneAttribut[] attributs
-
choix
JComboBox choix
-
dialRech
DialogueRechercher dialRech
-
doc
JaxeDocument doc
-
existNS
boolean existNS
-
listeElements
ArrayList<Element> listeElements
-
listeTousElements
ArrayList<Element> listeTousElements
-
listPane
JPanel listPane
-
nomElementCourant
String nomElementCourant
-
pane
JPanel pane
-
refElementCourant
Element refElementCourant
-
textF
JTextField textF
-
textInterne
JTextField textInterne
-
typeRechTxt
String typeRechTxt
-
-
-
Class jaxe.DOMTree
class DOMTree extends JTree implements Serializable -
Class jaxe.JaxeDocument
class JaxeDocument extends DefaultStyledDocument implements Serializable-
Serialized Fields
-
_editListener
List<JaxeEditListenerIf> _editListener
-
_ignorer
boolean _ignorer
-
cfg
Config cfg
-
dom2JaxeElement
HashMap<Node,
JaxeElement> dom2JaxeElement -
DOMdoc
Document DOMdoc
-
encodage
String encodage
-
fsave
File fsave
-
furl
URL furl
-
gestionErreurs
InterfaceGestionErreurs gestionErreurs
-
jframe
JFrame jframe
-
modif
boolean modif
-
nomFichierCfg
String nomFichierCfg
-
rootJE
JaxeElement rootJE
-
textPane
JaxeTextPane textPane
-
-
-
Class jaxe.JaxeEditEvent
class JaxeEditEvent extends EventObject implements Serializable-
Serialized Fields
-
_consume
boolean _consume
Has event been used? -
_je
JaxeElement _je
JaxeElement -
_offs
int _offs
Offset in document -
_text
String _text
Text
-
-
-
Exception jaxe.JaxeException
class JaxeException extends Exception implements Serializable -
Class jaxe.JaxeFrame
class JaxeFrame extends JFrame implements Serializable-
Serialized Fields
-
afficherAllowed
boolean afficherAllowed
-
afficherArbre
boolean afficherArbre
-
afficherAttributs
boolean afficherAttributs
-
afficherSide
boolean afficherSide
-
allowed
AllowedElementsPanel allowed
-
arbrexml
ArbreXML arbrexml
-
attpane
AttributePanel attpane
-
barreInsertion
JMenuBar barreInsertion
-
caretListenerLabel
JaxeFrame.CaretListenerLabel caretListenerLabel
-
configAOuvrir
File configAOuvrir
-
doc
JaxeDocument doc
-
fichierAOuvrir
File fichierAOuvrir
-
menuBar
JaxeMenuBar menuBar
-
nomFichierCfg
String nomFichierCfg
-
paneScrollPane
JScrollPane paneScrollPane
-
sidepane
JTabbedPane sidepane
-
sourceFrame
SourceFrame sourceFrame
-
split
JSplitPane split
-
textPane
JaxeTextPane textPane
-
validationFrame
ValidationFrame validationFrame
-
-
-
Class jaxe.JaxeFrame.CaretListenerLabel
class CaretListenerLabel extends JLabel implements Serializable -
Class jaxe.JaxeMenuBar
class JaxeMenuBar extends JMenuBar implements Serializable-
Serialized Fields
-
aboutBox
AboutBox aboutBox
-
aColler
TextAction aColler
-
aCopier
TextAction aCopier
-
aCouper
TextAction aCouper
-
editMenu
JMenu editMenu
-
fileMenu
JMenu fileMenu
-
helpMenu
JMenu helpMenu
-
jaxeframe
JaxeFrame jaxeframe
-
jframe
JFrame jframe
-
menuAllowed
JRadioButtonMenuItem menuAllowed
-
menuArbre
JRadioButtonMenuItem menuArbre
-
menuAttributs
JRadioButtonMenuItem menuAttributs
-
menusExport
JMenuItem[] menusExport
-
miAgain
JMenuItem miAgain
-
miClose
JMenuItem miClose
-
miCopy
JMenuItem miCopy
-
miCut
JMenuItem miCut
-
miFind
JMenuItem miFind
-
miHTML
JMenuItem miHTML
-
miNew
JMenuItem miNew
-
miOpen
JMenuItem miOpen
-
miOpenConf
JMenuItem miOpenConf
-
miPaste
JMenuItem miPaste
-
miPref
JMenuItem miPref
-
miPrint
JMenuItem miPrint
-
miQuitter
JMenuItem miQuitter
-
miRedo
JMenuItem miRedo
-
miSave
JMenuItem miSave
-
miSaveAs
JMenuItem miSaveAs
-
miSelectAll
JMenuItem miSelectAll
-
miSpelling
JMenuItem miSpelling
-
miUndo
JMenuItem miUndo
-
miValider
JMenuItem miValider
-
redoAction
jaxe.JaxeMenuBar.RedoAction redoAction
-
undoAction
jaxe.JaxeMenuBar.UndoAction undoAction
-
windowMenu
JMenu windowMenu
-
-
-
Class jaxe.JaxeMenuBar.AboutAction
class AboutAction extends AbstractAction implements Serializable -
Class jaxe.JaxeMenuBar.ActionColler
class ActionColler extends TextAction implements Serializable -
Class jaxe.JaxeMenuBar.ActionCopier
class ActionCopier extends TextAction implements Serializable -
Class jaxe.JaxeMenuBar.ActionCouper
class ActionCouper extends TextAction implements Serializable -
Class jaxe.JaxeMenuBar.ActionExport
class ActionExport extends AbstractAction implements Serializable-
Serialized Fields
-
doc
JaxeDocument doc
-
refExport
Element refExport
-
-
-
Class jaxe.JaxeMenuBar.ShowWindowAction
class ShowWindowAction extends AbstractAction implements Serializable-
Serialized Fields
-
titre
String titre
-
-
-
Class jaxe.JaxeTextPane
class JaxeTextPane extends JTextPane implements Serializable-
Serialized Fields
-
dlgRecherche
DialogueRechercher dlgRecherche
-
doc
JaxeDocument doc
-
ecouteursAnnulation
ArrayList<EcouteurMAJ> ecouteursAnnulation
-
ecouteursArbre
ArrayList<EcouteurMAJ> ecouteursArbre
-
editionSpeciale
boolean editionSpeciale
-
editSpecial
CompoundEdit editSpecial
-
iconeValide
boolean iconeValide
-
ignorerEdition
boolean ignorerEdition
-
ignorerEditionStack
Stack<Boolean> ignorerEditionStack
-
jframe
JFrame jframe
-
niveauEditionSpeciale
int niveauEditionSpeciale
-
undo
UndoManager undo
-
-
-
Class jaxe.JaxeTextPane.ActionColler
class ActionColler extends TextAction implements Serializable -
Class jaxe.JaxeTextPane.ActionCopier
class ActionCopier extends TextAction implements Serializable -
Class jaxe.JaxeTextPane.ActionCouper
class ActionCouper extends TextAction implements Serializable -
Class jaxe.JaxeTextPane.ActionMenuContextuel
class ActionMenuContextuel extends TextAction implements Serializable -
Class jaxe.JaxeTransferHandler
class JaxeTransferHandler extends TransferHandler implements Serializable-
Serialized Fields
-
editionSpeciale
boolean editionSpeciale
-
exportComp
JaxeTextPane exportComp
-
p0
Position p0
-
p1
Position p1
-
shouldRemove
boolean shouldRemove
-
-
-
Class jaxe.JaxeUndoManager
class JaxeUndoManager extends UndoManager implements Serializable-
Serialized Fields
-
_doc
JaxeDocument _doc
-
-
-
Class jaxe.Preferences
class Preferences extends JDialog implements Serializable-
Serialized Fields
-
caseAfficherAttributs
JCheckBox caseAfficherAttributs
-
caseArbre
JCheckBox caseArbre
-
caseAttributs
JCheckBox caseAttributs
-
caseConsIndent
JCheckBox caseConsIndent
-
caseIconeValide
JCheckBox caseIconeValide
-
caseIndenter
JCheckBox caseIndenter
-
caseInsertion
JCheckBox caseInsertion
-
choixXSLT
JComboBox choixXSLT
-
labelDico
JLabel labelDico
-
labelNav
JLabel labelNav
-
prefDico
String prefDico
-
prefNav
String prefNav
-
-
-
Class jaxe.SourceFrame
class SourceFrame extends JFrame implements Serializable-
Serialized Fields
-
dlgRecherche
DialogueRechercher dlgRecherche
-
jdoc
JaxeDocument jdoc
-
jframe
JaxeFrame jframe
-
srcdoc
StyledDocument srcdoc
-
styleCommentaire
Style styleCommentaire
-
styleElement
Style styleElement
-
styleEntite
Style styleEntite
-
styleNomAttribut
Style styleNomAttribut
-
styleTexte
Style styleTexte
-
styleValeurAttribut
Style styleValeurAttribut
-
textPane
JTextPane textPane
-
-
-
Class jaxe.ValidationFrame
class ValidationFrame extends JFrame implements Serializable-
Serialized Fields
-
contenu
String contenu
-
doc
JaxeDocument doc
-
editorPane
JEditorPane editorPane
-
erreurs
ArrayList<jaxe.ValidationFrame.Erreur> erreurs
-
jframe
JaxeFrame jframe
-
-
-