A B C D E F G H I J L M O P R S T V Y

A

AboutDialog - Class in org.jorion.balboa
About Dialog Box.
AboutDialog(Frame, ResourceBundle) - Constructor for class org.jorion.balboa.AboutDialog
Constructs an initially invisible, non-modal Dialog with an empty title and the specified owner frame.
abstractness() - Method in class org.jorion.jdepend.JavaPackage
 
AbstractParser - Class in org.jorion.jdepend
The AbstractParser class is the base class for classes capable of parsing files to create a JavaClass instance.
AbstractParser() - Constructor for class org.jorion.jdepend.AbstractParser
Default constructor.
AbstractParser(PackageFilter) - Constructor for class org.jorion.jdepend.AbstractParser
 
AbstractTabPanel - Class in org.jorion.balboa.common
This class contains code common to all implementations of ITabPanel.
AbstractTabPanel(String, Config, ResourceBundle, GuiUtils.StatusBar) - Constructor for class org.jorion.balboa.common.AbstractTabPanel
Constructor.
ACC_ABSTRACT - Static variable in class org.jorion.jdepend.ClassFileParser
ACC_ABSTRACT.
ACC_INTERFACE - Static variable in class org.jorion.jdepend.ClassFileParser
ACC_INTERFACE.
accept(String) - Method in class org.jorion.jdepend.PackageFilter
Indicates whether the specified package name passes this package filter.
accept(File) - Method in class org.jorion.util.MyFileNameExtensionFilter
Tests the specified file, returning true if the file is accepted, false otherwise.
actionPerformed(ActionEvent) - Method in class org.jorion.balboa.AboutDialog
Closes the dialog on a button event.
actionPerformed(ActionEvent) - Method in class org.jorion.balboa.OptionsDialog
Handle the button actions.
addActiveComponent(JComponent) - Method in class org.jorion.balboa.common.AbstractTabPanel
 
addAfferent(JavaPackage) - Method in class org.jorion.jdepend.JavaPackage
Adds the specified Java package as an afferent of this package.
addCallingClass(String) - Method in class org.jorion.balboa.links.MyClass
 
addClass(JavaClass) - Method in class org.jorion.jdepend.JavaPackage
 
addEfferent(JavaPackage) - Method in class org.jorion.jdepend.JavaPackage
 
addImportedClasses(String) - Method in class org.jorion.balboa.links.MyClass
 
addImportedPackage(JavaPackage) - Method in class org.jorion.jdepend.JavaClass
 
addJar(Jar) - Method in class org.jorion.balboa.links.MyClass
 
addListener(IListener) - Method in class org.jorion.balboa.links.Links
Register a new listener.
addListener(IListener) - Method in class org.jorion.balboa.lookup.Lookup
Register a new listener.
addPackage(String) - Method in class org.jorion.jdepend.PackageFilter
 
addPackages(Collection<String>) - Method in class org.jorion.jdepend.PackageFilter
 
addParseListener(ParserListener) - Method in class org.jorion.jdepend.AbstractParser
 
afferentCoupling() - Method in class org.jorion.jdepend.JavaPackage
 
arrayToVectorOfVector(E[]) - Static method in class org.jorion.util.MiscUtils
Convert an array of E to a vector of vector of E.

B

BUNDLE_NAME - Static variable in class org.jorion.balboa.Gui
Name of the properties resource bundle file.

C

callListener(File, List<String>) - Method in class org.jorion.balboa.links.Links
Call the listeners to signal a file was parsed.
callListener(File, List<String>) - Method in class org.jorion.balboa.lookup.Lookup
Call the listeners to signal a file was parsed.
CLASS_DESCRIPTOR - Static variable in class org.jorion.jdepend.ClassFileParser
CLASS_DESCRIPTOR.
ClassFileParser - Class in org.jorion.jdepend
The ClassFileParser class is responsible for parsing a Java class file to create a JavaClass instance.
ClassFileParser() - Constructor for class org.jorion.jdepend.ClassFileParser
Default constructor.
ClassFileParser(PackageFilter) - Constructor for class org.jorion.jdepend.ClassFileParser
 
collectAllCycles(List<JavaPackage>) - Method in class org.jorion.jdepend.JavaPackage
Collects all the packages participating in a package dependency cycle which originates from this package.
collectCycle(List<JavaPackage>) - Method in class org.jorion.jdepend.JavaPackage
Collects the packages participating in the first package dependency cycle detected which originates from this package.
compare(JavaClass, JavaClass) - Method in class org.jorion.jdepend.JavaClass.ClassComparator
 
compareEndsWith(String, String, boolean) - Static method in class org.jorion.balboa.lookup.Lookup
Standard case: compare end of strings.
comparePartial(String, String, boolean) - Static method in class org.jorion.balboa.lookup.Lookup
Litteral comparison.
compareTo(Jar) - Method in class org.jorion.balboa.links.Jar
 
compareWildcards(String, String, boolean) - Static method in class org.jorion.balboa.lookup.Lookup
Comparison with wild cards.
Config - Class in org.jorion.balboa.common
Configuration bean for Links and Lookup.
Config() - Constructor for class org.jorion.balboa.common.Config
Default constructor.
Console - Class in org.jorion.balboa
Starts the application in console mode.
Console() - Constructor for class org.jorion.balboa.Console
 
Console - Class in org.jorion.balboa.links
Starts the application in console mode.
Console() - Constructor for class org.jorion.balboa.links.Console
 
Console - Class in org.jorion.balboa.lookup
Starts the application in console mode.
Console() - Constructor for class org.jorion.balboa.lookup.Console
 
CONSTANT_CLASS - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
CONSTANT_DOUBLE - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
CONSTANT_FIELD - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
CONSTANT_FLOAT - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
CONSTANT_INTEGER - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
CONSTANT_INTERFACEMETHOD - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
CONSTANT_LONG - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
CONSTANT_METHOD - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
CONSTANT_NAMEANDTYPE - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
CONSTANT_STRING - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
CONSTANT_UNICODE - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
CONSTANT_UTF8 - Static variable in class org.jorion.jdepend.ClassFileParser
CONSTANT.
containsCycle() - Method in class org.jorion.jdepend.JavaPackage
 
createButton(String, ResourceBundle) - Static method in class org.jorion.balboa.common.GuiUtils
Create a JButton.
createButton(String, ResourceBundle, Font) - Static method in class org.jorion.balboa.common.GuiUtils
Create a JButton.
createCheckBox(String, ResourceBundle, Font) - Static method in class org.jorion.balboa.common.GuiUtils
Create a JCheckbox.
createDefaultClipboardOwner() - Static method in class org.jorion.balboa.common.GuiUtils
 
createLabel(String) - Static method in class org.jorion.balboa.common.GuiUtils
Create a JLabel.
createLabel(String, ResourceBundle) - Static method in class org.jorion.balboa.common.GuiUtils
Create a JLabel.
createLabel(String, ResourceBundle, Font) - Static method in class org.jorion.balboa.common.GuiUtils
Create a JLabel.
createMenuBar(ResourceBundle, Map<String, Action>, String) - Static method in class org.jorion.balboa.common.GuiUtils
Create a JMenu Bar.
createStatusbar() - Static method in class org.jorion.balboa.common.GuiUtils
Create a status bar.
createToolbar(ResourceBundle, Map<String, Action>, String) - Static method in class org.jorion.balboa.common.GuiUtils
Create a JToolBar.

D

debug(String) - Method in class org.jorion.jdepend.AbstractParser
 
DEFAULT_PROPERTY_FILE - Static variable in class org.jorion.jdepend.PropertyConfigurator
Default property file.
dependsUpon(JavaPackage) - Method in class org.jorion.jdepend.JavaPackage
Adds the specified Java package as an efferent of this package and adds this package as an afferent of it.
descriptorToTypes(String) - Method in class org.jorion.jdepend.ClassFileParser
 
