org.rapla.gui
Interface OptionPanel

All Superinterfaces:
Named, RaplaWidget
All Known Implementing Classes:
DefaultPluginOption

public interface OptionPanel
extends RaplaWidget, Named


Method Summary
 void commit()
          commits the changes in the option Dialog.
 void setPreferences(Preferences preferences)
           
 void show()
          called when the option Panel is selected for displaying.
 
Methods inherited from interface org.rapla.gui.toolkit.RaplaWidget
getComponent
 
Methods inherited from interface org.rapla.entities.Named
getName
 

Method Detail

setPreferences

void setPreferences(Preferences preferences)

commit

void commit()
            throws RaplaException
commits the changes in the option Dialog.

Throws:
RaplaException

show

void show()
          throws RaplaException
called when the option Panel is selected for displaying.

Throws:
RaplaException


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.