Revision 24987 trunk/frameworks/_fwAndami/src/com/iver/andami/ui/mdiManager/WindowInfo.java

View differences:

WindowInfo.java
80 80
    public static final int MODELESSDIALOG = 16;
81 81
    /** Specifies that the window may be docked inside another window */
82 82
    public static final int PALETTE = 32;
83
    
84
    
85
    /** Specifies that this window has an editor profile */
86
    public static final Integer EDITOR_PROFILE = new Integer(1);
87
    /** Specifies that this window has an editor profile */
88
    public static final Integer TOOL_PROFILE = new Integer(2);
89
    /** Specifies that this window has an editor profile */
90
    public static final Integer PROJECT_PROFILE = new Integer(3);
91
    /** Specifies that this window has an editor profile */
92
    public static final Integer PROPERTIES_PROFILE = new Integer(4);
93
    /** Specifies that this window has an editor profile */
94
    public static final Integer DIALOG_PROFILE = new Integer(5);
95
    
83 96
    private PropertyChangeSupport support = new PropertyChangeSupport(this);
84 97

  
85 98
    /** DOCUMENT ME! */

Also available in: Unified diff