Class DLItem


  • public class DLItem
    extends OpalItem
    Instances of this class represents items manipulated by this DualList widget
    • Constructor Detail

      • DLItem

        public DLItem​(java.lang.String text)
        Constructor
        Parameters:
        text - the text displayed in the DualList widget for this item
      • DLItem

        public DLItem​(java.lang.String text,
                      org.eclipse.swt.graphics.Image image)
        Constructor
        Parameters:
        text - the text displayed in the DualList widget for this item
        image - the image displayed in the DualList widget for this item
      • DLItem

        public DLItem​(java.lang.String text,
                      org.eclipse.swt.graphics.Image image,
                      org.eclipse.swt.graphics.Font font,
                      org.eclipse.swt.graphics.Color foregroundColor)
        Constructor
        Parameters:
        text - the text displayed in the DualList widget for this item
        image - the image displayed in the DualList widget for this item
        font - the font displayed in the DualList widget for this item
        foregroundColor - the foreground color displayed in the DualList widget for this item
      • DLItem

        public DLItem​(java.lang.String text,
                      org.eclipse.swt.graphics.Image image,
                      org.eclipse.swt.graphics.Color foregroundColor,
                      org.eclipse.swt.graphics.Color backgroundColor)
        Constructor
        Parameters:
        text - the text displayed in the DualList widget for this item
        image - the image displayed in the DualList widget for this item
        foregroundColor - the foreground color displayed in the DualList widget for this item
        backgroundColor - the background color displayed in the DualList widget for this item
      • DLItem

        public DLItem​(java.lang.String text,
                      org.eclipse.swt.graphics.Image image,
                      org.eclipse.swt.graphics.Font font)
        Constructor
        Parameters:
        text - the text displayed in the DualList widget for this item
        image - the image displayed in the DualList widget for this item
        font - the font displayed in the DualList widget for this item