Uses of Class
net.sf.latexdraw.ui.LFrame

Packages that use LFrame
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
 

Uses of LFrame in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as LFrame
protected  LFrame PreferencesSetter.frame
          The main frame.
protected  LFrame TabSelector.frame
          The main frame of the system.
 

Constructors in net.sf.latexdraw.instruments with parameters of type LFrame
PreferencesSetter(LFrame frame)
          Creates the instrument.
TabSelector(LFrame frame)
          Creates the instrument.
 

Uses of LFrame in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as LFrame
protected  LFrame MenubarBuilder.frame
          The main frame of the application.
protected  LFrame PropertiesToolbarBuilder.frame
          The main frame of the application.
protected  LFrame ToolbarBuilder.frame
          The main frame of the interactive system.
 

Constructors in net.sf.latexdraw.ui with parameters of type LFrame
MenubarBuilder(LFrame frame)
          Creates the menu bar.
PropertiesToolbarBuilder(LFrame frame)
          Creates the bottom panel that contains a set of widgets to modify shapes.
ToolbarBuilder(LFrame frame)
          Creates the toolbar of the interactive system.
UIBuilder(LFrame frame)
          Creates the composer of the latexdraw user interface.