com.SoftWoehr.JTOpenContrib.QCDemo
Interface QCVNodeDisplayer
- All Known Implementing Classes:
- QCDetailsPane, QCExplorerPane, QCListPane, QCTreePane
- public interface QCVNodeDisplayer
Another interface substituting for dual inheritance in Java. This
allows a little polymorphism with AS400 panes.
Method Summary |
void |
addErrorListener(com.ibm.as400.vaccess.ErrorDialogAdapter eda)
Set the ErrorDialogAdapter handling errors for this AS400 pane. |
void |
addTo(java.awt.Container c)
Add this AS400 pane to an AWT Component. |
void |
setRoot(com.ibm.as400.vaccess.VNode v)
AS400 pane sets its root VNode. |
setRoot
public void setRoot(com.ibm.as400.vaccess.VNode v)
- AS400 pane sets its root VNode.
- Parameters:
v
- The VNode with data for the view pane.
addTo
public void addTo(java.awt.Container c)
- Add this AS400 pane to an AWT Component.
- Parameters:
c
- The Component to which this pane is to be added.
addErrorListener
public void addErrorListener(com.ibm.as400.vaccess.ErrorDialogAdapter eda)
- Set the ErrorDialogAdapter handling errors for this AS400 pane.
- Parameters:
eda
- An ErrorDialogAdapter attached to Frame.