cb.petal
Class FocusOfControl

java.lang.Object
  |
  +--cb.petal.PetalObject
        |
        +--cb.petal.FocusOfControl
All Implemented Interfaces:
java.lang.Cloneable, PetalNode, java.io.Serializable, Tagged

public class FocusOfControl
extends PetalObject
implements Tagged

Represents Focus_Of_Control object

Version:
$Id: FocusOfControl.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
FocusOfControl()
           
FocusOfControl(PetalNode parent, java.util.Collection params, int tag)
           
 
Method Summary
 void accept(Visitor v)
           
 int getHeight()
           
 java.lang.String getIconStyle()
           
 Tag getInterObjView()
           
 Location getLocation()
           
 boolean getNested()
           
 int getTag()
           
 int getYCoord()
           
 void setHeight(int o)
           
 void setIconStyle(java.lang.String o)
           
 void setInterObjView(Tag o)
           
 void setLocation(Location o)
           
 void setNested(boolean o)
           
 void setTag(int t)
           
 void setYCoord(int o)
           
 
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, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FocusOfControl

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

FocusOfControl

public FocusOfControl()
Method Detail

setTag

public void setTag(int t)
Specified by:
setTag in interface Tagged

getTag

public int getTag()
Specified by:
getTag in interface Tagged

getLocation

public Location getLocation()

setLocation

public void setLocation(Location o)

getIconStyle

public java.lang.String getIconStyle()

setIconStyle

public void setIconStyle(java.lang.String o)

getInterObjView

public Tag getInterObjView()

setInterObjView

public void setInterObjView(Tag o)

getHeight

public int getHeight()

setHeight

public void setHeight(int o)

getYCoord

public int getYCoord()

setYCoord

public void setYCoord(int o)

getNested

public boolean getNested()

setNested

public void setNested(boolean o)

accept

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