- fdArrowSize - Static variable in interface dba.utils.constants
-
- FdLogic - Class in dba.gui.auxClasses
-
Class to provide all methods for functional dependencies
- FdLogic() - Constructor for class dba.gui.auxClasses.FdLogic
-
- FDWizard - Class in dba.gui.FDWizard
-
Frame for the New FD Wizard
- FDWizard(RelationSchema, FunctionalDependency) - Constructor for class dba.gui.FDWizard.FDWizard
-
Constructor to create the frame.
- Feedback - Class in dba.options
-
Represents a Feedback (Text,Result)
- Feedback(String, FeedbackEnum) - Constructor for class dba.options.Feedback
-
- FeedbackbarPanel - Class in dba.gui.auxClasses.feedback
-
Class to print a Feedbackmessage for 2sec on a given panel
(Borderlayout south)
- FeedbackbarThread - Class in dba.gui.auxClasses.feedback
-
Thread which prints the message for 5sec
- FeedbackbarThread(JPanel) - Constructor for class dba.gui.auxClasses.feedback.FeedbackbarThread
-
- FeedbackEnum - Enum in dba.options
-
Enumeration class with possible return values from methods
- filterDescendants(Object) - Method in class dba.gui.auxClasses.jGraph.HierarchicalRelationLayout
-
Creates a set of descendant cells, Attribute-Cells get ignored
- fireAfterChange() - Method in class dbaCore.data.events.ChangeSupport
-
Fires a Change-Event indicating change has already happened
- fireBeforeChange() - Method in class dbaCore.data.events.ChangeSupport
-
Fires a Change-Event indicating imminent change
- fireChange(Time) - Method in class dbaCore.data.events.ChangeSupport
-
Fires a Change-Event with the specified time
- FkWizard - Class in dba.gui.FkWizard
-
Frame to create new Foreign-Key constraints
- FkWizard(Database, RelationSchema, Attribute) - Constructor for class dba.gui.FkWizard.FkWizard
-
Constructor to create the frame.
- ForeignKeyConstraint - Class in dbaCore.data
-
Class representing a ForeignKey-Constraint
- ForeignKeyConstraint() - Constructor for class dbaCore.data.ForeignKeyConstraint
-
- ForeignKeyConstraint(String, String, String, String) - Constructor for class dbaCore.data.ForeignKeyConstraint
-
- FunctionalDependency - Class in dbaCore.data
-
Class representing a Functional dependency
- FunctionalDependency() - Constructor for class dbaCore.data.FunctionalDependency
-
- FunctionalDependency(ArrayList<Attribute>, ArrayList<Attribute>) - Constructor for class dbaCore.data.FunctionalDependency
-
- FunctionalDependencyNode - Class in dba.gui.auxClasses.nodes
-
Represents Functional Dependency Node in JTree Component
- FunctionalDependencyNode(FunctionalDependency) - Constructor for class dba.gui.auxClasses.nodes.FunctionalDependencyNode
-
Parametric constructor