Package | Description |
---|---|
twaver.network | |
twaver.network.ui |
Modifier and Type | Method and Description |
---|---|
boolean |
TNetwork.isPaintable(Attachment attachment) |
boolean |
PaintAttachmentFilter.isPaintable(Attachment attachment) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttachment
Abstract defines of an attachment.
|
class |
AlarmAttachment
This class defines an alarm attachment.
|
class |
ComponentAttachment |
class |
GroupHandlerAttachment
This attachment used to paint group handler icon.
|
class |
IconAttachment
The icon attachment can display a small icon on element,
and it can be auto-layouted by the layouter.
|
class |
LabelAttachment
This attachment used to paint element label/name on network
component.
|
class |
LinkBundleHandlerAttachment
This attachment draw a handler icon on bundled link.
|
class |
MessageAttachment |
Modifier and Type | Method and Description |
---|---|
protected static Attachment |
IconAttachmentHolder.createAttachment(java.lang.String name,
ElementUI ui)
Get the attachment by the name.
|
Attachment |
ElementUI.getAttachmentAt(java.awt.Point point)
Get the attachment at specified point.
|
Attachment |
AbstractElementUI.getAttachmentAt(java.awt.Point point)
Get for specified element, which attachment object this point
locate at.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementUI.addAttachment(Attachment a)
Add an attachment instance into this attachable.
|
void |
AbstractElementUI.addAttachment(Attachment a)
Add the specified attachment into this element UI class.
|
void |
ElementUI.removeAttachment(Attachment a)
Remove the specified attachment from this attachable.
|
void |
AbstractElementUI.removeAttachment(Attachment a)
Remove this attachment from this ui class so this attachment
will no longer displayed by this UI.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.