/[classpath]/classpath/javax/swing/JInternalFrame.java
ViewVC logotype

Diff of /classpath/javax/swing/JInternalFrame.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mark, Fri Jul 30 20:21:19 2004 UTC revision 1.7 by jfrijters, Mon Sep 20 08:39:23 2004 UTC
# Line 341  public class JInternalFrame extends JCom Line 341  public class JInternalFrame extends JCom
341     * The property fired in a PropertyChangeEvent when the contentPane property     * The property fired in a PropertyChangeEvent when the contentPane property
342     * changes.     * changes.
343     */     */
344    public static String CONTENT_PANE_PROPERTY = "contentPane";    public static final String CONTENT_PANE_PROPERTY = "contentPane";
345    
346    /**    /**
347     * The property fired in a PropertyChangeEvent when the frameIcon property     * The property fired in a PropertyChangeEvent when the frameIcon property
348     * changes.     * changes.
349     */     */
350    public static String FRAME_ICON_PROPERTY = "frameIcon";    public static final String FRAME_ICON_PROPERTY = "frameIcon";
351    
352    /**    /**
353     * The property fired in a PropertyChangeEvent when the glassPane property     * The property fired in a PropertyChangeEvent when the glassPane property
354     * changes.     * changes.
355     */     */
356    public static String GLASS_PANE_PROPERTY = "glassPane";    public static final String GLASS_PANE_PROPERTY = "glassPane";
357    
358    /**    /**
359     * The property fired in a PropertyChangeEvent when the closed property     * The property fired in a PropertyChangeEvent when the closed property
360     * changes.     * changes.
361     */     */
362    public static String IS_CLOSED_PROPERTY = "closed";    public static final String IS_CLOSED_PROPERTY = "closed";
363    
364    /**    /**
365     * The property fired in a PropertyChangeEvent when the icon property     * The property fired in a PropertyChangeEvent when the icon property
366     * changes.     * changes.
367     */     */
368    public static String IS_ICON_PROPERTY = "icon";    public static final String IS_ICON_PROPERTY = "icon";
369    
370    /**    /**
371     * The property fired in a PropertyChangeEvent when the maximum property     * The property fired in a PropertyChangeEvent when the maximum property
372     * changes.     * changes.
373     */     */
374    public static String IS_MAXIMUM_PROPERTY = "maximum";    public static final String IS_MAXIMUM_PROPERTY = "maximum";
375    
376    /**    /**
377     * The property fired in a PropertyChangeEvent when the selected property     * The property fired in a PropertyChangeEvent when the selected property
378     * changes.     * changes.
379     */     */
380    public static String IS_SELECTED_PROPERTY = "selected";    public static final String IS_SELECTED_PROPERTY = "selected";
381    
382    /**    /**
383     * The property fired in a PropertyChangeEvent when the layeredPane property     * The property fired in a PropertyChangeEvent when the layeredPane property
384     * changes.     * changes.
385     */     */
386    public static String LAYERED_PANE_PROPERTY = "layeredPane";    public static final String LAYERED_PANE_PROPERTY = "layeredPane";
387    
388    /**    /**
389     * The property fired in a PropertyChangeEvent when the jMenuBar property     * The property fired in a PropertyChangeEvent when the jMenuBar property
390     * changes.     * changes.
391     */     */
392    public static String MENU_BAR_PROPERTY = "jMenuBar";    public static final String MENU_BAR_PROPERTY = "jMenuBar";
393    
394    /**    /**
395     * The property fired in a PropertyChangeEvent when the rootPane property     * The property fired in a PropertyChangeEvent when the rootPane property
396     * changes.     * changes.
397     */     */
398    public static String ROOT_PANE_PROPERTY = "rootPane";    public static final String ROOT_PANE_PROPERTY = "rootPane";
399    
400    /**    /**
401     * The property fired in a PropertyChangeEvent when the title property     * The property fired in a PropertyChangeEvent when the title property
402     * changes.     * changes.
403     */     */
404    public static String TITLE_PROPERTY = "title";    public static final String TITLE_PROPERTY = "title";
405    
406    /** Whether the JInternalFrame is closable. */    /** Whether the JInternalFrame is closable. */
407    protected boolean closable;    protected boolean closable;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26