Class TableMenu

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

public class TableMenu
extends JMenu
The application's Table Menu.

View Source File


Variable Index

 o caption
 o cell
 o cellProperties
 o deleteCells
 o mergeCells
 o rows
 o splitCell
 o table
 o tableProperties

Constructor Index

 o TableMenu(Mozart)

Variables

 o table
 public static final String table
 o rows
 public static final String rows
 o cell
 public static final String cell
 o caption
 public static final String caption
 o deleteCells
 public static final String deleteCells
 o mergeCells
 public static final String mergeCells
 o splitCell
 public static final String splitCell
 o cellProperties
 public static final String cellProperties
 o tableProperties
 public static final String tableProperties

Constructors

 o TableMenu
 public TableMenu(Mozart mozart)