org.eclipse.emf.cdo.server
Interface CDOServerBrowser.Page

All Known Implementing Classes:
CDOServerBrowser.AbstractPage, CDOServerBrowser.HistoryPage, CDOServerBrowser.LobsPage, CDOServerBrowser.PackagesPage, CDOServerBrowser.RevisionsPage, CDOServerBrowser.RevisionsPage.FromCache, CDOServerBrowser.RevisionsPage.FromStore
Enclosing class:
CDOServerBrowser

public static interface CDOServerBrowser.Page

Represents pluggable content for a server browser.


Field Summary
static String PRODUCT_GROUP
           
 
Method Summary
 boolean canDisplay(InternalRepository repository)
           
 void display(CDOServerBrowser browser, InternalRepository repository, PrintStream out)
           
 String getLabel()
           
 String getName()
           
 

Field Detail

PRODUCT_GROUP

static final String PRODUCT_GROUP
See Also:
Constant Field Values
Method Detail

getName

String getName()

getLabel

String getLabel()

canDisplay

boolean canDisplay(InternalRepository repository)

display

void display(CDOServerBrowser browser,
             InternalRepository repository,
             PrintStream out)


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.