|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IView
| Method Summary | |
|---|---|
void |
dataSourceChanged(java.lang.Object newDataSource)
Called when the selected dataSource has changed. |
void |
delete()
This method is caled when the view is destroyed. |
void |
generateDiagnostics(org.gudy.azureus2.core3.util.IndentWriter writer)
Called when Azureus generates Diagnostics. |
org.eclipse.swt.widgets.Composite |
getComposite()
This method is called after initialize so that the Tab is set its control Caller is the GUI Thread. |
java.lang.String |
getData()
Data 'could' store a key to a language file, in order to support multi-language titles |
java.lang.String |
getFullTitle()
Called in order to set / update the title of this View. |
java.lang.String |
getShortTitle()
Called in order to set / update the short title of this view. |
void |
initialize(org.eclipse.swt.widgets.Composite composite)
This method is called when the view is instanciated, it should initialize all GUI components. |
void |
updateLanguage()
Called when the language needs updating |
| Methods inherited from interface org.gudy.azureus2.ui.swt.IconBarEnabler |
|---|
isEnabled, isSelected, itemActivated |
| Methods inherited from interface org.gudy.azureus2.ui.swt.mainwindow.Refreshable |
|---|
refresh |
| Method Detail |
|---|
void initialize(org.eclipse.swt.widgets.Composite composite)
composite - the parent composite. Each view should create a child
composite, and then use this child composite to add all elements
to.org.eclipse.swt.widgets.Composite getComposite()
void delete()
java.lang.String getData()
java.lang.String getShortTitle()
java.lang.String getFullTitle()
void updateLanguage()
void generateDiagnostics(org.gudy.azureus2.core3.util.IndentWriter writer)
writer - void dataSourceChanged(java.lang.Object newDataSource)
newDataSource - null if no datasource is selected. May be an array
of Object[] if multiple dataSources are selected
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||