org.acm.seguin.ide.jedit
Class JSOptionPane

java.lang.Object
  extended by AbstractOptionPane
      extended by org.acm.seguin.ide.jedit.JSOptionPane

public class JSOptionPane
extends AbstractOptionPane

Since:
1.0
Version:
$Version: $
Author:
Mike Atkinson ( Mike@ladyshot.demon.co.uk )

Constructor Summary
JSOptionPane(int type)
           
 
Method Summary
protected  void _init()
           
protected  void _save()
           
 java.awt.Component getComponent()
          Returns the component that should be displayed for this option pane.
 java.lang.String getName()
          Returns the internal name of this option pane.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSOptionPane

public JSOptionPane(int type)
Method Detail

getName

public java.lang.String getName()
Returns the internal name of this option pane. The option pane's label is set to the value of the property named options.name.label.


getComponent

public java.awt.Component getComponent()
Returns the component that should be displayed for this option pane. Because this class extends Component, it simply returns "this".


_save

protected void _save()

_init

protected void _init()