Class XBEXPlugUi

  • All Implemented Interfaces:
    java.io.Serializable, XBMBase, XBMXPlugUi, org.exbin.xbup.core.catalog.base.XBCBase, org.exbin.xbup.core.catalog.base.XBCXPlugUi

    @ParametersAreNonnullByDefault
    public class XBEXPlugUi
    extends java.lang.Object
    implements XBMXPlugUi, java.io.Serializable
    UI editor database entity.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XBEXPlugUi()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getId()  
      long getMethodIndex()  
      java.lang.String getName()  
      XBEXPlugin getPlugin()  
      org.exbin.xbup.core.catalog.base.XBCXPlugUiType getUiType()  
      void setMethodIndex​(long methodIndex)
      Sets index of the method from plugin.
      void setName​(java.lang.String name)
      Sets name.
      void setPlugin​(org.exbin.xbup.core.catalog.base.XBCXPlugin plugin)
      Sets attached plugin.
      void setUiType​(org.exbin.xbup.core.catalog.base.XBCXPlugUiType uiType)
      Sets UI type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XBEXPlugUi

        public XBEXPlugUi()
    • Method Detail

      • getId

        public long getId()
        Specified by:
        getId in interface org.exbin.xbup.core.catalog.base.XBCBase
      • getPlugin

        @Nonnull
        public XBEXPlugin getPlugin()
        Specified by:
        getPlugin in interface org.exbin.xbup.core.catalog.base.XBCXPlugUi
      • setPlugin

        public void setPlugin​(org.exbin.xbup.core.catalog.base.XBCXPlugin plugin)
        Description copied from interface: XBMXPlugUi
        Sets attached plugin.
        Specified by:
        setPlugin in interface XBMXPlugUi
        Parameters:
        plugin - plugin
      • getUiType

        @Nonnull
        public org.exbin.xbup.core.catalog.base.XBCXPlugUiType getUiType()
        Specified by:
        getUiType in interface org.exbin.xbup.core.catalog.base.XBCXPlugUi
      • setUiType

        public void setUiType​(org.exbin.xbup.core.catalog.base.XBCXPlugUiType uiType)
        Description copied from interface: XBMXPlugUi
        Sets UI type.
        Specified by:
        setUiType in interface XBMXPlugUi
        Parameters:
        uiType - UI type
      • getMethodIndex

        public long getMethodIndex()
        Specified by:
        getMethodIndex in interface org.exbin.xbup.core.catalog.base.XBCXPlugUi
      • setMethodIndex

        public void setMethodIndex​(long methodIndex)
        Description copied from interface: XBMXPlugUi
        Sets index of the method from plugin.
        Specified by:
        setMethodIndex in interface XBMXPlugUi
        Parameters:
        methodIndex - method index
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: XBMXPlugUi
        Sets name.
        Specified by:
        setName in interface XBMXPlugUi
        Parameters:
        name - name
      • getName

        @Nonnull
        public java.lang.String getName()
        Specified by:
        getName in interface org.exbin.xbup.core.catalog.base.XBCXPlugUi