org.openmdx.ui1.cci2
Interface Inspector

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, Container, org.openmdx.base.cci2.ContextCapable, Element, org.openmdx.base.cci2.ExtentCapable, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
Inspector
All Known Implementing Classes:
Inspector

public interface Inspector
extends Container

Class Inspector


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element
Element.Identity
 
Method Summary
 String getForClass()
          Retrieves the value for the attribute forClass.
 int getScaleX()
          Retrieves the value for the attribute scaleX.
 int getScaleY()
          Retrieves the value for the attribute scaleY.
 void setForClass(String forClass)
          Sets a new value for the attribute forClass.
 void setScaleX(int scaleX)
          Sets a new value for the attribute scaleX.
 void setScaleY(int scaleY)
          Sets a new value for the attribute scaleY.
 
Methods inherited from interface org.openmdx.ui1.cci2.Container
getMember
 
Methods inherited from interface org.openmdx.ui1.cci2.Element
getIconKey, getMimeType, getToolTip, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setSegment, setSegment, setToolTip
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

getForClass

String getForClass()
Retrieves the value for the attribute forClass.

Returns:
The non-null value for attribute forClass.

setForClass

void setForClass(String forClass)
Sets a new value for the attribute forClass.

Parameters:
forClass - The non-null new value for attribute forClass.

getScaleX

int getScaleX()
Retrieves the value for the attribute scaleX.

Returns:
The non-null value for attribute scaleX.

setScaleX

void setScaleX(int scaleX)
Sets a new value for the attribute scaleX.

Parameters:
scaleX - The non-null new value for attribute scaleX.

getScaleY

int getScaleY()
Retrieves the value for the attribute scaleY.

Returns:
The non-null value for attribute scaleY.

setScaleY

void setScaleY(int scaleY)
Sets a new value for the attribute scaleY.

Parameters:
scaleY - The non-null new value for attribute scaleY.


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