Package | Description |
---|---|
de.javabeginners.plugin.notice.ui.elements | |
de.javabeginners.plugin.notice.ui.views |
Modifier and Type | Class and Description |
---|---|
class |
NoticeList
Listen-View-Komponente zur Darstellung in einem Tab
|
class |
NoticeTable
Tabellen-View component representing a plugin's table tab.
|
class |
NoticeText
Text-View-Komponente zur Darstellung in einem Tab
|
Modifier and Type | Method and Description |
---|---|
NoticeComposite |
NoticeCompositeFactory.getNoticeComposite(java.lang.String viewType)
Creates the view type (text, list, table) depending on
viewType . |
Modifier and Type | Method and Description |
---|---|
void |
ButtonComposite.setViewer(NoticeComposite comp)
Sets the view widget to occupy the main layout space.
|
Modifier and Type | Field and Description |
---|---|
private NoticeComposite |
NoticeView.noticeComp
The NoticeComposite instance shown by a CTabItem.
|