FileDocCategorySizeDatePackage
ModalParent.javaAPI DocExample1366Sat Sep 12 03:01:00 BST 1998borland.samples.apps.chess.client

ModalParent

public interface ModalParent
Until browsers support modal dialogs, lets jump through hoops

Fields Summary
Constructors Summary
Methods Summary
public voidsetModal(boolean state)
Classes that implement this interface would typically disable *the world when true, re-enable when false *@param boolean state - true - do what it takes to act like you have spawned a modal dialog false - undo the damage you did.