org.processmining.framework.util
Interface GuiDisplayable

All Known Implementing Classes:
HLAttribute, HLChoice, HLTransition, OptionPanel

public interface GuiDisplayable

This interface ensures that the implementing class provides a method to display itself.

Author:
arozinat
See Also:
GenericTableModelPanel

Method Summary
 javax.swing.JPanel getPanel()
          Retrieves the GUI panel representing this object.
 

Method Detail

getPanel

javax.swing.JPanel getPanel()
Retrieves the GUI panel representing this object.

Returns:
the GUI panel representing this object