Uses of Class
org.malai.widget.MFrame

Packages that use MFrame
net.sf.latexdraw.ui   
net.sf.latexdraw.ui.dialog   
org.malai.interaction   
org.malai.interaction.library   
org.malai.ui   
 

Uses of MFrame in net.sf.latexdraw.ui
 

Subclasses of MFrame in net.sf.latexdraw.ui
 class LFrame
          This class contains all the elements of the graphical user interface.
 

Uses of MFrame in net.sf.latexdraw.ui.dialog
 

Subclasses of MFrame in net.sf.latexdraw.ui.dialog
 class PreferencesFrame
          This frame allows the user to set his preferences concerning the program and its components.
 

Uses of MFrame in org.malai.interaction
 

Fields in org.malai.interaction declared as MFrame
protected  MFrame WindowClosedTransition.frame
          The frame closed.
 

Methods in org.malai.interaction that return MFrame
 MFrame WindowClosedTransition.getFrame()
           
 

Methods in org.malai.interaction with parameters of type MFrame
 void EventHandler.onWindowClosed(MFrame frame)
          Defines actions to do when the decorative close button of a frame is pressed.
 void Interaction.onWindowClosed(MFrame frame)
           
 void WindowClosedTransition.setFrame(MFrame frame)
           
 void SwingEventManager.windowClosed(MFrame frame)
          This pseudo-event is defined to manage pressure on the close button of frames.
 

Uses of MFrame in org.malai.interaction.library
 

Fields in org.malai.interaction.library declared as MFrame
protected  MFrame WindowClosed.frame
          The frame closed.
 

Methods in org.malai.interaction.library that return MFrame
 MFrame WindowClosed.getFrame()
           
 

Uses of MFrame in org.malai.ui
 

Subclasses of MFrame in org.malai.ui
 class UI
          Defines the concept of User Interface based on a JFrame.