jadex.swing.sequence
Interface SequenceElementView
- All Known Implementing Classes:
- SequenceElementTableView
- public interface SequenceElementView
This is the specificatio for individual Sequence element view. This is an interface
all sequence element view should be implemented if they are designed to be plugged
into SequenceView.
Method Summary |
javax.swing.JComponent |
getSequenceView()
Get the JComponent used to display the Sequence elemnet. |
void |
setSequence(org.jdom.Element sequence)
Set the Sequence element to be displayed. |
getSequenceView
public javax.swing.JComponent getSequenceView()
- Get the JComponent used to display the Sequence elemnet.
- Returns:
- the JComponent displaying the sequence element.
setSequence
public void setSequence(org.jdom.Element sequence)
- Set the Sequence element to be displayed.
- Parameters:
sequence
- the sequence element to be displayed.