Package | Description |
---|---|
lavesdk.algorithm.plugin | |
lavesdk.algorithm.plugin.views | |
lavesdk.gui.widgets |
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmPlugin.applyCustomization(PropertiesListModel plm)
Applys the customization to the plugin.
|
void |
AlgorithmPlugin.loadCreatorPreferences(PropertiesListModel plm)
Loads the creator preferences of the plugin.
|
void |
AlgorithmPlugin.loadCustomization(PropertiesListModel plm)
Loads the customization of the plugin.
|
void |
AlgorithmPlugin.onCreate(ViewContainer container,
PropertiesListModel creatorPreferences)
Indicates that the plugin is activated in the host application by the user to visualize/create a
new instance of the algorithm.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultNetworkView.applyAdvancedEdgeProperties(PropertiesListModel plm,
Arc edge) |
protected void |
GraphView.applyAdvancedEdgeProperties(PropertiesListModel plm,
E edge)
Applies the advanced properties of an edge to the given edge.
|
protected void |
GraphView.applyAdvancedVertexProperties(PropertiesListModel plm,
V vertex)
Applies the advanced properties of a vertex to the given vertex.
|
protected void |
DefaultNetworkView.loadAdvancedEdgeProperties(PropertiesListModel plm,
Arc edge) |
protected void |
GraphView.loadAdvancedEdgeProperties(PropertiesListModel plm,
E edge)
Loads the advanced properties of an edge that aren't elements of the super class
Edge and adds them to
the properties list model. |
protected void |
GraphView.loadAdvancedVertexProperties(PropertiesListModel plm,
V vertex)
Loads the advanced properties of a vertex that aren't elements of the super class
Vertex and adds them to
the properties list model. |
Modifier and Type | Method and Description |
---|---|
PropertiesListModel |
PropertiesList.getModel()
Gets the model of the properties list.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesList.setModel(PropertiesListModel model)
Sets the model of the properties list.
|
Constructor and Description |
---|
BooleanPropertyGroup(PropertiesListModel model)
Creates a new group.
|
PropertiesList(PropertiesListModel model)
Creates a new properties list.
|