Modifier and Type | Method and Description |
---|---|
Annotation |
AlgorithmExercise.getInputHintMessage(LanguageFile langFile,
java.lang.String langID)
Gets the input hint message that is displayed to the user if
AlgorithmExercise.requestSolution() returns null . |
Modifier and Type | Method and Description |
---|---|
LanguageFile |
PluginHost.getLanguageFile()
Gets the language file of the host application.
|
Constructor and Description |
---|
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.
|
BipartiteLayoutToolBarExtension(GraphView<V,E> graphView,
boolean nonIncidentVerticesToSubset1,
LanguageFile langFile,
java.lang.String langID)
Creates a new bipartite layout toolbar extension.
|
BipartiteLayoutToolBarExtension(GraphView<V,E> graphView,
boolean nonIncidentVerticesToSubset1,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new bipartite layout toolbar extension.
|
CircleLayoutToolBarExtension(GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID)
Creates a new circle layout toolbar extension.
|
CircleLayoutToolBarExtension(GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new circle layout toolbar extension.
|
CompleteBipartiteGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID)
Creates a new complete bipartite graph toolbar extension.
|
CompleteBipartiteGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new complete bipartite graph toolbar extension.
|
CompleteGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID)
Creates a new complete graph toolbar extension.
|
CompleteGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new complete graph toolbar extension.
|
MatrixToGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID)
Creates a new matrix to graph toolbar extension.
|
MatrixToGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new matrix to graph toolbar extension.
|
RandomGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID)
Creates a new random graph toolbar extension.
|
RandomGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new random graph toolbar extension.
|
Modifier and Type | Field and Description |
---|---|
protected LanguageFile |
ViewHeaderBarExtension.langFile
the language file or
null |
protected LanguageFile |
View.langFile
the language file of the view
|
Constructor and Description |
---|
AlgorithmTextView(PluginHost host,
java.lang.String title,
AlgorithmText text,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new view for the visualization of an algorithm text.
|
DefaultGraphView(java.lang.String title,
Graph<Vertex,Edge> graph,
GraphLayout graphLayout,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new default graph view.
|
DefaultNetworkView(java.lang.String title,
Network<Node,Arc> network,
GraphLayout graphLayout,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new default network view.
|
DefaultRNView(java.lang.String title,
boolean closable,
LanguageFile langFile,
java.lang.String langID,
DefaultNetworkView networkView)
Creates a new default residual network view.
|
DefaultRNView(java.lang.String title,
LanguageFile langFile,
java.lang.String langID,
DefaultNetworkView networkView)
Creates a new default residual network view.
|
ExecutionTableView(java.lang.String title,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new execution table view.
|
ExercisesListView(LanguageFile langFile,
java.lang.String langID)
Creates a new exercises list.
|
FontHeaderBarExtension(View view,
float normalFontSize,
boolean separated,
LanguageFile langFile,
java.lang.String langID)
Creates a new font header bar extension.
|
GraphView(java.lang.String title,
Graph<V,E> graph,
GraphFactory<V,E> graphFactory,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new view of a graph.
|
GraphView(java.lang.String title,
Graph<V,E> graph,
GraphFactory<V,E> graphFactory,
GraphLayout graphLayout,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new view of a graph.
|
LegendView(java.lang.String title,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new legend view.
|
MatrixView(java.lang.String title,
MatrixElementFormat<T> elementFormat,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new matrix view.
|
TextAreaView(java.lang.String title,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new text area view.
|
View(java.lang.String title,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new view.
|
ViewHeaderBarExtension(View view,
boolean separated,
LanguageFile langFile,
java.lang.String langID)
Creates a new header bar extension.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SolveExercisePane.showDialog(PluginHost host,
AlgorithmExercise<?> exercise,
SolveExerciseDialog.SolutionEntry<?>[] entries,
LanguageFile langFile,
java.lang.String langID)
Shows the dialog to solve an exercise by requesting a user input.
|
static boolean |
SolveExercisePane.showDialog(PluginHost host,
AlgorithmExercise<?> exercise,
SolveExerciseDialog.SolutionEntry<?>[] entries,
LanguageFile langFile,
java.lang.String langID,
java.lang.String inputHint)
Shows the dialog to solve an exercise by requesting a user input.
|
Constructor and Description |
---|
AdjacencyMatrixDialog(PluginHost host,
LanguageFile langFile,
java.lang.String langID)
Creates a new adjacency matrix dialog.
|
AdjacencyMatrixDialog(PluginHost host,
LanguageFile langFile,
java.lang.String langID,
AllowedGraphType type)
Creates a new adjacency matrix dialog.
|
AnnotationDialog(PluginHost host,
Annotation annotation,
LanguageFile langFile,
java.lang.String langID)
Creates a new annotation dialog.
|
InputDialog(PluginHost host,
java.lang.String title,
java.lang.String description,
java.lang.String label,
LanguageFile langFile,
java.lang.String langID)
Creates a new input dialog.
|
InputDialog(PluginHost host,
java.lang.String title,
java.lang.String description,
java.lang.String label,
java.lang.String initialValue,
LanguageFile langFile,
java.lang.String langID)
Creates a new input dialog.
|
OptionDialog(PluginHost host,
java.lang.String title,
LanguageFile langFile,
java.lang.String langID)
Creates a new option dialog.
|
OptionDialog(PluginHost host,
java.lang.String title,
LanguageFile langFile,
java.lang.String langID,
boolean asUtitlity)
Creates a new option dialog.
|
SolveExerciseDialog(PluginHost host,
AlgorithmExercise<?> exercise,
SolveExerciseDialog.SolutionEntry<?>[] entries,
java.lang.String inputHint,
LanguageFile langFile,
java.lang.String langID)
Creates a new solve exercise dialog.
|
Constructor and Description |
---|
ExecutionTable(LanguageFile langFile,
java.lang.String langID)
Creates a new execution table.
|
InformationBar(java.awt.Component parent,
LanguageFile langFile,
java.lang.String langID)
Creates a new information bar.
|
PropertiesListModel(LanguageFile langFile,
java.lang.String langID)
Creates a new model.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
LanguageFile.getLabel(LanguageFile file,
java.lang.String labelID,
java.lang.String langID)
Gets a the description of a label of a language file.
|
static java.lang.String |
LanguageFile.getLabel(LanguageFile file,
java.lang.String labelID,
java.lang.String langID,
java.lang.String defValue)
Gets a the description of a label of a language file.
|
void |
LanguageFile.include(LanguageFile file)
Includes the language data of the given file into this one.
|
Modifier and Type | Field and Description |
---|---|
LanguageFile |
Resources.LANGUAGE_FILE
the language file or
null if the resource could not be loaded |
Modifier and Type | Method and Description |
---|---|
LanguageFile |
Sandbox.getLanguageFile() |