public abstract class YPropertiesBean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected YControlFlowHandler |
flowHandler |
protected NetGraph |
graph |
protected NetGraphModel |
model |
protected YPropertySheet |
propertySheet |
protected YSpecificationHandler |
specHandler |
Constructor and Description |
---|
YPropertiesBean(YPropertySheet sheet) |
Modifier and Type | Method and Description |
---|---|
protected void |
firePropertyChange(java.lang.String propertyName,
java.lang.Object newValue) |
protected NetGraph |
getGraph() |
protected NetGraphModel |
getModel() |
protected YNet |
getSelectedYNet() |
YPropertySheet |
getSheet() |
protected void |
refreshCellView(GraphCell cell) |
protected void |
refreshCellViews(java.util.Set<? extends GraphCell> cells) |
protected void |
setDirty() |
protected void |
setGraph(NetGraph g) |
protected void |
setReadOnly(java.lang.String propertyName,
boolean isReadOnly) |
protected void |
showWarning(java.lang.String title,
java.lang.String message) |
protected final YSpecificationHandler specHandler
protected final YControlFlowHandler flowHandler
protected NetGraph graph
protected NetGraphModel model
protected final YPropertySheet propertySheet
public YPropertiesBean(YPropertySheet sheet)
protected void setGraph(NetGraph g)
protected NetGraph getGraph()
protected NetGraphModel getModel()
public YPropertySheet getSheet()
protected YNet getSelectedYNet()
protected void setDirty()
protected void refreshCellView(GraphCell cell)
protected void refreshCellViews(java.util.Set<? extends GraphCell> cells)
protected void setReadOnly(java.lang.String propertyName, boolean isReadOnly)
protected void firePropertyChange(java.lang.String propertyName, java.lang.Object newValue)
protected void showWarning(java.lang.String title, java.lang.String message)