com.tensegrity.gui.swt.dialog.graphfilechooser
Class SwtExportSettingsPanel.PanelStateListener

java.lang.Object
  extended bycom.tensegrity.gui.swt.dialog.graphfilechooser.SwtExportSettingsPanel.PanelStateListener
Enclosing class:
SwtExportSettingsPanel

public abstract class SwtExportSettingsPanel.PanelStateListener
extends java.lang.Object

Simple abstract class that should be extended by classes intended to react upon the state (valid or unvalid) of this SwtExportSettingsPanel.


Constructor Summary
SwtExportSettingsPanel.PanelStateListener()
           Default constructor for a PanelStateListener instance.
 
Method Summary
abstract  void validate(boolean isValid)
           Indicates whether or not the SwtExportSettingsPanel is valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwtExportSettingsPanel.PanelStateListener

public SwtExportSettingsPanel.PanelStateListener()

Default constructor for a PanelStateListener instance.

Method Detail

validate

public abstract void validate(boolean isValid)

Indicates whether or not the SwtExportSettingsPanel is valid

Parameters:
isValid - true if the SwtExportSettingsPanel is valid , false otherwise.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.