|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JPanel org.netbeans.modules.vcscore.ui.AbstractOutputPanel
AbstractOutputPanel.java Created on December 21, 2003, 11:16 AM
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
AbstractOutputPanel()
Creates new form OutputPanel |
Method Summary | |
void |
addKillActionListener(ActionListener l)
|
void |
commandFinished(int exit)
|
protected JComponent |
getDataErrComponent()
The component that display error data output. |
JTextArea |
getDataErrOutputArea()
|
protected JComponent |
getDataStdComponent()
The component that display standard data output. |
JTextArea |
getDataStdOutputArea()
|
protected abstract JComponent |
getErrComponent()
|
JTextArea |
getErrOutputArea()
|
protected CommandOutputCollector |
getOutputCollector()
Get the output collector. |
protected JPanel |
getOutputPanel()
|
protected abstract JComponent |
getStdComponent()
|
JTextArea |
getStdOutputArea()
|
protected void |
initPopupMenu()
|
protected boolean |
isViewTextLogEnabled()
Whether the View Text action should be enabled. |
void |
removeKillActionListener(ActionListener l)
|
void |
setIgnoreFailure(boolean ignoreFailure)
Set whether the failure of the command should be ignored or not. |
void |
setNavigationAction(Action action)
Request to show one navigation action in toolbar. |
void |
setOutputCollector(CommandOutputCollector outputCollector)
Set the output collector. |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AbstractOutputPanel()
Method Detail |
public void setIgnoreFailure(boolean ignoreFailure)
public void setOutputCollector(CommandOutputCollector outputCollector)
protected CommandOutputCollector getOutputCollector()
protected void initPopupMenu()
protected boolean isViewTextLogEnabled()
public void addKillActionListener(ActionListener l)
public void removeKillActionListener(ActionListener l)
public void commandFinished(int exit)
public final void setNavigationAction(Action action)
action
- action to add or null to remove recent onepublic JTextArea getStdOutputArea()
public JTextArea getErrOutputArea()
public JTextArea getDataStdOutputArea()
public JTextArea getDataErrOutputArea()
protected JPanel getOutputPanel()
protected abstract JComponent getErrComponent()
protected abstract JComponent getStdComponent()
protected JComponent getDataStdComponent()
protected JComponent getDataErrComponent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |