|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attachment | |
---|---|
twaver.model | |
twaver.model.attachment | |
twaver.network |
Uses of Attachment in twaver.model |
---|
Fields in twaver.model with type parameters of type Attachment | |
---|---|
protected java.util.Map<java.lang.String,Attachment<?>> |
Element.attachments
附件集合 |
Methods in twaver.model that return Attachment | |
---|---|
Attachment<?> |
Element.getAttachment(java.lang.String name)
获取附件 |
Methods in twaver.model that return types with arguments of type Attachment | |
---|---|
java.util.Map<java.lang.String,Attachment<?>> |
Element.getAttachments()
获取附件集合 |
Methods in twaver.model with parameters of type Attachment | |
---|---|
boolean |
Element.addAttachment(Attachment<?> info)
添加附件 |
boolean |
Element.updateAttachment(Attachment<?> attachment)
更新附件 |
Uses of Attachment in twaver.model.attachment |
---|
Subclasses of Attachment in twaver.model.attachment | |
---|---|
class |
ImageAttachment
图片附件,可用于在网元上挂载图片元素,对应的UI类是: ImageUI |
class |
LabelAttachment
文本附件,用于在网元上挂载文本元素,对应的UI类是 LabelUI |
class |
ShapeAttachment
图形附件,用于网元上挂载图形元素,对应的UI类是: ShapeUI |
Uses of Attachment in twaver.network |
---|
Methods in twaver.network with parameters of type Attachment | |
---|---|
protected void |
ElementUI.createAttachmentUI(Attachment<?> attachment)
创建附件UI元素,加入为孩子 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |