siouxsie.desktop.option
Interface IPreferencesRenderer

All Known Implementing Classes:
ListPreferencesRenderer, PreferencesRenderer

public interface IPreferencesRenderer

The main preferences renderer.

Version:
$Id$
Author:
Arnaud Cogoluegnes

Method Summary
 void cancel()
          Called when all the preferences are to be cancel or ignored.
 javax.swing.JComponent getComponent()
          The main component.
 void save()
          Called when all the preferences are to be saved
 

Method Detail

getComponent

javax.swing.JComponent getComponent()
The main component.

Returns:

save

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

Throws:
java.lang.Exception

cancel

void cancel()
            throws java.lang.Exception
Called when all the preferences are to be cancel or ignored.

Throws:
java.lang.Exception


Copyright © 2006-2008 null. All Rights Reserved.