cb.petal
Class InterObjView

java.lang.Object
  |
  +--cb.petal.PetalObject
        |
        +--cb.petal.View
              |
              +--cb.petal.QuiduView
                    |
                    +--cb.petal.InterObjView
All Implemented Interfaces:
java.lang.Cloneable, HasQuidu, Named, PetalNode, java.io.Serializable, Tagged

public class InterObjView
extends QuiduView

Represents InterObjView object

Version:
$Id: InterObjView.java,v 1.8 2001/06/22 09:10:36 dahm Exp $
Author:
M. Dahm
See Also:
Serialized Form

Fields inherited from class cb.petal.PetalObject
EMPTY, params
 
Constructor Summary
InterObjView()
           
InterObjView(PetalNode parent, java.util.Collection params, int tag)
           
 
Method Summary
 void accept(Visitor v)
           
 int getAnnotation()
           
 FocusOfControl getFocusOfControl()
           
 int getIconHeight()
           
 int getIconWidth()
           
 ItemLabel getLabel()
           
 void setAnnotation(int o)
           
 void setFocusOfControl(FocusOfControl o)
           
 void setIconHeight(int o)
           
 void setIconWidth(int o)
           
 void setLabel(ItemLabel o)
           
 
Methods inherited from class cb.petal.QuiduView
getQuidu, getQuiduAsLong, getReferencedObject, setQuidu, setQuiduAsLong
 
Methods inherited from class cb.petal.View
getClient, getFillColor, getHeight, getIcon, getIconStyle, getLineColor, getLineStyle, getLocation, getNameParameter, getSupplier, getTag, getWidth, setClient, setFillColor, setHeight, setIcon, setIconStyle, setLineColor, setLineStyle, setLocation, setNameParameter, setSupplier, setTag, setWidth, toString
 
Methods inherited from class cb.petal.PetalObject
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, init, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cb.petal.PetalNode
getChildCount, getKind
 

Constructor Detail

InterObjView

public InterObjView(PetalNode parent,
                    java.util.Collection params,
                    int tag)

InterObjView

public InterObjView()
Method Detail

getLabel

public ItemLabel getLabel()

setLabel

public void setLabel(ItemLabel o)

getIconHeight

public int getIconHeight()

setIconHeight

public void setIconHeight(int o)

getIconWidth

public int getIconWidth()

setIconWidth

public void setIconWidth(int o)

getAnnotation

public int getAnnotation()

setAnnotation

public void setAnnotation(int o)

getFocusOfControl

public FocusOfControl getFocusOfControl()

setFocusOfControl

public void setFocusOfControl(FocusOfControl o)

accept

public void accept(Visitor v)
Overrides:
accept in class PetalObject