|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.controls.celltable.CellAttributeFactory
public class CellAttributeFactory
Factory class to create or reset values of a cell attribute
Method Summary | |
---|---|
static CellAttributeFactory |
getInstance()
|
static CellAttributeFactory |
getInstance(CellTable celltable,
int cellIndex)
Gets a CellAttributeFactory instance |
IControlXYDraw |
newCellAttribute(AbstractCellAttributeConfig attrConfig)
Creates a new cell attribute by the attribute configuration |
IControlXYDraw |
resetCellAttribute(AbstractCellAttributeConfig attrConfig,
IControlXYDraw cellAttribute)
Resets values of a cell attribute by an attribute configuration |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CellAttributeFactory getInstance()
public static CellAttributeFactory getInstance(CellTable celltable, int cellIndex)
celltable
- - CellTable instance that the attribute is in.cellIndex
- - index of the Cell that the attribute is in.
public IControlXYDraw newCellAttribute(AbstractCellAttributeConfig attrConfig)
attrConfig
- - configuration of the cell attribute
public IControlXYDraw resetCellAttribute(AbstractCellAttributeConfig attrConfig, IControlXYDraw cellAttribute)
attrConfig
- - a cell attribute configurationcellAttribute
- - the cell attribute that is reset
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |