|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.vajhoej.model.graphic.config.AllGraphicConfig
public class AllGraphicConfig
Class AllGraphicConfig contains alle graphical configurations.
Constructor Summary | |
---|---|
AllGraphicConfig()
Create instance of AllGraphicConfig. |
Method Summary | |
---|---|
AllGraphicConfig |
clone()
|
NameValuePairList |
getAttributes()
Get all single value fields. |
GraphicConfig |
getBoxConfig(java.lang.String vendor)
Get box config. |
java.util.List<java.lang.String> |
getBoxes()
Get list of box vendor names. |
java.util.List<java.util.List<Persistable>> |
getChildren()
Get all multi value fields. |
GraphicConfig |
getComponentConfig(java.lang.String vendor)
Get component config. |
java.util.List<java.lang.String> |
getComponents()
Get list of component vendor names. |
GraphicConfig |
getConnectionConfig()
Get connection config. |
java.lang.String |
getId()
Get id identifying object. |
GraphicConfig |
getModelConfig()
Get model config. |
GraphicConfig |
getPaletteConfig()
Get palette config. |
GraphicConfig |
getStandardConfig()
Get standard config. |
java.lang.String |
getStore()
Get store. |
java.lang.String |
getType()
Get type (XML element name / database table name not Java class name). |
boolean |
isGrayPassive()
Is gray passive set. |
void |
setAttributes(NameValuePairList attr)
Set all single value fields. |
void |
setBoxConfig(java.lang.String vendor,
GraphicConfig cfg)
Set box config. |
void |
setChildren(java.util.List<java.util.List<Persistable>> childs)
Set all multi value fields. |
void |
setComponentConfig(java.lang.String vendor,
GraphicConfig cfg)
Set component config. |
void |
setConnectionConfig(GraphicConfig cfg)
Set connection config. |
void |
setGrayPassive(boolean grayPassive)
Set gray passive. |
void |
setModelConfig(GraphicConfig cfg)
Set model config. |
void |
setPaletteConfig(GraphicConfig cfg)
Set palette config. |
void |
setStandardConfig(GraphicConfig cfg)
Set standard config. |
void |
setStore(java.lang.String store)
Set store. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AllGraphicConfig()
Method Detail |
---|
public GraphicConfig getStandardConfig()
public GraphicConfig getModelConfig()
public GraphicConfig getPaletteConfig()
public GraphicConfig getBoxConfig(java.lang.String vendor)
vendor
- vendor
public GraphicConfig getComponentConfig(java.lang.String vendor)
vendor
- vendor
public GraphicConfig getConnectionConfig()
public void setStandardConfig(GraphicConfig cfg)
cfg
- standard configpublic void setModelConfig(GraphicConfig cfg)
cfg
- model configpublic void setPaletteConfig(GraphicConfig cfg)
cfg
- palette configpublic void setBoxConfig(java.lang.String vendor, GraphicConfig cfg)
vendor
- vendorcfg
- box configpublic void setComponentConfig(java.lang.String vendor, GraphicConfig cfg)
vendor
- vendorcfg
- component configpublic void setConnectionConfig(GraphicConfig cfg)
cfg
- connection configpublic boolean isGrayPassive()
public void setGrayPassive(boolean grayPassive)
grayPassive
- gray passivepublic java.util.List<java.lang.String> getBoxes()
public java.util.List<java.lang.String> getComponents()
public AllGraphicConfig clone()
clone
in class java.lang.Object
public java.lang.String getId()
Persistable
getId
in interface Persistable
public java.lang.String getType()
Persistable
getType
in interface Persistable
public java.lang.String getStore()
SeparatePersistable
getStore
in interface SeparatePersistable
public void setStore(java.lang.String store)
SeparatePersistable
setStore
in interface SeparatePersistable
store
- storepublic NameValuePairList getAttributes()
Persistable
getAttributes
in interface Persistable
public java.util.List<java.util.List<Persistable>> getChildren()
Persistable
getChildren
in interface Persistable
public void setAttributes(NameValuePairList attr) throws ModelException
Persistable
setAttributes
in interface Persistable
attr
- value pair list
ModelException
- if problemspublic void setChildren(java.util.List<java.util.List<Persistable>> childs) throws ModelException
Persistable
setChildren
in interface Persistable
childs
- list of list of persistable objects
ModelException
- if problemspublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |