Package jetbrains.mps.smodel
Class BaseMPSModuleOwner
- java.lang.Object
 - 
- jetbrains.mps.smodel.BaseMPSModuleOwner
 
 
- 
- All Implemented Interfaces:
 MPSModuleOwner
public class BaseMPSModuleOwner extends Object implements MPSModuleOwner
 
- 
- 
Constructor Summary
Constructors Constructor Description BaseMPSModuleOwner() 
 - 
 
- 
- 
Method Detail
- 
isHidden
public boolean isHidden()
- Specified by:
 isHiddenin interfaceMPSModuleOwner- Returns:
 - the 'hidden' status for the different kinds of owners. visibility has strict definition here, however I suppose that the owner is hidden implicates that its modules are not visible to a user (module properties dialog, etc.).
 
 
 - 
 
 -