ViewContainer.java (a893be29) ViewContainer.java (2e3a1b6e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 81 unchanged lines hidden (view full) ---

90 mlViews.add(aView);
91 }
92 }
93
94 // ____________________
95
96 /**
97 * This deregister a view from this global container.
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 81 unchanged lines hidden (view full) ---

90 mlViews.add(aView);
91 }
92 }
93
94 // ____________________
95
96 /**
97 * This deregister a view from this global container.
98 * Normaly it should be the last reference to the view
98 * Normally it should be the last reference to the view
99 * and her finalize() method should be called.
100 * If last view will be closed here - we terminate these
101 * java application too. Because there is no further
102 * visible frame anymore.
103 *
104 * @param aView
105 * view object which wish to be deregistered
106 */

--- 152 unchanged lines hidden ---
99 * and her finalize() method should be called.
100 * If last view will be closed here - we terminate these
101 * java application too. Because there is no further
102 * visible frame anymore.
103 *
104 * @param aView
105 * view object which wish to be deregistered
106 */

--- 152 unchanged lines hidden ---