g-Eclipse
Release 1.0.0

eu.geclipse.ui.views
Class AuthTokenView.AuthenticationTokenLabelProvider

java.lang.Object
  extended by LabelProvider
      extended by 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

Constructor Summary
AuthTokenView.AuthenticationTokenLabelProvider()
          Construct and initialize a new label provider.
 
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
 

Constructor Detail

AuthTokenView.AuthenticationTokenLabelProvider

public AuthTokenView.AuthenticationTokenLabelProvider()
Construct and initialize a new label provider.

Method Detail

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)

g-Eclipse
Release 1.0.0