Uses of Interface
de.xima.fc.gui.common.plugingui.IPreInitAction
Packages that use IPreInitAction
-
Uses of IPreInitAction in de.xima.fc.gui.common.plugingui
Methods in de.xima.fc.gui.common.plugingui that return IPreInitActionModifier and TypeMethodDescriptionPluginBeanHelper.getPreInitAction()Gets the custom pre-init action to be executed before initializing the beans.Methods in de.xima.fc.gui.common.plugingui with parameters of type IPreInitActionModifier and TypeMethodDescriptionvoidPluginBeanHelper.setPreInitAction(IPreInitAction<Bean> preInitAction) Sets a custom pre-init action to be executed before initializing the beans.