public class mxSwimlaneManager extends mxEventSource
mxEventSource.mxIEventListener
Modifier and Type | Field and Description |
---|---|
protected mxEventSource.mxIEventListener |
addHandler |
protected boolean |
bubbling
Optional string that specifies the attributename to be passed to
mxCell.is to check if the rule applies to a cell.
|
protected boolean |
enabled
Optional string that specifies the value of the attribute to be passed
to mxCell.is to check if the rule applies to a cell.
|
protected mxGraph |
graph
Defines the type of the source or target terminal.
|
protected boolean |
horizontal
Optional string that specifies the attributename to be passed to
mxCell.is to check if the rule applies to a cell.
|
protected mxEventSource.mxIEventListener |
resizeHandler |
protected boolean |
siblings
Optional string that specifies the attributename to be passed to
mxCell.is to check if the rule applies to a cell.
|
eventListeners, eventsEnabled, eventSource
Constructor and Description |
---|
mxSwimlaneManager(mxGraph graph) |
Modifier and Type | Method and Description |
---|---|
protected void |
cellsAdded(java.lang.Object[] cells) |
protected void |
cellsResized(java.lang.Object[] cells) |
void |
destroy() |
mxGraph |
getGraph() |
boolean |
isBubbling() |
boolean |
isEnabled() |
boolean |
isHorizontal() |
boolean |
isSiblings() |
boolean |
isSwimlaneIgnored(java.lang.Object swimlane) |
protected void |
resizeParent(java.lang.Object parent,
double w,
double h) |
protected void |
resizeSwimlane(java.lang.Object swimlane,
double w,
double h) |
void |
setBubbling(boolean value) |
void |
setEnabled(boolean value) |
void |
setGraph(mxGraph graph) |
void |
setHorizontal(boolean value) |
void |
setSiblings(boolean value) |
protected void |
swimlaneAdded(java.lang.Object swimlane) |
protected void |
swimlaneResized(java.lang.Object swimlane) |
addListener, fireEvent, fireEvent, getEventSource, isEventsEnabled, removeListener, removeListener, setEventsEnabled, setEventSource
protected mxGraph graph
protected boolean enabled
protected boolean horizontal
protected boolean siblings
protected boolean bubbling
protected mxEventSource.mxIEventListener addHandler
protected mxEventSource.mxIEventListener resizeHandler
public mxSwimlaneManager(mxGraph graph)
public boolean isSwimlaneIgnored(java.lang.Object swimlane)
public boolean isEnabled()
public void setEnabled(boolean value)
value
- the enabled to setpublic boolean isHorizontal()
public void setHorizontal(boolean value)
value
- the bubbling to setpublic boolean isSiblings()
public void setSiblings(boolean value)
value
- the bubbling to setpublic boolean isBubbling()
public void setBubbling(boolean value)
value
- the bubbling to setpublic mxGraph getGraph()
public void setGraph(mxGraph graph)
graph
- the graph to setprotected void cellsAdded(java.lang.Object[] cells)
protected void swimlaneAdded(java.lang.Object swimlane)
protected void cellsResized(java.lang.Object[] cells)
protected void swimlaneResized(java.lang.Object swimlane)
protected void resizeSwimlane(java.lang.Object swimlane, double w, double h)
protected void resizeParent(java.lang.Object parent, double w, double h)
public void destroy()
Copyright (c) 2010 Gaudenz Alder. All rights reserved.