Class LauncherItem

java.lang.Object
org.eclipse.nebula.widgets.opal.launcher.LauncherItem

class LauncherItem
extends java.lang.Object
Instances of this class are POJO to store information handled by the Launcher
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) org.eclipse.swt.graphics.Image image  
    (package private) LauncherLabel label  
    (package private) java.lang.String title  
  • Constructor Summary

    Constructors 
    Constructor Description
    LauncherItem​(java.lang.String title, org.eclipse.swt.graphics.Image image)
    Constructor
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • LauncherItem

      LauncherItem​(java.lang.String title, org.eclipse.swt.graphics.Image image)
      Constructor
      Parameters:
      title - text associated to the item
      image - image associated to the item