|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.console.AbstractConsole
org.eclipse.ui.console.TextConsole
org.eclipse.ui.console.IOConsole
org.eclipse.ui.console.MessageConsole
org.radrails.server.core.ServerConsole
Console page for servers.
Field Summary |
Fields inherited from class org.eclipse.ui.console.MessageConsole |
DEFAULT_TAB_SIZE, P_FONT, P_STREAM_COLOR, P_TAB_SIZE |
Constructor Summary | |
ServerConsole(Server server,
java.lang.String name,
org.eclipse.jface.resource.ImageDescriptor imageDescriptor)
Constructor. |
Method Summary | |
boolean |
isStopped()
|
void |
stopServer()
Stop the underlying server. |
Methods inherited from class org.eclipse.ui.console.MessageConsole |
createPage, getInputStream, newMessageStream |
Methods inherited from class org.eclipse.ui.console.IOConsole |
clearConsole, getHighWaterMark, getLowWaterMark, newOutputStream, setWaterMarks |
Methods inherited from class org.eclipse.ui.console.TextConsole |
addHyperlink, addPatternMatchListener, getAttribute, getConsoleWidth, getDocument, getFont, getHyperlink, getHyperlinks, getRegion, getSchedulingRule, getTabWidth, matcherFinished, partitionerFinished, removePatternMatchListener, setAttribute, setConsoleWidth, setFont, setTabWidth |
Methods inherited from class org.eclipse.ui.console.AbstractConsole |
activate, addPropertyChangeListener, destroy, firePropertyChange, getImageDescriptor, getName, getType, initialize, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServerConsole(Server server, java.lang.String name, org.eclipse.jface.resource.ImageDescriptor imageDescriptor)
server
- the server to monitorname
- the name of the consoleimageDescriptor
- the icon for the consoleMethod Detail |
public void stopServer()
public boolean isStopped()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |