qflib 0.98.0

de.qfs.lib.config
Class JDialogConfigWrapper

java.lang.Object
  |
  +--de.qfs.lib.config.ConfigWrapper
        |
        +--de.qfs.lib.config.DialogConfigWrapper
              |
              +--de.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.

Version:
$Revision: 1.5 $
Author:
Gregor Schmid

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.98.0