|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> [ wizard overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enhydra.kelp.common.wizard
Class OutputPanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.enhydra.kelp.common.wizard.OutputPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, org.enhydra.kelp.common.event.WriteListener
- public class OutputPanel
- extends javax.swing.JPanel
- implements org.enhydra.kelp.common.event.WriteListener
- extends javax.swing.JPanel
Class declaration
| Nested Class Summary | |
private class |
OutputPanel.LocalButtonListener
|
private class |
OutputPanel.LocalCheckListener
|
private class |
OutputPanel.OutputAdd
|
private class |
OutputPanel.OutputClear
|
private class |
OutputPanel.OutputScroll
|
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private javax.swing.JButton |
buttonBrowse
|
private OutputPanel.LocalButtonListener |
buttonListener
|
private OutputPanel.LocalCheckListener |
checkListener
|
private javax.swing.JCheckBox |
checkSave
|
private java.awt.GridBagLayout |
layoutFile
|
private java.awt.GridBagLayout |
layoutMain
|
private javax.swing.JPanel |
panelFile
|
private org.enhydra.kelp.common.node.OtterProject |
project
|
private javax.swing.JScrollPane |
scrollOutput
|
private javax.swing.JTextArea |
textAreaOutput
|
private javax.swing.JTextField |
textFile
|
private int |
waitCount
|
| 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.Container |
|
| 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 | |
OutputPanel()
Constructor declaration |
|
| Method Summary | |
protected void |
addOutput(java.lang.String output)
Method declaration |
private void |
buttonFileAction()
|
protected void |
clearOutput()
|
protected org.enhydra.kelp.common.node.OtterProject |
getProject()
Method declaration |
private void |
jbInit()
Method declaration |
void |
onWrite(org.enhydra.kelp.common.event.WriteEvent event)
Method declaration |
private void |
pmInit()
Method declaration |
protected void |
scrollToBottom()
Method declaration |
protected void |
setProject(org.enhydra.kelp.common.node.OtterProject p)
Method declaration |
| 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 |
| Field Detail |
buttonListener
private OutputPanel.LocalButtonListener buttonListener
checkListener
private OutputPanel.LocalCheckListener checkListener
project
private org.enhydra.kelp.common.node.OtterProject project
panelFile
private javax.swing.JPanel panelFile
scrollOutput
private javax.swing.JScrollPane scrollOutput
checkSave
private javax.swing.JCheckBox checkSave
textAreaOutput
private javax.swing.JTextArea textAreaOutput
textFile
private javax.swing.JTextField textFile
buttonBrowse
private javax.swing.JButton buttonBrowse
layoutFile
private java.awt.GridBagLayout layoutFile
layoutMain
private java.awt.GridBagLayout layoutMain
waitCount
private int waitCount
| Constructor Detail |
OutputPanel
public OutputPanel()
- Constructor declaration
| Method Detail |
onWrite
public void onWrite(org.enhydra.kelp.common.event.WriteEvent event)
- Method declaration
- Specified by:
onWritein interfaceorg.enhydra.kelp.common.event.WriteListener
getProject
protected org.enhydra.kelp.common.node.OtterProject getProject()
- Method declaration
setProject
protected void setProject(org.enhydra.kelp.common.node.OtterProject p)
- Method declaration
scrollToBottom
protected void scrollToBottom()
- Method declaration
addOutput
protected void addOutput(java.lang.String output)
- Method declaration
clearOutput
protected void clearOutput()
buttonFileAction
private void buttonFileAction()
pmInit
private void pmInit()
- Method declaration
jbInit
private void jbInit()
throws java.lang.Exception
- Method declaration
|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> [ wizard overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC