g-Eclipse
Release 1.0.0

eu.geclipse.ui.views
Class AuthTokenView.AuthenticationTokenContentProvider

java.lang.Object
  extended by eu.geclipse.ui.views.AuthTokenView.AuthenticationTokenContentProvider
Enclosing class:
AuthTokenView

public static class AuthTokenView.AuthenticationTokenContentProvider
extends java.lang.Object

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.AuthenticationTokenLabelProvider

Constructor Summary
AuthTokenView.AuthenticationTokenContentProvider()
           
 
Method Summary
 void dispose()
           
 java.lang.Object[] getElements(java.lang.Object input)
           
 void inputChanged(Viewer viewer, java.lang.Object oldInput, java.lang.Object newInput)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthTokenView.AuthenticationTokenContentProvider

public AuthTokenView.AuthenticationTokenContentProvider()
Method Detail

getElements

public java.lang.Object[] getElements(java.lang.Object input)

inputChanged

public void inputChanged(Viewer viewer,
                         java.lang.Object oldInput,
                         java.lang.Object newInput)

dispose

public void dispose()

g-Eclipse
Release 1.0.0