Class TextPromptCreator<UICOMP extends UIComp>

  • All Implemented Interfaces:
    IUICompCreator<UICOMP>

    public class TextPromptCreator<UICOMP extends UIComp>
    extends java.lang.Object
    implements IUICompCreator<UICOMP>
    The label creator.
    Author:
    Christopher Mindus
    • Constructor Detail

      • TextPromptCreator

        public TextPromptCreator​(java.lang.String image)
        Constructor for the label-based text components.
    • Method Detail

      • getImage

        public java.lang.String getImage()
        Gets the large image to use, relative the "icons/large" directory.
        Specified by:
        getImage in interface IUICompCreator<UICOMP extends UIComp>