|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLabelProvider
eu.geclipse.ui.providers.FileStoreLabelProvider
public class FileStoreLabelProvider
Label provider for tables that handles IFileStores. The columns are
configurable.
| Field Summary | |
|---|---|
static java.lang.String |
COLUMN_TYPE_MOD_DATE
Type field for the modification date column. |
static java.lang.String |
COLUMN_TYPE_NAME
Type field for the name column. |
static java.lang.String |
COLUMN_TYPE_SIZE
Type field for the size column. |
| Constructor Summary | |
|---|---|
FileStoreLabelProvider()
Create a new ConnectionViewLabelProvider |
|
| Method Summary | |
|---|---|
void |
addColumn(int index,
java.lang.String type)
Add a new column of the specified type to this provider. |
Image |
getColumnImage(java.lang.Object element,
int columnIndex)
|
java.lang.String |
getColumnText(java.lang.Object element,
int columnIndex)
|
Image |
getImage(java.lang.Object element)
|
java.lang.String |
getText(java.lang.Object element)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COLUMN_TYPE_NAME
public static final java.lang.String COLUMN_TYPE_SIZE
public static final java.lang.String COLUMN_TYPE_MOD_DATE
| Constructor Detail |
|---|
public FileStoreLabelProvider()
ConnectionViewLabelProvider
| Method Detail |
|---|
public void addColumn(int index,
java.lang.String type)
index - The index of the new column.type - The type of the new column, i.e. one of the
COLUMN_TYPE_* fields.
public Image getColumnImage(java.lang.Object element,
int columnIndex)
public java.lang.String getColumnText(java.lang.Object element,
int columnIndex)
public Image getImage(java.lang.Object element)
public java.lang.String getText(java.lang.Object element)
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||