distance() - Method in class org.jorion.jdepend.JavaPackage
 
doOk(ActionEvent) - Method in class org.jorion.balboa.OptionsDialog
Ok Action.

E

efferentCoupling() - Method in class org.jorion.jdepend.JavaPackage
 
enableComponents(boolean) - Method in class org.jorion.balboa.common.AbstractTabPanel
Enable or disable all active components.
equals(Object) - Method in class org.jorion.balboa.links.Jar
 
equals(Object) - Method in class org.jorion.jdepend.JavaClass
 
equals(Object) - Method in class org.jorion.jdepend.JavaPackage
 
export() - Method in class org.jorion.balboa.links.GuiPanel
Export some data to the clipboard.
EXT_CLASS - Static variable in class org.jorion.util.MiscUtils
Extension for the class files.
EXT_JAR - Static variable in class org.jorion.util.MiscUtils
Extension for the jar files.

F

findClassesByJar(Map<String, MyClass>, Jar) - Static method in class org.jorion.balboa.links.MyClass
Retrieve all classes belonging to a given jar.
findJars() - Method in class org.jorion.balboa.links.Links
Make sure the base jar does exist, and retrieve all the jars in the classpath.
findMissing(Map<String, MyClass>) - Static method in class org.jorion.balboa.links.MyClass
Return a map of classes imported in the application but not found anywhere.
findMultiples(Map<String, MyClass>) - Static method in class org.jorion.balboa.links.MyClass
 
findUniques(Map<String, MyClass>) - Static method in class org.jorion.balboa.links.MyClass
 
findUsedByJars(List<Jar>, Map<String, MyClass>) - Static method in class org.jorion.balboa.links.Jar
 
findUsingJars(List<Jar>, Map<String, MyClass>) - Static method in class org.jorion.balboa.links.Jar
 
FNT_BOLD - Static variable in class org.jorion.balboa.common.GuiUtils
Default bold font.
FNT_PLAIN - Static variable in class org.jorion.balboa.common.GuiUtils
Default plain font.

G

getAbstractClassCount() - Method in class org.jorion.jdepend.JavaPackage
 
getAfferents() - Method in class org.jorion.jdepend.JavaPackage
 
getAllJars() - Method in class org.jorion.balboa.lookup.Lookup
 
getAnalyzeInnerClasses() - Method in class org.jorion.jdepend.PropertyConfigurator
 
getCallingClasses() - Method in class org.jorion.balboa.links.MyClass
 
getCfg() - Method in class org.jorion.balboa.common.AbstractTabPanel
 
getClassCount() - Method in class org.jorion.jdepend.JavaPackage
 
getClasses() - Method in class org.jorion.balboa.links.Links
 
getClasses() - Method in class org.jorion.jdepend.JavaPackage
 
getClassNames() - Method in class org.jorion.balboa.links.Jar
 
getCommands() - Method in class org.jorion.balboa.Gui
 
getConcreteClassCount() - Method in class org.jorion.jdepend.JavaPackage
 
getConfig() - Method in class org.jorion.balboa.Gui
 
getConfiguredPackages() - Method in class org.jorion.jdepend.PropertyConfigurator
 
getDebug() - Static method in class org.jorion.jdepend.AbstractParser
 
getDefaultPropertyFile() - Static method in class org.jorion.jdepend.PropertyConfigurator
 
getDescription() - Method in class org.jorion.util.MyFileNameExtensionFilter
The description of this filter.
getEfferents() - Method in class org.jorion.jdepend.JavaPackage
 
getExtensions() - Method in class org.jorion.util.MyFileNameExtensionFilter
Returns the set of file name extensions files are tested against.
getFilter() - Method in class org.jorion.balboa.common.Config
 
getFilter() - Method in class org.jorion.jdepend.AbstractParser
 
getFilterAsArray() - Method in class org.jorion.balboa.common.Config
 
getFiltered() - Method in class org.jorion.balboa.links.Jar
 
getFilteredPackages() - Method in class org.jorion.jdepend.PropertyConfigurator
 
getFilters() - Method in class org.jorion.jdepend.PackageFilter
Returns the collection of filtered package names.
getFoundJars() - Method in class org.jorion.balboa.lookup.Lookup
 
getImportedClasses() - Method in class org.jorion.balboa.links.MyClass
 
getImportedPackages() - Method in class org.jorion.jdepend.JavaClass
 
getIniFile() - Method in class org.jorion.balboa.common.Config
 
getInsets() - Method in class org.jorion.balboa.common.AbstractTabPanel
 
getJars() - Method in class org.jorion.balboa.links.MyClass
 
getJPanel() - Method in class org.jorion.balboa.links.GuiPanel
Returns a default JPanel.
getJTree(DefaultTreeModel) - Method in class org.jorion.balboa.links.GuiPanel
Returns a default JTree.
getLinksJarName() - Method in class org.jorion.balboa.common.Config
 
getLinksSourceDir() - Method in class org.jorion.balboa.common.Config
 
getListener() - Static method in class org.jorion.balboa.links.Console
 
getListener() - Static method in class org.jorion.balboa.lookup.Console
 
getLookAndFeel() - Method in class org.jorion.balboa.common.Config
 
getLookupClassName() - Method in class org.jorion.balboa.common.Config
 
getLookupSourceDir() - Method in class org.jorion.balboa.common.Config
 
getName() - Method in class org.jorion.balboa.links.Jar
 
getName() - Method in class org.jorion.balboa.links.MyClass
 
getName() - Method in class org.jorion.jdepend.JavaClass
 
getName() - Method in class org.jorion.jdepend.JavaPackage
 
getPackageName(String) - Method in class org.jorion.balboa.links.MyClassFileParser
Return the package AND the class name, instead of only the package in the base class.
getPackageName(String) - Method in class org.jorion.jdepend.ClassFileParser
 
getPackageName() - Method in class org.jorion.jdepend.JavaClass
 
getPreferredSize() - Method in class org.jorion.balboa.common.GuiUtils.StatusBar
 
getRb() - Method in class org.jorion.balboa.common.AbstractTabPanel
 
getResource(ResourceBundle, String) - Static method in class org.jorion.balboa.common.GuiUtils
 
getResourceString(ResourceBundle, String) - Static method in class org.jorion.balboa.common.GuiUtils
Retrieve the string corresponding to the given key in the given resource bundle.
getSb() - Method in class org.jorion.balboa.common.AbstractTabPanel
 
getShortName() - Method in class org.jorion.balboa.links.Jar
 
getShortName() - Method in class org.jorion.balboa.links.MyClass
 
getSourceFile() - Method in class org.jorion.jdepend.JavaClass
 
getSubJars() - Method in class org.jorion.balboa.links.Links
 
getTarget() - Method in class org.jorion.balboa.common.Config
 
getVolatility() - Method in class org.jorion.jdepend.JavaPackage
 
Gui - Class in org.jorion.balboa
The GUI for the program.
Gui(Config) - Constructor for class org.jorion.balboa.Gui
The default constructor.
GuiPanel - Class in org.jorion.balboa.links
Gui panel for Links.
GuiPanel(String, Config, ResourceBundle, GuiUtils.StatusBar) - Constructor for class org.jorion.balboa.links.GuiPanel
Constructor.
GuiPanel - Class in org.jorion.balboa.lookup
Gui panel for Lookup.
GuiPanel(String, Config, ResourceBundle, GuiUtils.StatusBar) - Constructor for class org.jorion.balboa.lookup.GuiPanel
Constructor.
GuiUtils - Class in org.jorion.balboa.common
Set of static utility function to create the GUI.
GuiUtils.StatusBar - Class in org.jorion.balboa.common
Component to create a status bar.
GuiUtils.StatusBar() - Constructor for class org.jorion.balboa.common.GuiUtils.StatusBar
Default Constructor.

H

hashCode() - Method in class org.jorion.balboa.links.Jar
 
hashCode() - Method in class org.jorion.jdepend.JavaClass
 
hashCode() - Method in class org.jorion.jdepend.JavaPackage
 

I

IListener - Interface in org.jorion.balboa.common
Listener for the class Lookup.
init() - Method in class org.jorion.balboa.links.GuiPanel
Clear all previous data.
init() - Method in class org.jorion.balboa.lookup.GuiPanel
Clear all previous data.
instability() - Method in class org.jorion.jdepend.JavaPackage
 
isAbstract() - Method in class org.jorion.jdepend.JavaClass
 
isClass(String) - Static method in class org.jorion.balboa.links.Jar
 
isFiltered(String) - Method in class org.jorion.balboa.links.Jar
 
isIgnoreCase() - Method in class org.jorion.balboa.common.Config
 
isLookupSubdir() - Method in class org.jorion.balboa.common.Config
 
isTouched() - Method in class org.jorion.balboa.links.Jar
 
ITabPanel - Interface in org.jorion.balboa.common
Interface to be implemented by all tabs in the main GUI.

J

Jar - Class in org.jorion.balboa.links
Encapsulates information about a jar file.
Jar(String, String[]) - Constructor for class org.jorion.balboa.links.Jar
Constructor.
JAVA_MAGIC - Static variable in class org.jorion.jdepend.ClassFileParser
JAVA_MAGIC.
JavaClass - Class in org.jorion.jdepend
The JavaClass class represents a Java class or interface.
JavaClass(String) - Constructor for class org.jorion.jdepend.JavaClass
 
JavaClass.ClassComparator - Class in org.jorion.jdepend
Comparator.
JavaClass.ClassComparator() - Constructor for class org.jorion.jdepend.JavaClass.ClassComparator
 
JavaPackage - Class in org.jorion.jdepend
The JavaPackage class represents a Java package.
JavaPackage(String) - Constructor for class org.jorion.jdepend.JavaPackage
Constructor.
JavaPackage(String, int) - Constructor for class org.jorion.jdepend.JavaPackage
 

L

Links - Class in org.jorion.balboa.links
The Links application.
Links(Config) - Constructor for class org.jorion.balboa.links.Links
Main constructor.
loadProperties() - Method in class org.jorion.balboa.common.Config
Load the property (ini) file.
loadProperties(File) - Static method in class org.jorion.jdepend.PropertyConfigurator
 
Lookup - Class in org.jorion.balboa.lookup
Start class for the lookup feature.
Lookup(Config) - Constructor for class org.jorion.balboa.lookup.Lookup
Default constructor.

M

main(String[]) - Static method in class org.jorion.balboa.Console
One possible entry point for the application.
main(String[]) - Static method in class org.jorion.balboa.Gui
Start the GUI.
main(String[]) - Static method in class org.jorion.balboa.links.Console
One possible entry point for the application.
main(String[]) - Static method in class org.jorion.balboa.lookup.Console
Entry point.
main(String[]) - Static method in class org.jorion.jdepend.ClassFileParser
Test main.
makeConstraints(int, int, int, int) - Static method in class org.jorion.balboa.common.GuiUtils
Helper function to build the GridBagConstraints.
MiscUtils - Class in org.jorion.util
Set of miscellaneous static functions.
MyClass - Class in org.jorion.balboa.links
Encapsulate information about a java class.
MyClass(String, Jar) - Constructor for class org.jorion.balboa.links.MyClass
Constructor for classes found inside a jar.
MyClass(String, String) - Constructor for class org.jorion.balboa.links.MyClass
Constructor for imported classes found in other classes.
MyClassFileParser - Class in org.jorion.balboa.links
This class extends ClassFileParser to modify the behaviour of getPackageName(String s).
MyClassFileParser() - Constructor for class org.jorion.balboa.links.MyClassFileParser
Default constructor.
MyClassFileParser(PackageFilter) - Constructor for class org.jorion.balboa.links.MyClassFileParser
Constructor with a package filter.
MyFileNameExtensionFilter - Class in org.jorion.util
An implementation of FileFilter that filters using a specified set of extensions.
MyFileNameExtensionFilter(String, String...) - Constructor for class org.jorion.util.MyFileNameExtensionFilter
Creates a FileNameExtensionFilter with the specified description and file name extensions.

