Uses of Interface
edu.stanford.smi.protegex.owl.ui.dialogs.ModalDialogFactory.CloseCallback

Packages that use ModalDialogFactory.CloseCallback
edu.stanford.smi.protegex.owl.swrl.ui.code   
edu.stanford.smi.protegex.owl.ui.code   
edu.stanford.smi.protegex.owl.ui.dialogs   
edu.stanford.smi.protegex.owl.ui.restrictions   
 

Uses of ModalDialogFactory.CloseCallback in edu.stanford.smi.protegex.owl.swrl.ui.code
 

Classes in edu.stanford.smi.protegex.owl.swrl.ui.code that implement ModalDialogFactory.CloseCallback
 class SWRLTextAreaPanel
          A panel which can be used to edit an OWL expression in a multi-line dialog.
 

Uses of ModalDialogFactory.CloseCallback in edu.stanford.smi.protegex.owl.ui.code
 

Classes in edu.stanford.smi.protegex.owl.ui.code that implement ModalDialogFactory.CloseCallback
 class OWLTextAreaPanel
          A panel which can be used to edit an OWL expression in a multi-line dialog.
 

Uses of ModalDialogFactory.CloseCallback in edu.stanford.smi.protegex.owl.ui.dialogs
 

Fields in edu.stanford.smi.protegex.owl.ui.dialogs declared as ModalDialogFactory.CloseCallback
private  ModalDialogFactory.CloseCallback ModalDialog._closeCallback
           
 

Methods in edu.stanford.smi.protegex.owl.ui.dialogs with parameters of type ModalDialogFactory.CloseCallback
 int DefaultModalDialogFactory.showDialog(Component parent, Component panel, String title, int mode, ModalDialogFactory.CloseCallback callback, boolean enableCloseButton)
           
private  void ModalDialog.init(Component panel, int mode, ModalDialogFactory.CloseCallback callback, boolean enableCloseButton)
           
static int ModalDialog.showDialog(Component parent, Component panel, String title, int mode, ModalDialogFactory.CloseCallback callback)
           
static int ModalDialog.showDialog(Component parent, Component panel, String title, int mode, ModalDialogFactory.CloseCallback callback, boolean enableCloseButton)
           
 int ModalDialogFactory.showDialog(Component parent, Component panel, String title, int mode, ModalDialogFactory.CloseCallback callback)
           
 int ModalDialogFactory.showDialog(Component parent, Component panel, String title, int mode, ModalDialogFactory.CloseCallback callback, boolean enableCloseButton)
           
 int AbstractModalDialogFactory.showDialog(Component parent, Component panel, String title, int mode, ModalDialogFactory.CloseCallback callback)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.dialogs with parameters of type ModalDialogFactory.CloseCallback
ModalDialog(Dialog parent, Component panel, String title, int mode, ModalDialogFactory.CloseCallback callback, boolean enableClose)
           
ModalDialog(Frame parentFrame, Component panel, String title, int mode, ModalDialogFactory.CloseCallback callback, boolean enableCloseButton)
           
 

Uses of ModalDialogFactory.CloseCallback in edu.stanford.smi.protegex.owl.ui.restrictions
 

Classes in edu.stanford.smi.protegex.owl.ui.restrictions that implement ModalDialogFactory.CloseCallback
 class RestrictionEditorPanel
          A panel that allows to completely define a restriction.