V
- the type of verticesE
- the type of edgespublic class BipartiteGraphToolBarExtension<V extends Vertex,E extends Edge> extends ToolBarExtension
BipartiteGraphToolBarExtension(GraphView, LanguageFile, String)
to specify a language file from which
labels, tooltips and messages are read by the given language id. The following language labels are available:
Constructor and Description |
---|
BipartiteGraphToolBarExtension(GraphView<V,E> graphView)
Creates a new bipartite graph toolbar extension.
|
BipartiteGraphToolBarExtension(GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID)
Creates a new bipartite graph toolbar extension.
|
BipartiteGraphToolBarExtension(GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new bipartite graph toolbar extension.
|
addButton, addSeparator, apply, getMenuOptionIcon, getMenuOptionText, getShowInMenu, isEnabled, remove, setEnabled, showMenuOption
public BipartiteGraphToolBarExtension(GraphView<V,E> graphView) throws java.lang.IllegalArgumentException
graphView
- the graph view on which the extension is appliedjava.lang.IllegalArgumentException
- public BipartiteGraphToolBarExtension(GraphView<V,E> graphView, LanguageFile langFile, java.lang.String langID) throws java.lang.IllegalArgumentException
LanguageFile
and a language id to display language dependent
messages or tooltips. The following language labels are available:
graphView
- the graph view on which the extension is appliedlangFile
- the language file with labels for the tooltips of the toolbar buttonslangID
- the language idjava.lang.IllegalArgumentException
- public BipartiteGraphToolBarExtension(GraphView<V,E> graphView, LanguageFile langFile, java.lang.String langID, boolean startsWithSeparator) throws java.lang.IllegalArgumentException
LanguageFile
and a language id to display language dependent
messages or tooltips. The following language labels are available:
graphView
- the graph view on which the extension is appliedlangFile
- the language file with labels for the tooltips of the toolbar buttonslangID
- the language idstartsWithSeparator
- true
if the extension should be separated from the other elements in the toolbar otherwise false
java.lang.IllegalArgumentException
-