O

onParsed(File, List<String>) - Method in interface org.jorion.balboa.common.IListener
Function to be called when a jar is parsed.
onParsedJavaClass(JavaClass) - Method in class org.jorion.jdepend.AbstractParser
Informs registered parser listeners that the specified JavaClass was parsed.
onParsedJavaClass(JavaClass) - Method in interface org.jorion.jdepend.ParserListener
Called whenever a Java class file is parsed into the specified JavaClass instance.
OptionsDialog - Class in org.jorion.balboa
About Dialog Box.
OptionsDialog(Frame, ResourceBundle, Config) - Constructor for class org.jorion.balboa.OptionsDialog
Constructs an initially invisible, non-modal Dialog with an empty title and the specified owner frame.
org.jorion.balboa - package org.jorion.balboa
The GUI classes for the application.
org.jorion.balboa.common - package org.jorion.balboa.common
A set of classes common to the whole Balboa application.
org.jorion.balboa.links - package org.jorion.balboa.links
The package for the Links application.
org.jorion.balboa.lookup - package org.jorion.balboa.lookup
The package for the Lookup application.
org.jorion.jdepend - package org.jorion.jdepend
A copy of the main classes of the JDepend application (v2.9) by Mike Clark (www.clarkware.com).
org.jorion.util - package org.jorion.util
A set of utility classes.

P

PackageFilter - Class in org.jorion.jdepend
The PackageFilter class is used to filter imported package names.
PackageFilter() - Constructor for class org.jorion.jdepend.PackageFilter
Constructs a PackageFilter instance containing the filters specified in the jdepend.properties file, if it exists.
PackageFilter(File) - Constructor for class org.jorion.jdepend.PackageFilter
Constructs a PackageFilter instance containing the filters contained in the specified file.
PackageFilter(Collection<String>) - Constructor for class org.jorion.jdepend.PackageFilter
Constructs a PackageFilter instance with the specified collection of package names to filter.
paint(Graphics) - Method in class org.jorion.balboa.common.GuiUtils.StatusBar
 
PANELS - Static variable in class org.jorion.balboa.Console
Panel names.
parse(Map<String, MyClass>) - Method in class org.jorion.balboa.links.Jar
Parse the current jar and look for the given classes.
parse(InputStream) - Method in class org.jorion.jdepend.AbstractParser
Registered parser listeners are informed that the resulting JavaClass was parsed.
parse(File) - Method in class org.jorion.jdepend.ClassFileParser
Registered parser listeners are informed that the resulting JavaClass was parsed.
parse(InputStream) - Method in class org.jorion.jdepend.ClassFileParser
Registered parser listeners are informed that the resulting JavaClass was parsed.
parseArguments(String[], String[], boolean) - Static method in class org.jorion.util.MiscUtils
Parse the given arguments and return false if one of them is not in the list of allowed args.
parseDir(File, List<String>) - Static method in class org.jorion.balboa.links.Jar
Parse recursively the givne directory and stores all the class files inside classes.
parseDir(File) - Method in class org.jorion.balboa.lookup.Lookup
Parse the given directory.
parseFilters(String[]) - Static method in class org.jorion.balboa.links.Jar
Convert an array of filters to a list of filters, removing any trailing "*" as they are not used anyway.
parseJar(Map<String, MyClass>, List<String>, String, Jar.SourceStream) - Method in class org.jorion.balboa.links.Jar
 
