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

Examples of gov.nasa.arc.mct.gui.housing.Inspector


        // viewManifestation.setDirectoryArea(new MCTDirectoryArea(housing,
        // TestSetupUtilities.createMCTMutableTreeStructure("x"), false,
        // false));
        // viewManifestation.setContentArea(new MCTContentArea(housing,
        // (ViewRole) null));
        viewManifestation.setInspectionArea(new Inspector(Mockito.mock(AbstractComponent.class), Mockito.mock(ViewInfo.class)));
        assertTrue(housing.getSelectionProvider().getSelectedManifestations().isEmpty());
        assertNotNull(viewManifestation.getInspectionArea());
        assertNull(viewManifestation.getDirectoryArea());
        // See MODI-558, if no other manifestations are selected in a housing
        // window,
View Full Code Here

TOP

Related Classes of gov.nasa.arc.mct.gui.housing.Inspector

Copyright © 2018 www.massapicom. 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.