Package gov.nasa.arc.mct.gui.housing

Examples of gov.nasa.arc.mct.gui.housing.MCTAbstractHousing.dispose()


            if (MCTAbstractHousing.class.isAssignableFrom(window.getClass())) {
                MCTAbstractHousing housing = MCTAbstractHousing.class.cast(window);
                View housedManifestation = housing.getHousedViewManifestation();
                if (housedManifestation != null && componentId.equals(housedManifestation.getManifestedComponent().getId())) {
                    UserEnvironmentRegistry.removeHousing(housing);
                    housing.dispose();
                }
            }
        }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.