org.gudy.azureus2.ui.swt.shells
Class MessageSlideShell.PopupParams

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.shells.MessageSlideShell.PopupParams
Enclosing class:
MessageSlideShell

public static class MessageSlideShell.PopupParams
extends Object


Field Summary
 long addedOn
           
 String details
           
 int iconID
           
 Object[] relatedTo
           
 String text
           
 int timeoutSecs
           
 String title
           
 
Constructor Summary
MessageSlideShell.PopupParams(int iconID, String title, String text, String details, int timeoutSecs)
           
MessageSlideShell.PopupParams(int iconID, String title, String text, String details, Object[] relatedTo, int timeoutSecs)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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 -