eu.geclipse.ui.views
Class AuthTokenView.AuthenticationTokenLabelProvider
java.lang.Object
LabelProvider
eu.geclipse.ui.views.AuthTokenView.AuthenticationTokenLabelProvider
- Enclosing class:
- AuthTokenView
public static class AuthTokenView.AuthenticationTokenLabelProvider
- extends LabelProvider
This internal class is used to present the currently available authentication
tokens in a structured way to the user. The standard presentation uses a table.
- See Also:
AuthTokenView.AuthenticationTokenContentProvider
|
Method Summary |
void |
dispose()
|
Image |
getColumnImage(java.lang.Object element,
int columnIndex)
|
java.lang.String |
getColumnText(java.lang.Object element,
int columnIndex)
|
Font |
getFont(java.lang.Object element,
int columnIndex)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthTokenView.AuthenticationTokenLabelProvider
public AuthTokenView.AuthenticationTokenLabelProvider()
- Construct and initialize a new label provider.
dispose
public void dispose()
getColumnImage
public Image getColumnImage(java.lang.Object element,
int columnIndex)
getColumnText
public java.lang.String getColumnText(java.lang.Object element,
int columnIndex)
getFont
public Font getFont(java.lang.Object element,
int columnIndex)