| Package | Description |
|---|---|
| org.nuiton.jaxx.compiler.spi | |
| org.nuiton.jaxx.compiler.tags | |
| org.nuiton.jaxx.compiler.tags.swing | |
| org.nuiton.jaxx.compiler.tags.validator |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultInitializer.registerTag(String namespace,
String tagName,
TagHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultInitializer.registerBean(Class<?> beanClass,
Class<? extends TagHandler> handlerClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComponentHandler |
class |
DefaultObjectHandler
Default handler for class tags.
|
class |
ImportHandler
Handles the
<import> tag. |
class |
ScriptHandler
Handles the
<script> tag. |
class |
StyleHandler
Handles the
<style> tag. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends TagHandler> |
TagManager.registerBean(ClassDescriptor beanClass,
Class<T> handler)
Maps a class tag to a specific
TagHandler. |
static <T extends TagHandler> |
TagManager.registerTag(String namespace,
String tag,
T handler)
Registers a
TagHandler for a tag. |
| Modifier and Type | Method and Description |
|---|---|
static TagHandler |
TagManager.getTagHandler(String namespace,
String tag,
boolean namespacePrefix,
JAXXCompiler compiler)
Returns the
TagHandler that should be used to process the
specified tag. |
static TagHandler |
TagManager.getTagHandler(String namespace,
String tag,
JAXXCompiler compiler)
Returns the
TagHandler that should be used to process the
specified tag. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationHandler |
class |
CellHandler |
class |
ItemHandler |
class |
JAXXComboBoxHandler |
class |
JAXXListHandler |
class |
JAXXTabHandler |
class |
JAXXTreeHandler |
class |
JCheckBoxHandler |
class |
JComboBoxHandler |
class |
JInternalFrameHandler |
class |
JListHandler |
class |
JMenuHandler |
class |
JPasswordFieldHandler |
class |
JPopupMenuHandler |
class |
JProgressBarHandler |
class |
JRadioButtonHandler |
class |
JScrollPaneHandler |
class |
JSliderHandler |
class |
JSpinnerHandler |
class |
JSplitPaneHandler |
class |
JTabbedPaneHandler |
class |
JTextComponentHandler |
class |
JToolBarHandler |
class |
JTreeHandler |
class |
JWindowHandler |
class |
JXLayerHandler
To deal with JXLayer, since from version 3.0.4, we can not use any longer
the
Container.add(Component) ! but must now use the
method JXLayer.setView(Component). |
class |
RowHandler |
class |
TabHandler |
class |
TableHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanValidatorHandler |
class |
ExcludeFieldValidatorHandler |
class |
FieldValidatorHandler |
Copyright © 2008–2017 Ultreia.io. All rights reserved.