parseJar(File) - Method in class org.jorion.balboa.lookup.Lookup
Parse the given jar looking for the given filename.
ParserListener - Interface in org.jorion.jdepend
The ParserListener interface defines a listener notified upon the completion of parsing events.
printInfo(PrintStream) - Static method in class org.jorion.balboa.Gui
 
printInfo(PrintStream) - Static method in class org.jorion.balboa.links.Console
Print help message on the given print stream.
printInfo(PrintStream) - Static method in class org.jorion.balboa.lookup.Console
Print information specific to this entry point.
printWarning(PrintStream) - Static method in class org.jorion.balboa.Console
Print a small warning message about missing mandatory arguments.
printWarning(PrintStream) - Static method in class org.jorion.balboa.links.Console
Print a small warning message about missing mandatory arguments.
printWarning(PrintStream) - Static method in class org.jorion.balboa.lookup.Console
Print a small warning message about missing mandatory arguments.
processWindowEvent(WindowEvent) - Method in class org.jorion.balboa.AboutDialog
This function processes window events.
processWindowEvent(WindowEvent) - Method in class org.jorion.balboa.OptionsDialog
This function processes window events.
PropertyConfigurator - Class in org.jorion.jdepend
The PropertyConfigurator class contains configuration information contained in the jdepend.properties file, if such a file exists either in the user's home directory or somewhere in the classpath.
PropertyConfigurator() - Constructor for class org.jorion.jdepend.PropertyConfigurator
Constructs a PropertyConfigurator instance containing the properties specified in the file jdepend.properties, if it exists.
PropertyConfigurator(Properties) - Constructor for class org.jorion.jdepend.PropertyConfigurator
Constructs a PropertyConfigurator instance with the specified property set.
PropertyConfigurator(File) - Constructor for class org.jorion.jdepend.PropertyConfigurator
Constructs a PropertyConfigurator instance with the specified property file.

R

reloadConfig(Config) - Method in interface org.jorion.balboa.common.ITabPanel
Reload information from the given configuration object.
reloadConfig(File) - Method in class org.jorion.balboa.Gui
Refresh the application with data from the given ini file.
reloadConfig(Config) - Method in class org.jorion.balboa.links.GuiPanel
Reload information from the given configuration object.
reloadConfig(Config) - Method in class org.jorion.balboa.lookup.GuiPanel
Reload information from the given configuration object.
retrieveData() - Method in interface org.jorion.balboa.common.ITabPanel
Refresh the configuration file with data from the panel.
retrieveData() - Method in class org.jorion.balboa.Gui
Refresh the configuration file with data from the panels.
retrieveData() - Method in class org.jorion.balboa.links.GuiPanel
Refresh the configuration file with data from the panel.
retrieveData() - Method in class org.jorion.balboa.lookup.GuiPanel
Refresh the configuration file with data from the panel.

S

saveProperties() - Method in class org.jorion.balboa.common.Config
Save the property (ini) file.
setAbstract(boolean) - Method in class org.jorion.jdepend.JavaClass
 
setAfferents(Collection<JavaPackage>) - Method in class org.jorion.jdepend.JavaPackage
 
setCfg(Config) - Method in class org.jorion.balboa.common.AbstractTabPanel
 
setClassNames(List<String>) - Method in class org.jorion.balboa.links.Jar
 
setDebug(boolean) - Static method in class org.jorion.jdepend.AbstractParser
 
setEfferents(Collection<JavaPackage>) - Method in class org.jorion.jdepend.JavaPackage
 
setFilter(String) - Method in class org.jorion.balboa.common.Config
 
