Uses of Class
org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
-
Uses of DefaultObjectHandler in org.nuiton.jaxx.compiler
Fields in org.nuiton.jaxx.compiler declared as DefaultObjectHandler Modifier and Type Field Description protected DefaultObjectHandlerJAXXCompiler. firstPassClassTagHandlerThe unique object handler used in first pass -
Uses of DefaultObjectHandler in org.nuiton.jaxx.compiler.binding
Methods in org.nuiton.jaxx.compiler.binding with parameters of type DefaultObjectHandler Modifier and Type Method Description StringDataSource. getAddMemberListenerCode(DefaultObjectHandler handler, String objectCode, String memberName, String propertyChangeListenerCode, JAXXCompiler compiler)Returns a snippet of Java code which will cause aPropertyChangeListenerto be notified when the member's value changes.StringDataSource. getRemoveMemberListenerCode(DefaultObjectHandler handler, String objectCode, String memberName, String propertyChangeListenerCode, JAXXCompiler compiler) -
Uses of DefaultObjectHandler in org.nuiton.jaxx.compiler.tags
Subclasses of DefaultObjectHandler in org.nuiton.jaxx.compiler.tags Modifier and Type Class Description classDefaultComponentHandlerMethods in org.nuiton.jaxx.compiler.tags that return DefaultObjectHandler Modifier and Type Method Description static DefaultObjectHandlerTagManager. getTagHandler(Class<?> klass)static DefaultObjectHandlerTagManager. getTagHandler(ClassDescriptor beanClass) -
Uses of DefaultObjectHandler in org.nuiton.jaxx.compiler.tags.swing
Subclasses of DefaultObjectHandler in org.nuiton.jaxx.compiler.tags.swing Modifier and Type Class Description classAbstractButtonHandlerclassApplicationHandlerclassJAXXComboBoxHandlerclassJAXXListHandlerclassJAXXTabHandlerclassJAXXTreeHandlerclassJCheckBoxHandlerclassJComboBoxHandlerclassJInternalFrameHandlerclassJListHandlerclassJMenuHandlerclassJPasswordFieldHandlerclassJPopupMenuHandlerclassJProgressBarHandlerclassJRadioButtonHandlerclassJScrollPaneHandlerclassJSliderHandlerclassJSpinnerHandlerclassJSplitPaneHandlerclassJTabbedPaneHandlerclassJTextComponentHandlerclassJToolBarHandlerclassJTreeHandlerclassJWindowHandlerclassJXLayerHandlerTo deal with JXLayer, since from version 3.0.4, we can not use any longer theContainer.add(Component)!classTabHandlerclassTableHandlerclassTabWithValidatorHandler -
Uses of DefaultObjectHandler in org.nuiton.jaxx.compiler.tags.validator
Subclasses of DefaultObjectHandler in org.nuiton.jaxx.compiler.tags.validator Modifier and Type Class Description classBeanValidatorHandler -
Uses of DefaultObjectHandler in org.nuiton.jaxx.compiler.tools
Methods in org.nuiton.jaxx.compiler.tools with parameters of type DefaultObjectHandler Modifier and Type Method Description protected static voidPrintTagInfo. dumpMethods(BufferedWriter w, ClassDescriptor beanClass, DefaultObjectHandler handler)
-