org.openmdx.ui1.cci
Interface InspectorClass

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, org.openmdx.base.accessor.jmi.cci.RefClass_1_0, javax.jmi.reflect.RefFeatured
All Known Implementing Classes:
InspectorClassImpl

public interface InspectorClass
extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0


Method Summary
 Inspector createInspector()
          Creates an instance of class Inspector.
 Inspector createInspector(boolean autoGenerated, boolean changeable, String forClass, int scaleX, int scaleY)
          Creates an instance of class Inspector based on all required attributes.
 Inspector extendBasicObject(BasicObject _base, boolean autoGenerated, boolean changeable, String forClass, int scaleX, int scaleY)
          Creates an instance of class Inspector based on the superclass BasicObject and all required attributes not included in this superclass.
 Inspector extendContainer(Container _base, String forClass, int scaleX, int scaleY)
          Creates an instance of class Inspector based on the superclass Container and all required attributes not included in this superclass.
 Inspector extendContextCapable(ContextCapable _base, boolean autoGenerated, boolean changeable, String forClass, int scaleX, int scaleY)
          Creates an instance of class Inspector based on the superclass ContextCapable and all required attributes not included in this superclass.
 Inspector extendElement(Element _base, String forClass, int scaleX, int scaleY)
          Creates an instance of class Inspector based on the superclass Element and all required attributes not included in this superclass.
 Inspector extendExtentCapable(ExtentCapable _base, boolean autoGenerated, boolean changeable, String forClass, int scaleX, int scaleY)
          Creates an instance of class Inspector based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Inspector extendViewCapable(ViewCapable _base, boolean autoGenerated, boolean changeable, String forClass, int scaleX, int scaleY)
          Creates an instance of class Inspector based on the superclass ViewCapable and all required attributes not included in this superclass.
 Inspector getInspector(Object object)
          Creates an instance of class Inspector based on the specified Object instance.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createInspector

Inspector createInspector()
Creates an instance of class Inspector. This is a factory operation used to create instance objects of class Inspector.


getInspector

Inspector getInspector(Object object)
Creates an instance of class Inspector based on the specified Object instance. This is a factory operation used to create instance objects of class Inspector.

Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createInspector

Inspector createInspector(boolean autoGenerated,
                          boolean changeable,
                          String forClass,
                          int scaleX,
                          int scaleY)
Creates an instance of class Inspector based on all required attributes. This is a factory operation used to create instance objects of class Inspector.


extendBasicObject

Inspector extendBasicObject(BasicObject _base,
                            boolean autoGenerated,
                            boolean changeable,
                            String forClass,
                            int scaleX,
                            int scaleY)
Creates an instance of class Inspector based on the superclass BasicObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Inspector.


extendContextCapable

Inspector extendContextCapable(ContextCapable _base,
                               boolean autoGenerated,
                               boolean changeable,
                               String forClass,
                               int scaleX,
                               int scaleY)
Creates an instance of class Inspector based on the superclass ContextCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Inspector.


extendExtentCapable

Inspector extendExtentCapable(ExtentCapable _base,
                              boolean autoGenerated,
                              boolean changeable,
                              String forClass,
                              int scaleX,
                              int scaleY)
Creates an instance of class Inspector based on the superclass ExtentCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Inspector.


extendViewCapable

Inspector extendViewCapable(ViewCapable _base,
                            boolean autoGenerated,
                            boolean changeable,
                            String forClass,
                            int scaleX,
                            int scaleY)
Creates an instance of class Inspector based on the superclass ViewCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Inspector.


extendContainer

Inspector extendContainer(Container _base,
                          String forClass,
                          int scaleX,
                          int scaleY)
Creates an instance of class Inspector based on the superclass Container and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Inspector.


extendElement

Inspector extendElement(Element _base,
                        String forClass,
                        int scaleX,
                        int scaleY)
Creates an instance of class Inspector based on the superclass Element and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Inspector.



This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.