qflib 0.99

de.qfs.lib.config
Class JDialogConfigWrapper

java.lang.Object
  extended byde.qfs.lib.config.ConfigWrapper
      extended byde.qfs.lib.config.DialogConfigWrapper
          extended byde.qfs.lib.config.JDialogConfigWrapper
All Implemented Interfaces:
java.awt.event.ComponentListener, Configurable, java.util.EventListener

public class JDialogConfigWrapper
extends DialogConfigWrapper

A ConfigWrapper for JDialog objects. The only difference from DialogConfigWrapper is that the setState method transfers the action to the awt event loop since swing components aren't thread safe.

Author:
Gregor Schmid

Field Summary
 
Fields inherited from class de.qfs.lib.config.DialogConfigWrapper
dialog, regHelper
 
Constructor Summary
JDialogConfigWrapper()
          Create a new JDialogConfigWrapper with the default name "dialog".
 
Method Summary
protected  void restore(java.awt.Dimension size, java.awt.Point location)
           
 
Methods inherited from class de.qfs.lib.config.DialogConfigWrapper
componentHidden, componentMoved, componentResized, componentShown, getConfigurableState, registrationChanged, setClient, setConfigurableState
 
Methods inherited from class de.qfs.lib.config.ConfigWrapper
addPackage, getConfigurableName, makeWrapper, makeWrapper, setConfigurableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDialogConfigWrapper

public JDialogConfigWrapper()
Create a new JDialogConfigWrapper with the default name "dialog".

Method Detail

restore

protected void restore(java.awt.Dimension size,
                       java.awt.Point location)
Overrides:
restore in class DialogConfigWrapper

qflib 0.99