All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| 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 |
|
| 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 |
|
| CardLayout2 |
|
| CardLayout2Ext |
|
| ClassCellEditor |
A class cell editor (fork from comandline project).
|
| ClassTableCellRenderer |
Table cell renderer for a Class
|
| ColorCellEditor |
|
| ColorCellRenderer |
Date: 31/07/12
|
| ComboBoxModel2 |
|
| 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 |
|
| ComponentTreeNodeVisitor |
|
| 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 |
|
| DecoratorProviderListCellRenderer |
|
| DecoratorProviderTableCellRenderer |
|
| DecoratorTableCellRenderer |
|
| 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 |
|
| EmptyNumberTableCellRenderer |
|
| EnumEditor<E extends Enum<E>> |
Une éditeur d'enum.
|
| EnumEditorRenderer<E extends Enum<E>> |
Created on 08/03/16.
|
| EnumTableCellRenderer<E extends Enum<E>> |
|
| FileChooserUtil |
Deprecated.
|
| FileChooserUtil.PatternChooserFilter |
|
| FilteredDecoratorListCellRenderer |
|
| 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 |
|
| 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 |
|
| JAXXContextEntryDef<O> |
|
| JaxxDefaultComboBoxModel<E> |
|
| JaxxDefaultListModel<E> |
|
| 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 |
|
| 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 |
|
| LocaleListCellRenderer |
|
| MultiDecoratorListCellRenderer |
|
| MultiDecoratorTableCelleRenderer |
|
| 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>> |
|
| NavTreeNode<N extends NavTreeNode<N>> |
|
| NavTreeNodeChildLoador<T,O,N extends NavTreeNode<N>> |
|
| 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>> |
|
| 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> |
|
| TabInfo |
|
| TabInfoPropertyChangeListener |
|
| Table |
|
| UIHandler<UI extends JAXXObject> |
Created on 11/26/13.
|
| VBox |
|
| 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> |
|
| 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.
|