Package com.iizigo.panel.prop.creator
Class TextPromptCreator<UICOMP extends UIComp>
java.lang.Object
com.iizigo.panel.prop.creator.TextPromptCreator<UICOMP>
- All Implemented Interfaces:
- IUICompCreator<UICOMP>
public class TextPromptCreator<UICOMP extends UIComp> extends Object implements IUICompCreator<UICOMP>
The label creator.
- Author:
- Christopher Mindus
- Constructor SummaryConstructorsConstructorDescription- TextPromptCreator- (String image) Constructor for the label-based text components.
- Method SummaryModifier and TypeMethodDescription- getImage()Gets the large image to use, relative the "icons/large" directory.- void- onWizard- (AddUICompWizard wizard, UIPanelBase panel, UICOMP uiComp) Called to create required wizard pages.- Methods inherited from class java.lang.Object- clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- Methods inherited from interface com.iizigo.panel.wizards.IUICompCreator- getCreations, isVirtualSpaceRequired, performFinish, performSilent
- Constructor Details- TextPromptCreatorConstructor for the label-based text components.
 
- Method Details- getImageGets the large image to use, relative the "icons/large" directory.- Specified by:
- getImagein interface- IUICompCreator<UICOMP extends UIComp>
 
- onWizardCalled to create required wizard pages.- Specified by:
- onWizardin interface- IUICompCreator<UICOMP extends UIComp>
- Parameters:
- wizard- The wizard.
- panel- The panel for the component(s).
- uiComp- The component created.