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.Imageimage(package private) LauncherLabellabel(package private) java.lang.Stringtitle -
Constructor Summary
Constructors Constructor Description LauncherItem(java.lang.String title, org.eclipse.swt.graphics.Image image)Constructor -
Method Summary
-
Field Details
-
title
java.lang.String title -
image
org.eclipse.swt.graphics.Image image -
label
LauncherLabel label
-
-
Constructor Details
-
LauncherItem
LauncherItem(java.lang.String title, org.eclipse.swt.graphics.Image image)Constructor- Parameters:
title- text associated to the itemimage- image associated to the item
-