All Classes

Class Description
AbstractGenericListSelectionModel<B>  
AbstractNavTreeCellRenderer<M,​N extends NavNode<M,​N>>
Le renderer abstrait (qui a toutes les methodes qui aident) pour implanter de vrai renderer pour les différents cas d'utilisation de l'abre de navigation.
AbstractSelectionListModel
Created on 8/7/14.
ActionExecutor
Executor of ActionWorker.
ActionWorker<R,​P>
Action worker to execute a incoming action.
ActionWorker.ActionStatus
State of a running action
Application  
ApplicationRunner
Simple application runner which authorize to reload an application.
Base64Coder
A Base64 Encoder/Decoder.
BeanTypeAware<O>
Contract for ui which contains a beanType property.
BlockingLayerUI
A JXLayer ui implementation that permits to block a component but still allow an action when clicking on the right-top icon painted on the layer.
BlockingLayerUI2
A JXLayer ui implementation that permits to block a component but still allow an action when clicking everywhere on the layer.
BooleanCellEditor  
BooleanCellRenderer  
BuildTreeVisitor
A visitor to build the tree from a given component.
BusyChangeListener
To listen the busy state of a WizardModel.
CardLayout2
An override of the awt CardLayout.
CardLayout2Ext
Une extension de CardLayout2 pour pouvoir automatiquement afficher un contenu à partir de la propriété CardLayout2Ext.selected.
ClassCellEditor
A class cell editor (fork from comandline project).
ClassTableCellRenderer
Table cell renderer for a Class
ColorCellEditor
A Color cell editor.
ColorCellRenderer
Date: 31/07/12
ComboBoxModel2
A new comboBox model that add supports for WillChangeSelectedItemListener.
ComboBoxSelectionEvent
Created on 8/7/14.
ComponentDescriptor  
ComponentMover
This class allows you to move a Component by using a mouse.
ComponentResizer
The ComponentResizer allows you to resize a component by dragging a border of the component.
ComponentTreeNode
A node where userObject is a Component.
ComponentTreeNodeVisitor
To visit a ComponentTreeNode.
DataBinding
Represents a data binding bound to an attribute at runtime.
DataBindingListener
A PropertyChangeListener which processes a data binding when it receives a PropertyChangeEvent.
DataBindingUpdateListener
A PropertyChangeListener which removes and re-applies a data binding when it receives a PropertyChangeEvent.
DataContext
Un contexte de données qui permet l'utilisation des bindings sur les entrées du contexte.
DataContext.DataContextEntry<E>  
DataContext.DataContextEntryIterator  
DataContext.UpdateDataContext<D extends DataContext>  
DebugComponentTreeNodeVisitor
To print a tree node.
DecoratorListCellRenderer
A ListCellRenderer which compute text with the given DecoratorListCellRenderer.decorator and leave the hand to the DecoratorListCellRenderer.delegate to perform the visual renderer.
DecoratorProviderListCellRenderer
A ListCellRenderer which use decorators from the DecoratorProviderListCellRenderer.provider to obtain the text to display.
DecoratorProviderTableCellRenderer
A TableCellRenderer which use decorators from the DecoratorProviderTableCellRenderer.provider to obtain the text to display.
DecoratorTableCellRenderer
A TableCellRenderer which compute text with the given DecoratorTableCellRenderer.decorator and leave the hand to the DecoratorTableCellRenderer.delegate to perform the visual renderer.
DefaultApplicationContext
The default context to be used for an application.
DefaultApplicationContext.AutoLoad
A class annotated @AutoLoad is used by context to auto instanciate the class when required.
DefaultApplicationContext.MethodAccess
A class annotated @MethodAccess is used by context to obtain the value of an entry via a declared method.
DefaultJAXXBinding
A PropertyChangeListener which processes a data binding when it receives a PropertyChangeEvent.
DefaultJAXXContext
The default JAXXContext to be used in a JAXXObject by delegation.
EmptyNumberTableCellRenderer
A TableCellRenderer which does not display numbers when they are equals to 0.
EnumEditor<E extends java.lang.Enum<E>>
Une éditeur d'enum.
EnumEditorRenderer<E extends java.lang.Enum<E>>
Created on 08/03/16.
EnumTableCellRenderer<E extends java.lang.Enum<E>>
A TableCellRenderer which displays enum values from their ordinal value.
FileChooserUtil Deprecated.
since 2.15, prefer use JaxxFileChooser.
FileChooserUtil.PatternChooserFilter  
FilteredDecoratorListCellRenderer
A ListCellRenderer which compute text with the given DecoratorListCellRenderer.decorator, highlights a part of the rendered text, and leave the hand to the DecoratorListCellRenderer.delegate to perform the visual renderer.
GBC
This class simplifies the use of the GridBagConstraints class.
GenericListEvent<B>  
GenericListListener  
GenericListModel<B>  
GenericListSelectionModel<B>  
GetCompopentAtPointVisitor
A visitor to get the deepest component given a point in a tree.
HBox
Panel which uses an HBoxLayout by default.
HBoxBeanInfo  
HBoxLayout
Horizontal box layout.
I18nTableCellRenderer
A simple TableCellRenderer using a delegate TableCellRenderer to render everything elese thant the text : the text is I18nalize.
Item
An item in a component such as JComboBox or JTree.
JAXXAction
This is the contract to be realized by any class to be used as Action class for an ui.
JAXXBinding
Created: 5 déc. 2009
JAXXButtonGroup  
JAXXComboBox  
JAXXContext
The JAXXContext contract defines a generic context.
JAXXContextEntryDef<O>
To qualify an entry in a JAXXContext.
JaxxDefaultComboBoxModel<E>
To replace the DefaultComboBoxModel which used Vector.
JaxxDefaultListModel<E>
To replace the DefaultListModel which used Vector.
JaxxFileChooser
Created on 10/29/14.
JaxxFileChooser.ToLoadDirectory  
JaxxFileChooser.ToLoadFile  
JaxxFileChooser.ToSave  
JaxxFilterableComboBoxModel<E>
ComboBoxModel which can filter the elements displayed in the popup.
JaxxFilterableListModel<E>
List model for filterable lists.
JAXXHelpBroker
La classe pour encapsuler l'aide de l'application.
JAXXHelpUI<B extends JAXXHelpBroker>
Contract to be added on JAXXObject which wants to use javax help.
JAXXHelpUIHandler  
JAXXInitialContext
An initial context to be inject in a JAXXObject.
JAXXList  
JAXXObject
The JAXXObject interface is implemented by all classes produced by the JAXX compiler.
JAXXObjectDescriptor  
JAXXTab  
JAXXToggleButton  
JAXXTree  
JAXXUtil  
JSplitPaneState
State for JSplit FIXME add listener for divider move action
JTabbedPaneState
State for the JTabbedPane
JTables
Some usefull methods on JTable.
JTableState
State for JTable.
JXTableSwingSessionState  
LocaleEditor
A Locale editor.
LocaleListCellRenderer  
MultiDecoratorListCellRenderer
A ListCellRenderer which compute text with the matching decorator from MultiDecoratorListCellRenderer.decorators and leave the hand to the MultiDecoratorListCellRenderer.delegate to perform the visual renderer.
MultiDecoratorTableCelleRenderer
A TableCellRenderer which compute text with the matching decorator from MultiDecoratorTableCelleRenderer.decorators based on the type of value and leave the hand to the MultiDecoratorTableCelleRenderer.delegate to perform the visual renderer.
MyDefaultCellEditor  
NavBridge<M,​N extends NavNode<M,​N>>
Contract of the bridge used by NavHelper to hold model and ui.
NavDataProvider
Contract of provider of data.
NavHelper<M,​U,​B extends NavBridge<M,​N>,​N extends NavNode<M,​N>>
Tree helper to deal with the build of trees and other usefull operations.
NavNode<M,​N extends NavNode<M,​N>>
Definition of a node with a optional childLoador to build childs of node.
NavNodeChildLoador<T,​O,​M,​B extends NavBridge<M,​N>,​N extends NavNode<M,​N>>
Object to load childs of a node.
NavTreeBridge<N extends NavTreeNode<N>>
Delegate model used to switch between tree model and tree table model api
NavTreeHelper<N extends NavTreeNode<N>>
The implementation of NavHelper base on a JTree component.
NavTreeNode<N extends NavTreeNode<N>>
Implementation of NavNode used to create in tree table This node extends DefaultMutableTreeNode
NavTreeNodeChildLoador<T,​O,​N extends NavTreeNode<N>>
Implementation for tree of NavNodeChildLoador
NavTreeTableBridge<N extends NavTreeTableNode<N>>
Delegate model used to switch between tree model and tree table model api
NavTreeTableHelper<N extends NavTreeTableNode<N>>
The implementation of NavHelper based on a JXTreeTable component.
NavTreeTableModel
Model of the tree table used for a jaxx tree table api.
NavTreeTableModel.MyDefaultTreeTableModel
Hack to acces to the modelSupport
NavTreeTableNode<N extends NavTreeTableNode<N>>
Implementation of NavNode used to create in tree table This node extends DefaultMutableTreeTableNode used by JXTreeTable
NavTreeTableNodeChildLoador<T,​O,​N extends NavTreeTableNode<N>>
Implementation for tree table of NavNodeChildLoador
OneClicListSelectionModel  
Pseudoclasses  
Rule  
Selector  
SimpleJAXXObjectBinding
Created: 5 déc. 2009
Spacer  
State
get(save) and set(restore) state of object passed in argument
Stylesheet  
SwingSession
Use to store and restore position and size of application.
SwingSession.Action  
SwingSession.RestoreStateAction  
SwingSession.SaveStateAction  
SwingUtil
The runtime swing util class with some nice stuff.
SwingUtil.TabbedPaneIterator<O>
A simple iterator on a JTabbedPane.
TabInfo  
TabInfoPropertyChangeListener  
Table
Panel which uses a GridBagLayout by default.
UIHandler<UI extends JAXXObject>
Created on 11/26/13.
VBox
Panel which uses a VBoxLayout by default.
VBoxBeanInfo  
VBoxLayout
Vertical box layout.
WillChangeSelectedItemListener
A listener to be able to stop the change of a selected item in a Created on 8/7/14.
WillChangeSelectedItemVetoException
Created on 8/7/14.
WindowState
State for Window
WizardExtModel<E extends WizardExtStep>
Un modèle de wizard avec des opérations.
WizardExtStep
Extension de WizardStep avec des états supplémentaires.
WizardExtStepModel<E extends WizardExtStep>
Abstract model of WizardExtStep.
WizardExtUI<E extends WizardExtStep,​M extends WizardExtModel<E>>
Contrat a respecter pour une ui de wizard.
WizardExtUtil
Classe de méthodes utiles sur les wizard.
WizardModel<E extends WizardStep>
Un modèle de wizard.
WizardState
Pour caractériser l'état d'une opération.
WizardStep
le contrat d'une étape d'un wizard.
WizardStepUI<E extends WizardStep,​M extends WizardModel<E>>
Le contrat d'une ui d'étape.
WizardUI<E extends WizardStep,​M extends WizardModel<E>>
Contrat a respecter pour une ui de wizard.
WizardUILancher<E extends WizardStep,​M extends WizardModel<E>,​UI extends WizardUI<E,​M>>
Une classe pour lancer une ui de wizard.
WizardUtil
Classe de méthodes utiles sur les wizard.