Class TextLabelPart

  • All Implemented Interfaces:
    IParameterDescriptor

    public class TextLabelPart
    extends AbstractPart
    UI part descriptor for a text item. This UI part supports no type.
    • Constructor Detail

      • TextLabelPart

        public TextLabelPart​(String text)
        Creates a new TextPart object.
        Parameters:
        text - the displayName.
    • Method Detail

      • checkType

        protected void checkType()
        Description copied from class: AbstractPart
        Checks the types supported by this UI part.
        Overrides:
        checkType in class AbstractPart