setFilter(PackageFilter) - Method in class org.jorion.jdepend.AbstractParser
 
setFilterAsArray(String[]) - Method in class org.jorion.balboa.common.Config
 
setFiltered(int) - Method in class org.jorion.balboa.links.Jar
 
setIgnoreCase(boolean) - Method in class org.jorion.balboa.common.Config
 
setIniFile(String) - Method in class org.jorion.balboa.common.Config
 
setLinksJarName(String) - Method in class org.jorion.balboa.common.Config
 
setLinksSourceDir(String) - Method in class org.jorion.balboa.common.Config
 
setLocation(Window) - Static method in class org.jorion.balboa.common.GuiUtils
Center the given window on the screen.
setLookAndFeel(String) - Method in class org.jorion.balboa.common.Config
 
setLookAndFeel(Component, String) - Static method in class org.jorion.balboa.common.GuiUtils
Update the given component's look and feel.
setLookupClassName(String) - Method in class org.jorion.balboa.common.Config
 
setLookupSourceDir(String) - Method in class org.jorion.balboa.common.Config
 
setLookupSubdir(boolean) - Method in class org.jorion.balboa.common.Config
 
setMessage(String) - Method in class org.jorion.balboa.common.GuiUtils.StatusBar
Update the status bar message.
setMessage(String, String) - Method in class org.jorion.balboa.common.GuiUtils.StatusBar
Update the status bar message.
setName(String) - Method in class org.jorion.jdepend.JavaClass
 
setPackageName(String) - Method in class org.jorion.jdepend.JavaClass
 
setSourceFile(String) - Method in class org.jorion.jdepend.JavaClass
 
setTarget(String) - Method in class org.jorion.balboa.common.Config
 
setTouched(boolean) - Method in class org.jorion.balboa.links.Jar
 
setVolatility(int) - Method in class org.jorion.jdepend.JavaPackage
 
slashesToDots(String) - Method in class org.jorion.jdepend.ClassFileParser
 
start() - Method in class org.jorion.balboa.links.GuiPanel
Start the analysis.
start() - Method in class org.jorion.balboa.links.Links
Start the analysis.
start() - Method in class org.jorion.balboa.lookup.GuiPanel
Start the class search.
start() - Method in class org.jorion.balboa.lookup.Lookup
Retrieve all the jars of the source directory and parse them.
SUFFIX_ACTION - Static variable in class org.jorion.balboa.common.GuiUtils
Suffix applied to the key used in resource file lookups for an action.
SUFFIX_IMAGE - Static variable in class org.jorion.balboa.common.GuiUtils
Suffix applied to the key used in resource file lookups for an image.
SUFFIX_LABEL - Static variable in class org.jorion.balboa.common.GuiUtils
Suffix applied to the key used in resource file lookups for a label.
SUFFIX_TIP - Static variable in class org.jorion.balboa.common.GuiUtils
Suffix applied to the key used in resource file lookups for tooltip text.

T

tokenize(String) - Static method in class org.jorion.balboa.common.GuiUtils
Take the given string and chop it up into a series of strings on whitespace boundaries.
toString() - Method in class org.jorion.balboa.common.Config
 
toString() - Method in class org.jorion.balboa.links.Jar
 
toString() - Method in class org.jorion.balboa.links.MyClass
 
toString() - Method in class org.jorion.jdepend.ClassFileParser
Returns a string representation of this object.
toString() - Method in class org.jorion.util.MyFileNameExtensionFilter
Returns a string representation of the FileNameExtensionFilter.
touchJars(Jar, List<Jar>, Map<String, MyClass>) - Static method in class org.jorion.balboa.links.Jar
Touch all jars starting from a given jar.

V

VER - Static variable in class org.jorion.balboa.AboutDialog
Program version - this should match the values inside build.properties.

Y

YEAR - Static variable in class org.jorion.balboa.AboutDialog
Current Year.

A B C D E F G H I J L M O P R S T V Y