Package | Description |
---|---|
twaver.network | |
twaver.network.ui |
Modifier and Type | Method and Description |
---|---|
ElementUI |
TNetwork.createElementUI(Element element)
Creates element ui instance for the given element instance.
|
ElementUI |
TNetwork.getElementUI(Element element)
Gets UI instance for the given element.
|
ElementUI |
NetworkElementRenderer.getElementUI(Element element)
Get specified element's UI object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementUI
Abstract defines of an element UI delegate.
|
class |
BaseElementUI
This UI delegate defined to paint
BaseElement object. |
class |
BaseEquipmentUI
This class defines a base equipment ui.
|
class |
BTSAntennaUI |
class |
CardUI
Card ui class used to paint card element.
|
class |
DummyUI
This class defines ui used to paint Dummy element.
|
class |
GridUI |
class |
GroupUI
This UI delegate defined to paint
Group object. |
class |
LinkUI
This class defines link ui which extends the
AbstractElementUI . |
class |
NodeUI
This UI delegate defined to paint
Node object. |
class |
PolyLineUI |
class |
PolySubNetworkUI |
class |
RackUI
This class defines a rack ui to responsible for painting the Rack element.
|
class |
ResizableNodeUI |
class |
RotatableNodeUI |
class |
RoundRectUI |
class |
ShapeImageUI |
class |
ShapeLinkUI |
class |
ShapeNodeUI |
class |
ShelfUI
This class defines an ui which uses to paint
Shelf element. |
class |
SlotUI
This class defines an ui which uses to paint
Slot element. |
class |
SubNetworkUI
This class used to paint
SubNetwork element. |
class |
TextUI |
class |
WireUI |
Modifier and Type | Field and Description |
---|---|
protected ElementUI |
AbstractBorderUI.elementUI |
protected ElementUI |
AbstractAttachment.ui |
Modifier and Type | Method and Description |
---|---|
ElementUI |
BorderUI.getElementUI()
Get which element ui object this border ui painting for.
|
ElementUI |
Attachment.getElementUI() |
ElementUI |
AbstractBorderUI.getElementUI() |
ElementUI |
AbstractAttachment.getElementUI()
Obtains the element ui class.
|
Modifier and Type | Method and Description |
---|---|
protected static Attachment |
IconAttachmentHolder.createAttachment(java.lang.String name,
ElementUI ui)
Get the attachment by the name.
|
Constructor and Description |
---|
AbstractAttachment(ElementUI ui)
Constructs an attachment by specified network.
|
AbstractBorderUI(ElementUI elementUI)
Which element UI class hold this border.
|
AlarmAttachment(ElementUI elementUI)
constructs an alarm attachment instance with specified element UI class.
|
ComponentAttachment(java.lang.String name,
ElementUI ui) |
ComponentAttachment(java.lang.String name,
ElementUI ui,
boolean minimized,
boolean shrinked) |
DefaultBorderUI(ElementUI elementUI)
Which element UI class hold this border.
|
EditableBorderUI(ElementUI elementUI)
Constructs this border ui with given element ui.
|
IconAttachment(java.lang.String name,
ElementUI elementUI)
Constructs attachment by given element ui and icon.
|
IconAttachment(java.lang.String name,
ElementUI elementUI,
javax.swing.Icon icon)
Constructs attachment by given element ui and icon.
|
IconAttachment(java.lang.String name,
ElementUI elementUI,
javax.swing.Icon icon,
int position,
int xOffset,
int yOffset)
Constructs attachment by given element ui and icon.
|
IconAttachment(java.lang.String name,
ElementUI elementUI,
java.lang.String iconURL)
Constructs attachment by given element ui and icon.
|
IconAttachment(java.lang.String name,
ElementUI elementUI,
java.lang.String iconURL,
int position,
int xOffset,
int yOffset)
Constructs attachment by given element ui and icon.
|
LabelAttachment(ElementUI ui)
Constructs attachment by given ui
|
MessageAttachment(java.lang.String name,
ElementUI ui) |
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.