Package org.nuiton.jaxx.runtime.spi.init
Class ComponentInitializerSupport<C>
- java.lang.Object
-
- org.nuiton.jaxx.runtime.spi.init.ComponentInitializerSupport<C>
-
- All Implemented Interfaces:
ComponentInitializer<C>
@Deprecated public abstract class ComponentInitializerSupport<C> extends Object implements ComponentInitializer<C>
Deprecated.will be removed when 3.0 will be released.Created by tchemit on 13/11/17.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedComponentInitializerSupport(Class<C> componentType)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanacceptComponent(Object component)Deprecated.booleanacceptUi(JAXXObject ui)Deprecated.voidend(JAXXObject ui)Deprecated.Map<String,C>getEditorMap()Deprecated.booleanisTouched()Deprecated.voidregister(String name, C component)Deprecated.voidregister(JComponent component)Deprecated.voidreset()Deprecated.voidstart(JAXXObject ui)Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuiton.jaxx.runtime.spi.init.ComponentInitializer
init
-
-
-
-
Method Detail
-
acceptComponent
public boolean acceptComponent(Object component)
Deprecated.- Specified by:
acceptComponentin interfaceComponentInitializer<C>
-
acceptUi
public boolean acceptUi(JAXXObject ui)
Deprecated.- Specified by:
acceptUiin interfaceComponentInitializer<C>
-
register
public void register(JComponent component)
Deprecated.
-
start
public void start(JAXXObject ui)
Deprecated.- Specified by:
startin interfaceComponentInitializer<C>
-
reset
public void reset()
Deprecated.- Specified by:
resetin interfaceComponentInitializer<C>
-
end
public void end(JAXXObject ui)
Deprecated.- Specified by:
endin interfaceComponentInitializer<C>
-
isTouched
public boolean isTouched()
Deprecated.- Specified by:
isTouchedin interfaceComponentInitializer<C>
-
-