Class InsertMenu

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----javax.swing.JComponent
                           |
                           +----javax.swing.AbstractButton
                                   |
                                   +----javax.swing.JMenuItem
                                           |
                                           +----javax.swing.JMenu
                                                   |
                                                   +----InsertMenu

public class InsertMenu
extends JMenu
The application's Insert Menu.

View Source File


Variable Index

 o comment
 o file
 o form
 o horizline
 o hyperlink
 o image
 o symbol
 o table
 o timestamp

Constructor Index

 o InsertMenu(Mozart)

Variables

 o hyperlink
 public static final String hyperlink
 o image
 public static final String image
 o timestamp
 public static final String timestamp
 o horizline
 public static final String horizline
 o form
 public static final String form
 o file
 public static final String file
 o comment
 public static final String comment
 o table
 public static final String table
 o symbol
 public static final String symbol

Constructors

 o InsertMenu
 public InsertMenu(Mozart mozart)