|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.azureus2.ui.swt.views.GeneralView
public class GeneralView
View of General information on the torrent
See also {SBC_TorrentDetailsView}
| Field Summary | |
|---|---|
static String |
MSGID_PREFIX
|
protected AEMonitor |
this_mon
|
| Fields inherited from interface org.gudy.azureus2.plugins.ui.toolbar.UIToolBarActivationListener |
|---|
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK |
| Constructor Summary | |
|---|---|
GeneralView()
Initialize GeneralView |
|
| Method Summary | |
|---|---|
void |
dataSourceChanged(Object newDataSource)
|
void |
delete()
|
boolean |
eventOccurred(UISWTViewEvent event)
Triggers when an even listed in UISWTViewEvent occurs |
UISWTViewCoreEventListener |
getClone()
|
org.eclipse.swt.widgets.Composite |
getComposite()
|
void |
initialize(org.eclipse.swt.widgets.Composite composite)
|
boolean |
isCloneable()
|
void |
parameterChanged(String parameterName)
Called, when a parameter has changed. |
void |
refresh()
|
void |
refreshToolBarItems(Map<String,Long> list)
Fill in list with the toolbar ids and states you wish to set |
boolean |
toolBarItemActivated(ToolBarItem item,
long activationType,
Object datasource)
XXX Should have been UIToolBarItem |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MSGID_PREFIX
protected AEMonitor this_mon
| Constructor Detail |
|---|
public GeneralView()
| Method Detail |
|---|
public void dataSourceChanged(Object newDataSource)
public boolean isCloneable()
isCloneable in interface UISWTViewCoreEventListenerExpublic UISWTViewCoreEventListener getClone()
getClone in interface UISWTViewCoreEventListenerExpublic void initialize(org.eclipse.swt.widgets.Composite composite)
public org.eclipse.swt.widgets.Composite getComposite()
public void refresh()
public void delete()
public void parameterChanged(String parameterName)
ParameterListener
parameterChanged in interface ParameterListenerparameterName - the name of the parameter that has changedpublic boolean eventOccurred(UISWTViewEvent event)
UISWTViewEventListener
eventOccurred in interface UISWTViewEventListenerevent - event that occurred
public boolean toolBarItemActivated(ToolBarItem item,
long activationType,
Object datasource)
UIToolBarActivationListener
toolBarItemActivated in interface UIToolBarActivationListenerpublic void refreshToolBarItems(Map<String,Long> list)
UIPluginViewToolBarListener
refreshToolBarItems in interface UIPluginViewToolBarListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||