| Modifier and Type | Method and Description |
|---|---|
void |
LogFilesView.open(LogFile logFile) |
void |
LogFilesTabs.open(LogFile logFile) |
void |
LogFilesPresenter.MyView.open(LogFile logFile) |
void |
LogFilesView.refresh(LogFile logFile) |
void |
LogFilesTabs.refresh(LogFile logFile) |
void |
LogFilesPresenter.MyView.refresh(LogFile logFile) |
void |
LogFilePanel.refresh(LogFile logFile) |
| Constructor and Description |
|---|
LogFilePanel(LogFile logFile) |
| Modifier and Type | Field and Description |
|---|---|
protected LogFile |
LogStore.activeLogFile
The selected log file
|
static LogFile |
LogFile.NULL |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,LogFile> |
LogStore.states
Open logs with the name of the log file as key and the related state as value.
|
| Modifier and Type | Method and Description |
|---|---|
LogFile |
LogStore.getActiveLogFile() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LogStore.activate(LogFile logFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogViewerView.open(LogFile logFile) |
void |
LogViewerPresenter.MyView.open(LogFile logFile) |
void |
LogFileTabs.open(LogFile logFile) |
void |
LogViewerView.refresh(LogFile logFile,
org.jboss.gwt.circuit.Action action) |
void |
LogViewerPresenter.MyView.refresh(LogFile logFile,
org.jboss.gwt.circuit.Action action) |
void |
LogFileTabs.refresh(LogFile logFile,
org.jboss.gwt.circuit.Action action) |
void |
LogFilePanel.refresh(LogFile logFile,
org.jboss.gwt.circuit.Action action) |
void |
LogFileIndicator.refresh(LogFile logFile,
org.jboss.gwt.circuit.Action action) |
| Constructor and Description |
|---|
LogFilePanel(org.jboss.gwt.circuit.Dispatcher circuit,
LogFile logFile) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.