org.gudy.azureus2.ui.swt.shells
Class MessageSlideShell.PopupParams
java.lang.Object
org.gudy.azureus2.ui.swt.shells.MessageSlideShell.PopupParams
- Enclosing class:
- MessageSlideShell
public static class MessageSlideShell.PopupParams
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iconID
public int iconID
title
public String title
text
public String text
details
public String details
addedOn
public long addedOn
relatedTo
public Object[] relatedTo
timeoutSecs
public int timeoutSecs
MessageSlideShell.PopupParams
public MessageSlideShell.PopupParams(int iconID,
String title,
String text,
String details,
int timeoutSecs)
- Parameters:
iconID
- title
- text
- details
-
MessageSlideShell.PopupParams
public MessageSlideShell.PopupParams(int iconID,
String title,
String text,
String details,
Object[] relatedTo,
int timeoutSecs)
- Parameters:
iconID2
- title2
- text2
- details2
- relatedTo
-