A B C D E F G H I J K L M N O P Q R S T U V W X Y

D

DataFile - Class in edu.cs.ai.kreator.datamodels
 
DataFile(File) - Constructor for class edu.cs.ai.kreator.datamodels.DataFile
 
DataFileBijection - Class in edu.cs.ai.kreator.misc.util
The DatafileBijiction class provides special methods to realize the demands on handling KReatorFiles.
DataFileBijection() - Constructor for class edu.cs.ai.kreator.misc.util.DataFileBijection
 
DataFileFilter - Class in edu.cs.ai.kreator.ui.gui.filefilters
 
DataFileFilter() - Constructor for class edu.cs.ai.kreator.ui.gui.filefilters.DataFileFilter
 
DataFileNotGeneratedException - Exception in edu.cs.ai.kreator.exceptions
 
DataFileNotGeneratedException(File) - Constructor for exception edu.cs.ai.kreator.exceptions.DataFileNotGeneratedException
 
DataFileNotGeneratedException(File, String) - Constructor for exception edu.cs.ai.kreator.exceptions.DataFileNotGeneratedException
 
deepCopy(boolean) - Method in class edu.cs.ai.kreator.logic.LanguageFactory
Creates a new LanguageFactory as deep copy of this instance.
DEFAULT_CONFIG_NAME - Static variable in class edu.cs.ai.kreator.KreatorMain
 
DEFAULT_CONSOLE_TAB_NAME - Static variable in class edu.cs.ai.kreator.ui.gui.components.ConsoleTabbedPane
 
DEFAULT_L_MARGIN - Static variable in class jsyntaxpane.components.LineNumbersRuler
 
DEFAULT_PACKAGES - Static variable in class jsyntaxpane.util.ReflectUtils
 
DEFAULT_R_MARGIN - Static variable in class jsyntaxpane.components.LineNumbersRuler
 
DEFAULT_TOKENTYPES - Static variable in class jsyntaxpane.components.TokenMarker
 
defaultConsoleIsSelected() - Method in class edu.cs.ai.kreator.ui.gui.components.ConsoleTabbedPane
 
DefaultJFlexLexer - Class in jsyntaxpane.lexers
This is a default, and abstract implemenatation of a Lexer using JFLex with some utility methods that Lexers can implement.
DefaultJFlexLexer() - Constructor for class jsyntaxpane.lexers.DefaultJFlexLexer
 
DefaultSyntaxAction - Class in jsyntaxpane.actions
The DefaultSyntaxAction.
DefaultSyntaxAction(String) - Constructor for class jsyntaxpane.actions.DefaultSyntaxAction
 
DefaultSyntaxKit - Class in jsyntaxpane
The DefaultSyntaxKit is the main entry to SyntaxPane.
DefaultSyntaxKit(Lexer) - Constructor for class jsyntaxpane.DefaultSyntaxKit
Create a new Kit for the given language
defaultValue - Variable in class edu.cs.ai.kreator.ui.gui.components.controller.EvidencePreviewGuideController
 
deinstall(JEditorPane) - Method in class jsyntaxpane.components.LineNumbersRuler
 
deinstall(JEditorPane) - Method in class jsyntaxpane.components.PairsMarker
 
deinstall(JEditorPane) - Method in interface jsyntaxpane.components.SyntaxComponent
Called when the component is to be removed from the editor
deinstall(JEditorPane) - Method in class jsyntaxpane.components.TokenMarker
 
deinstall(JEditorPane) - Method in class jsyntaxpane.DefaultSyntaxKit
 
deinstallComponent(JEditorPane, String) - Method in class jsyntaxpane.DefaultSyntaxKit
Find the SyntaxCOmponent with given classname that is installed on the given pane, then deinstalls and removes it fom the editorComponents list
deleteAndRemoveDataFileConfirmed(DataFile) - Method in class edu.cs.ai.kreator.control.FileController
Deletes the given file from the project and file-system.
deleteDataFile(DataFile) - Method in class edu.cs.ai.kreator.control.FileController
Deletes the give DataFile.
deleteExistingFile(DataFile, String) - Method in class edu.cs.ai.kreator.control.FileController
Checks whether a given file exists.
DeleteLinesAction - Class in jsyntaxpane.actions
This Action deletes the current line, or all the highlighted lines.
DeleteLinesAction() - Constructor for class jsyntaxpane.actions.DeleteLinesAction
 
dfa15 - Variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomParser
 
dfa20 - Variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomParser
 
dfa21 - Variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomParser
 
dfa3 - Variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomParser
 
Digit - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
Digit - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomParser
 
Digit - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomWalker
 
Digit - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomWithoutLanguageWalker
 
DIGITS - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
DIGITS - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomParser
 
DIGITS - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomWalker
 
DIGITS - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomWithoutLanguageWalker
 
DIRECTORIES_ONLY - Static variable in interface edu.cs.ai.kreator.ui.KreatorFileChooser
 
