siouxsie.desktop.option
Interface IOptionPane

All Known Implementing Classes:
AbstractOptionPane

public interface IOptionPane

Base interface for option pane.

Version:
$Id$
Author:
Arnaud Cogoluegnes

Method Summary
 javax.swing.JComponent getComponent()
          The option pane component (form)
 java.lang.String getName()
          The name
 void init()
          Widget creation.
 void save()
          Called when the preferences are to be saved from the form
 

Method Detail

getName

java.lang.String getName()
The name

Returns:

getComponent

javax.swing.JComponent getComponent()
The option pane component (form)

Returns:

save

void save()
          throws java.lang.Exception
Called when the preferences are to be saved from the form

Throws:
java.lang.Exception

init

void init()
Widget creation.



Copyright © 2006-2008 null. All Rights Reserved.