Package | Description |
---|---|
twaver | |
twaver.animate | |
twaver.network | |
twaver.web.svg.network |
Modifier and Type | Class and Description |
---|---|
class |
Chassis
This class defines an telecom equipment chassis.
|
class |
LinkSubNetwork |
class |
PolySubNetwork
Poly subnetwork is a special subnetwork, it can be
specified a shape object as the subnetwork's painting shape.
|
class |
ShapeSubNetwork |
class |
SubNetwork
Subnetwork is a predefined business object
that is used to represent a network layer that
all resources is layered logically or geographically.
|
Modifier and Type | Method and Description |
---|---|
static TSubNetwork |
TWaverUtil.getElementSubNetwork(Element element)
Gets the subnetwork the element located.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultDataLoader.load(TSubNetwork subNetwork,
TDataBox box)
Load children data for the subnetwork object into the given databox lazily.
|
void |
DataLoader.load(TSubNetwork subNetwork,
TDataBox box)
Load children data for the subnetwork object into the given databox lazily.
|
protected boolean |
DefaultDataLoader.loadData(java.lang.String dataSource,
TSubNetwork subNetwork,
TDataBox box)
Load data for the subnetwork into the databox by given datasource xml.
|
void |
TDataBox.loadSubNetwork(TSubNetwork subNetwork)
Loads subnetwork's descendant data.
|
void |
TDataBox.loadSubNetwork(TSubNetwork subNetwork,
java.awt.Component component)
Loads subnetwork's descendant data.
|
Constructor and Description |
---|
SubNetworkPersistentFilter(TSubNetwork subNetwork)
Create a subnetwork persistent filter.
|
Modifier and Type | Method and Description |
---|---|
TSubNetwork |
AnimateSubNetwork.getSubNetwork() |
Constructor and Description |
---|
AnimateSubNetwork(TNetwork network,
TSubNetwork subNetwork,
java.lang.Runnable runnable,
int stepSize,
int sleep) |
Modifier and Type | Method and Description |
---|---|
TSubNetwork |
TNetwork.getCurrentSubNetwork()
Gets the current subnetwork.
|
Modifier and Type | Method and Description |
---|---|
void |
TNetwork.animateCurrentSubNetwork(TSubNetwork subNetwork)
Sets current subnetwork animately.
|
void |
TNetwork.animateCurrentSubNetwork(TSubNetwork subNetwork,
java.lang.Runnable runnable,
int step,
int sleep)
Sets current subnetwork animately.
|
void |
TNetwork.loadAndEnterSubNetwork(TSubNetwork subNetwork)
Loads the given subnetwork's descendant content, and makes it
become the current subnetwork of this network.
|
void |
TNetwork.setCurrentSubNetwork(TSubNetwork subNetwork)
Sets new subnetwork.
|
Modifier and Type | Field and Description |
---|---|
protected TSubNetwork |
TSVGNetwork.currentSubNetwork |
Modifier and Type | Method and Description |
---|---|
TSubNetwork |
TSVGNetwork.getCurrentSubNetwork()
Gets the current subnetwork.
|
Modifier and Type | Method and Description |
---|---|
void |
TSVGNetwork.setCurrentSubNetwork(TSubNetwork currentSubNetwork)
Sets new subnetwork.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.