Class MMStoryDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
MMNarrativeStoryDialog

public abstract class MMStoryDialog extends JDialog
This is the base class for MM dialogs that have a similar look to Story Arc dialogs. Instead of the StoryArc object they use the generalized NarrativeDisplayProvider interface. StoryArc objects could eventually be adapted to use the same interface. Inheriting classes must call initialize() in their constructors and override getMainPanel()
See Also: