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
-
-
-
Field Detail
-
title
java.lang.String title
-
image
org.eclipse.swt.graphics.Image image
-
label
LauncherLabel label
-
-