| com.bostechcorp.cbesb.ui.util.Tip
Tip | public class Tip extends Dialog (Code) | | It is a tip dialog which can pop up.It include title,description and detail.
|
Constructor Summary | |
public | Tip(Shell parent, int style) | public | Tip(Shell parent) | public | Tip(Shell parent, String title, String detail, String description) |
shell | protected Shell shell(Code) | | |
Tip | public Tip(Shell parent, int style)(Code) | | Create the dialog
Parameters: parent - Parameters: style - |
Tip | public Tip(Shell parent)(Code) | | Create the dialog
Parameters: parent - |
Tip | public Tip(Shell parent, String title, String detail, String description)(Code) | | Parameters: parent - Parameters: title - Parameters: detail - Parameters: description - |
createContents | protected void createContents()(Code) | | Create contents of the dialog
|
|
|