|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.rich.ui.RichClientUI
public class RichClientUI
| Field Summary | |
|---|---|
static java.lang.String |
ACTION_CONSTANT_GROUP_RAM_ADDITIONS
Group representing RAM's extended actions. |
static java.lang.String |
ACTION_CONSTANT_GROUP_RAM_CORE
Group representing RAM's core actions. |
| Method Summary | |
|---|---|
RepositoryIdentification |
createRepositoryConnection(Shell shell,
RepositoryIdentification toCreate)
Asks the user to create a RAM repository connection. |
IRepositoryIdentifier |
createRepositoryConnection(Shell shell,
java.lang.String suggestedURL)
Asks the user to create a RAM repository connection. |
static RichClientUI |
getInstance()
|
ILabelProvider |
getRAMLabelProvider()
Creates and returns a label provider for RAM. |
void |
search(SearchQuery query,
RepositoryIdentification repository)
Runs the provided query and shows results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ACTION_CONSTANT_GROUP_RAM_CORE
public static final java.lang.String ACTION_CONSTANT_GROUP_RAM_ADDITIONS
| Method Detail |
|---|
public static RichClientUI getInstance()
public ILabelProvider getRAMLabelProvider()
public IRepositoryIdentifier createRepositoryConnection(Shell shell,
java.lang.String suggestedURL)
null is returned.
shell - Shell on which the user is asked to create a new connectionsuggestedURL - Default RAM server URL.
public RepositoryIdentification createRepositoryConnection(Shell shell,
RepositoryIdentification toCreate)
null is returned.
shell - Shell on which the user is asked to create a new connectionserverID - Unique identifier of server.suggestedURL - Default RAM server URL. -
public void search(SearchQuery query,
RepositoryIdentification repository)
throws RAMRuntimeException
query -
RAMRuntimeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||