| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.azureus2.ui.swt.shells.MessageSlideShell.PopupParams
public static class MessageSlideShell.PopupParams
| 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 | 
|---|
public int iconID
public String title
public String text
public String details
public long addedOn
public Object[] relatedTo
public int timeoutSecs
| Constructor Detail | 
|---|
public MessageSlideShell.PopupParams(int iconID,
                                     String title,
                                     String text,
                                     String details,
                                     int timeoutSecs)
iconID - title - text - details - 
public MessageSlideShell.PopupParams(int iconID,
                                     String title,
                                     String text,
                                     String details,
                                     Object[] relatedTo,
                                     int timeoutSecs)
iconID2 - title2 - text2 - details2 - relatedTo - 
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||