|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentCell | |
|---|---|
| net.clackrouter.component.base | Provides the base objects for supporting components within a Clack Router. |
| net.clackrouter.gui | Major graphical components that comprise the Clack Application. |
| net.clackrouter.router.graph | Graphical components for visually depicting a the "zoomed in" router-graph view. |
| Uses of ComponentCell in net.clackrouter.component.base |
|---|
| Fields in net.clackrouter.component.base declared as ComponentCell | |
|---|---|
protected ComponentCell |
ClackComponent.componentCell
The JGraph component cell representing this ClackComponent |
| Methods in net.clackrouter.component.base that return ComponentCell | |
|---|---|
ComponentCell |
ClackComponent.getComponentCell()
Retrieve the ComponentCell object representing this component in the Router Graph |
| Methods in net.clackrouter.component.base with parameters of type ComponentCell | |
|---|---|
void |
ClackComponent.setComponentCell(ComponentCell cell)
Used to set the ComponentCell object representing this component in the Router Graph |
| Uses of ComponentCell in net.clackrouter.gui |
|---|
| Methods in net.clackrouter.gui with parameters of type ComponentCell | |
|---|---|
javax.swing.JPopupMenu |
ClackBarFactory.createGraphPopupMenu(ComponentCell cell)
creates the Graph popup. |
| Uses of ComponentCell in net.clackrouter.router.graph |
|---|
| Methods in net.clackrouter.router.graph that return ComponentCell | |
|---|---|
ComponentCell |
RouterGraphHelper.addRouterComponentCell(Router router,
ClackComponent component,
java.awt.geom.Rectangle2D bounds)
Adds a ComponentCell to the RouterGraph representing the router that was passed to the ClackComponent when it was created. |
| Methods in net.clackrouter.router.graph with parameters of type ComponentCell | |
|---|---|
void |
RouterGraphHelper.addRouterWire(ComponentCell sourceCell,
int src_port_num,
ComponentCell targetCell,
int target_port_num)
Adds a RouterWire to the graph between two component ports that have been connected. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||