| Package | Description |
|---|---|
| org.jboss.as.console.client.tools.modelling.workbench.repository | |
| org.jboss.as.console.client.tools.modelling.workbench.repository.vfs |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryPresenter.loadDir(Entry dir,
boolean clearHistory) |
void |
RepositoryPresenter.loadFile(Entry selection) |
void |
RepositoryView.updateDirectory(Entry dir,
List<Entry> entries) |
void |
RepositoryPresenter.MyView.updateDirectory(Entry dir,
List<Entry> entries) |
void |
RepositoryNavigation.updateDirectory(Entry dir,
List<Entry> entries) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryView.updateDirectory(Entry dir,
List<Entry> entries) |
void |
RepositoryPresenter.MyView.updateDirectory(Entry dir,
List<Entry> entries) |
void |
RepositoryNavigation.updateDirectory(Entry dir,
List<Entry> entries) |
| Modifier and Type | Field and Description |
|---|---|
static Entry |
Entry.ROOT |
| Modifier and Type | Method and Description |
|---|---|
void |
Vfs.create(Entry entry) |
void |
Vfs.delete(Entry entry) |
void |
Vfs.listEntries(Entry dir,
com.google.gwt.user.client.rpc.AsyncCallback<List<Entry>> callback) |
void |
Vfs.load(Entry entry,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
Vfs.save(Entry entry,
String contents,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
Vfs.listEntries(com.google.gwt.user.client.rpc.AsyncCallback<List<Entry>> callback) |
void |
Vfs.listEntries(Entry dir,
com.google.gwt.user.client.rpc.AsyncCallback<List<Entry>> callback) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.