displayFor(String, List<String>) - Method in class jsyntaxpane.actions.gui.ComboCompletionDialog
Display the Completion Dialog with initial abbrev and using the given items The dialog is responsible for showing itself and for updating the target with the text, depending on user actions.
displayFor(JTextComponent) - Method in class jsyntaxpane.actions.gui.ReflectCompletionDialog
Display the dialog.
DIV - Static variable in class jsyntaxpane.TokenConstants
 
DIVEQ - Static variable in class jsyntaxpane.TokenConstants
 
DocumentSearchData - Class in jsyntaxpane.actions
Data that is shared by Find / Replace and Find Next actions for a Document The data here will be added as a property of the Document using the key PROPERTY_KEY.
doFindNext(JTextComponent) - Method in class jsyntaxpane.actions.DocumentSearchData
Perform a FindNext operation on the given text component.
doFindPrev(JTextComponent) - Method in class jsyntaxpane.actions.DocumentSearchData
FInd the previous match
doInBackground() - Method in class edu.cs.ai.kreator.control.KreatorWorker
This is called upon execution of this worker.
doLabel - Variable in class edu.cs.ai.kreator.ui.gui.components.controller.QueryPreviewGuideController
 
done() - Method in class edu.cs.ai.kreator.control.EventKreatorWorker
 
done() - Method in class edu.cs.ai.kreator.control.KreatorWorker
This is called when execution finishes.
done() - Method in class edu.cs.ai.kreator.scripting.KreatorScriptEngine
Can be overloaded by utilizing classes to execute code after successful execution of scripts
doRedo() - Method in class edu.cs.ai.kreator.ui.gui.GraphicalUserInterface
 
doRedo() - Method in interface edu.cs.ai.kreator.ui.KreatorUserInterface
Redoes the last reverted action in the currently active text component.
doRedo() - Method in class jsyntaxpane.SyntaxDocument
Perform a redo action, if possible.
doReplace(JTextComponent, String) - Method in class jsyntaxpane.actions.DocumentSearchData
Replace single occurrence of match with the replacement.
doReplaceAll(JTextComponent, String) - Method in class jsyntaxpane.actions.DocumentSearchData
Perform a replace all operation on the given component.
DOT - Static variable in class jsyntaxpane.TokenConstants
 
DoubleBoolConfigOption - Class in edu.cs.ai.kreator.control.config
 
DoubleBoolConfigOption(String, String, String) - Constructor for class edu.cs.ai.kreator.control.config.DoubleBoolConfigOption
 
DoubleBoolConfigOption(String, String, String, int, int) - Constructor for class edu.cs.ai.kreator.control.config.DoubleBoolConfigOption
 
DoubleBoolConfigOption(String, String, String, int) - Constructor for class edu.cs.ai.kreator.control.config.DoubleBoolConfigOption
 
DoubleBoolConfigOption(String, String, String, int, int, int) - Constructor for class edu.cs.ai.kreator.control.config.DoubleBoolConfigOption
 
DoubleConfigurationOption - Class in edu.cs.ai.kreator.control.config
This class represents a simple double configuration option, i.e. an option with a simple double as value.
DoubleConfigurationOption(String, String, String) - Constructor for class edu.cs.ai.kreator.control.config.DoubleConfigurationOption
 
DoubleConfigurationOption(String, String, String, int, int) - Constructor for class edu.cs.ai.kreator.control.config.DoubleConfigurationOption
 
DoubleConfigurationOption(String, String, String, int) - Constructor for class edu.cs.ai.kreator.control.config.DoubleConfigurationOption
 
DoubleConfigurationOption(String, String, String, int, int, int) - Constructor for class edu.cs.ai.kreator.control.config.DoubleConfigurationOption
 
douF - Static variable in class edu.cs.ai.kreator.misc.util.UtilityMethods
 
douF(double) - Static method in class edu.cs.ai.kreator.misc.util.UtilityMethods
 
douF(long) - Static method in class edu.cs.ai.kreator.misc.util.UtilityMethods
 
doUndo() - Method in class edu.cs.ai.kreator.ui.gui.GraphicalUserInterface
 
doUndo() - Method in interface edu.cs.ai.kreator.ui.KreatorUserInterface
Reverts the last action in the currently active text component.
doUndo() - Method in class jsyntaxpane.SyntaxDocument
Perform an undo action, if possible
drawSelectedText(Graphics, int, int, int, int) - Method in class jsyntaxpane.SyntaxView
 
drawText(Segment, int, int, Graphics, TabExpander, int) - Method in class jsyntaxpane.SyntaxStyle
Draw text.
drawText(Segment, int, int, Graphics, TabExpander, Token) - Method in class jsyntaxpane.SyntaxStyles
Draw the given Token.
drawUnselectedText(Graphics, int, int, int, int) - Method in class jsyntaxpane.SyntaxView
 
DropDownCompletionList - Class in edu.cs.ai.kreator.ui.gui.components
 
DropDownCompletionList(JEditorPane, List<Completion>, int, int) - Constructor for class edu.cs.ai.kreator.ui.gui.components.DropDownCompletionList
 
DuplicateLinesAction - Class in jsyntaxpane.actions
This Action duplicates the current line, or all the highlighted lines.
DuplicateLinesAction() - Constructor for class jsyntaxpane.actions.DuplicateLinesAction
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y