Skip navigation links
Apache JMeter
A B C D E F G H I J K L M N O P R S T U V W X 

A

AbstractParserControl - Class in org.apache.commons.cli.avalon
Class to inherit from so when in future when new controls are added clients will no have to implement them.
AbstractParserControl() - Constructor for class org.apache.commons.cli.avalon.AbstractParserControl
 
AbstractTreeTableModel - Class in org.apache.jorphan.gui
 
AbstractTreeTableModel(TreeNode) - Constructor for class org.apache.jorphan.gui.AbstractTreeTableModel
 
AbstractTreeTableModel(String[], Functor[], Functor[], Class<?>[]) - Constructor for class org.apache.jorphan.gui.AbstractTreeTableModel
 
accept(String) - Method in interface org.apache.jorphan.reflect.ClassFilter
 
add(Object, HashTree) - Method in class org.apache.jorphan.collections.HashTree
Adds a key as a node at the current level and then adds the given HashTree to that new node.
add(HashTree) - Method in class org.apache.jorphan.collections.HashTree
Adds all the nodes and branches of the given tree to this tree.
add(Object) - Method in class org.apache.jorphan.collections.HashTree
Adds an key into the HashTree at the current level.
add(Object[]) - Method in class org.apache.jorphan.collections.HashTree
Adds all the given objects as nodes at the current level.
add(Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Adds a bunch of keys into the HashTree at the current level.
add(Object, Object) - Method in class org.apache.jorphan.collections.HashTree
Adds a key and it's value in the HashTree.
add(Object, Object[]) - Method in class org.apache.jorphan.collections.HashTree
Adds a key and it's values in the HashTree.
add(Object, Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Adds a key as a node at the current level and then adds all the objects in the second argument as nodes of the new node.
add(Object[], Object[]) - Method in class org.apache.jorphan.collections.HashTree
Adds a series of nodes into the HashTree using the given path.
add(Object[], Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Adds a series of nodes into the HashTree using the given path.
add(Object[], Object) - Method in class org.apache.jorphan.collections.HashTree
 
add(Collection<?>, Object[]) - Method in class org.apache.jorphan.collections.HashTree
Adds a series of nodes into the HashTree using the given path.
add(Collection<?>, Object) - Method in class org.apache.jorphan.collections.HashTree
Adds a series of nodes into the HashTree using the given path.
add(Collection<?>, Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Adds a series of nodes into the HashTree using the given path.
add(Object) - Method in class org.apache.jorphan.collections.ListedHashTree
Adds an key into the HashTree at the current level.
addAll(StatCalculator<T>) - Method in class org.apache.jorphan.math.StatCalculator
 
addArgument(String) - Method in class org.apache.commons.cli.avalon.CLOption
Mutator of Argument property.
addBytes(long) - Method in class org.apache.jorphan.math.StatCalculator
Add to received bytes
addChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledChoice
Adds a change listener, that will be notified when the text in the text field is changed.
addChangeListener(ChangeListener) - Method in interface org.apache.jorphan.gui.JLabeledField
 
addChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Adds a change listener, that will be notified when the text in the text field is changed.
addChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledTextField
Adds a change listener, that will be notified when the text in the text field is changed.
addColumnValue(String, Object) - Method in class org.apache.jorphan.collections.Data
Adds a value into the Data set at the current row, using a column name to find the column in which to insert the new value.
addHeader(String) - Method in class org.apache.jorphan.collections.Data
Adds a header name to the Data object.
addLayoutComponent(String, Component) - Method in class org.apache.jorphan.gui.layout.VerticalLayout
Not used by this class.
addLogTargetToRootLogger(LogTarget[]) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
addNode(Object, HashTree) - Method in interface org.apache.jorphan.collections.HashTreeTraverser
The tree traverses itself depth-first, calling addNode for each object it encounters as it goes.
addNode(Object, HashTree) - Method in class org.apache.jorphan.collections.SearchByClass
The tree traverses itself depth-first, calling addNode for each object it encounters as it goes.
addRow() - Method in class org.apache.jorphan.collections.Data
 
addRow(Object) - Method in class org.apache.jorphan.gui.ObjectTableModel
 
addSentBytes(long) - Method in class org.apache.jorphan.math.StatCalculator
Add to sent bytes
addTableModelListener(TableModelListener) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
addTreePath(Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
 
addValue(String) - Method in class org.apache.jorphan.gui.JLabeledChoice
 
addValue(T, long) - Method in class org.apache.jorphan.math.StatCalculator
Update the calculator with the value for an aggregated sample.
addValue(T) - Method in class org.apache.jorphan.math.StatCalculator
Add a single value (normally elapsed time)
addValue(int) - Method in class org.apache.jorphan.math.StatCalculatorInteger
 
addValue(int, int) - Method in class org.apache.jorphan.math.StatCalculatorInteger
Update the calculator with the value for an aggregated sample.
addValue(long) - Method in class org.apache.jorphan.math.StatCalculatorLong
Add a single value (normally elapsed time)
addValue(long, int) - Method in class org.apache.jorphan.math.StatCalculatorLong
Update the calculator with the value for an aggregated sample.
allRowsChanged() - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
append(Data) - Method in class org.apache.jorphan.collections.Data
Adds the rows of the given Data object to this Data object.
applyRenderers(JTable, TableCellRenderer[]) - Static method in class org.apache.jorphan.gui.RendererUtils
 
ARGUMENT_DISALLOWED - Static variable in class org.apache.commons.cli.avalon.CLOptionDescriptor
Flag to say this option does not take arguments
ARGUMENT_OPTIONAL - Static variable in class org.apache.commons.cli.avalon.CLOptionDescriptor
Flag to say that the argument is optional
ARGUMENT_REQUIRED - Static variable in class org.apache.commons.cli.avalon.CLOptionDescriptor
Flag to say that one argument is required
ARGUMENTS_REQUIRED_2 - Static variable in class org.apache.commons.cli.avalon.CLOptionDescriptor
Flag to say this option requires 2 arguments

B

baToHexBytes(byte[]) - Static method in class org.apache.jorphan.util.JOrphanUtils
Convert binary byte array to hex string.
baToHexString(byte[]) - Static method in class org.apache.jorphan.util.JOrphanUtils
Convert binary byte array to hex string.
baToHexString(byte[], char) - Static method in class org.apache.jorphan.util.JOrphanUtils
Convert binary byte array to hex string.
bind(ContextMap) - Static method in class org.apache.log.ContextMap
Deprecated.
Bind a particular ContextMap to current thread.
booleanToSTRING(boolean) - Static method in class org.apache.jorphan.util.JOrphanUtils
Convert a boolean to its upper case string representation.
BOTH - Static variable in class org.apache.jorphan.gui.layout.VerticalLayout
The horizontal alignment constant that designates stretching the component horizontally.
BOTTOM - Static variable in class org.apache.jorphan.gui.layout.VerticalLayout
The anchoring constant that designates anchoring to the bottom of the display area.

C

cancelEditing(JTable) - Static method in class org.apache.jorphan.gui.GuiUtils
cancel any editing that is currently being done on the table.
canSafelyWriteToFolder(File) - Static method in class org.apache.jorphan.util.JOrphanUtils
Throw IllegalArgumentException if folder cannot be written to either: Because it exists but is not a folder Because it exists but is not empty Because it does not exist but cannot be created
canSafelyWriteToFolder(File, boolean) - Static method in class org.apache.jorphan.util.JOrphanUtils
Check whether we can write to a folder.
CATEGORY_SEPARATOR - Static variable in class org.apache.log.Logger
Deprecated.
Will be dropped in 3.3
CENTER - Static variable in class org.apache.jorphan.gui.layout.VerticalLayout
The horizontal alignment constant that designates centering.
centerComponentInComponent(Component, Component) - Static method in class org.apache.jorphan.gui.ComponentUtil
Use this static method if you want to center a component over another component.
centerComponentInWindow(Component, int) - Static method in class org.apache.jorphan.gui.ComponentUtil
Use this static method if you want to center and set its position compared to the size of the current users screen size.
centerComponentInWindow(Component) - Static method in class org.apache.jorphan.gui.ComponentUtil
Use this static method if you want to center a component in Window.
checkFunctors(Object, Class<?>) - Method in class org.apache.jorphan.gui.ObjectTableModel
Check all registered functors.
checkMethod(Object) - Method in class org.apache.jorphan.reflect.Functor
Deprecated.
** for use by Unit test code only **
checkMethod(Object, Class<?>) - Method in class org.apache.jorphan.reflect.Functor
Deprecated.
** for use by Unit test code only **
CLArgsParser - Class in org.apache.commons.cli.avalon
Parser for command line arguments.
CLArgsParser(String[], CLOptionDescriptor[], ParserControl) - Constructor for class org.apache.commons.cli.avalon.CLArgsParser
Create a parser that can deal with options and parses certain args.
CLArgsParser(String[], CLOptionDescriptor[]) - Constructor for class org.apache.commons.cli.avalon.CLArgsParser
Create a parser that deals with options and parses certain args.
classes - Variable in class org.apache.jorphan.gui.AbstractTreeTableModel
 
ClassFilter - Interface in org.apache.jorphan.reflect
filter class when visiting the search path with ClassFinder
ClassFinder - Class in org.apache.jorphan.reflect
This class finds classes that extend one of a set of parent classes
ClassTools - Class in org.apache.jorphan.reflect
Utility methods for handling dynamic access to classes.
ClassTools() - Constructor for class org.apache.jorphan.reflect.ClassTools
 
clear() - Method in class org.apache.jorphan.collections.HashTree
Clears the HashTree of all contents.
clear() - Method in class org.apache.jorphan.collections.ListedHashTree
Clears the HashTree of all contents.
clear() - Method in class org.apache.jorphan.math.StatCalculator
 
clear() - Method in class org.apache.log.ContextMap
Deprecated.
Empty the context map.
clearData() - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
 
clearData() - Method in class org.apache.jorphan.gui.ObjectTableModel
 
clone() - Method in class org.apache.jorphan.collections.HashTree
Create a clone of this HashTree.
clone() - Method in class org.apache.jorphan.collections.ListedHashTree
Create a clone of this HashTree.
cloneTree(HashTree) - Method in class org.apache.jorphan.collections.HashTree
 
CLOption - Class in org.apache.commons.cli.avalon
Basic class describing an instance of option.
CLOption(CLOptionDescriptor) - Constructor for class org.apache.commons.cli.avalon.CLOption
Constructor taking an descriptor
CLOption(String) - Constructor for class org.apache.commons.cli.avalon.CLOption
Constructor taking argument for option.
CLOptionDescriptor - Class in org.apache.commons.cli.avalon
Basic class describing an type of option.
CLOptionDescriptor(String, int, int, String) - Constructor for class org.apache.commons.cli.avalon.CLOptionDescriptor
Constructor.
CLOptionDescriptor(String, int, int, String, CLOptionDescriptor[]) - Constructor for class org.apache.commons.cli.avalon.CLOptionDescriptor
Constructor.
closeQuietly(Closeable) - Static method in class org.apache.jorphan.util.JOrphanUtils
Close a Closeable with no error thrown
closeQuietly(Socket) - Static method in class org.apache.jorphan.util.JOrphanUtils
close a Socket with no error thrown
closeQuietly(ServerSocket) - Static method in class org.apache.jorphan.util.JOrphanUtils
close a Socket with no error thrown
closeTag(String) - Method in class org.apache.jorphan.util.XMLBuffer
Close top tag from stack.
CLUtil - Class in org.apache.commons.cli.avalon
CLUtil offers basic utility operations for use both internal and external to package.
compare(ObjectTableSorter.Row, ObjectTableSorter.Row) - Method in class org.apache.jorphan.gui.ObjectTableSorter.PreserveLastRowComparator
 
compare(Number[], Number[]) - Method in class org.apache.jorphan.math.NumberComparator
ComponentUtil - Class in org.apache.jorphan.gui
This class is a Util for awt Component and could be used to place them in center of an other.
construct(String) - Static method in class org.apache.jorphan.reflect.ClassTools
Call no-args constructor for a class.
construct(String, int) - Static method in class org.apache.jorphan.reflect.ClassTools
Call a class constructor with an integer parameter
construct(String, String) - Static method in class org.apache.jorphan.reflect.ClassTools
Call a class constructor with an String parameter
containsKey(Object) - Method in class org.apache.jorphan.collections.HashTree
If the HashTree contains the given object as a key at the top level, then a true result is returned, otherwise false.
containsValue(Object) - Method in class org.apache.jorphan.collections.HashTree
Implemented as required by the Map interface, but is not very useful here.
ContextMap - Class in org.apache.log
Deprecated.
Will be dropped in 3.3
ContextMap() - Constructor for class org.apache.log.ContextMap
Deprecated.
Default constructor.
ContextMap(ContextMap) - Constructor for class org.apache.log.ContextMap
Deprecated.
Constructor that sets parent contextMap.
convert(Object, Class<?>) - Static method in class org.apache.jorphan.util.Converter
Convert the given value object to an object of the given type
Converter - Class in org.apache.jorphan.util
Converter utilities for TestBeans
Converter() - Constructor for class org.apache.jorphan.util.Converter
 
convertRowIndexToModel(int) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
convertRowIndexToView(int) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
copyTextToClipboard(String) - Static method in class org.apache.jorphan.gui.GuiUtils
Copy text to clipboard
createLabelCombo(String, JComboBox<?>) - Static method in class org.apache.jorphan.gui.GuiUtils
Create a GUI component JLabel + JComboBox with a left and right margin (5px)
createNewTree() - Method in class org.apache.jorphan.collections.HashTree
Creates a new tree.
createNewTree(Object) - Method in class org.apache.jorphan.collections.HashTree
Creates a new tree.
createNewTree(Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Creates a new tree.
createNewTree() - Method in class org.apache.jorphan.collections.ListedHashTree
Creates a new tree.
createNewTree(Object) - Method in class org.apache.jorphan.collections.ListedHashTree
Creates a new tree.
createNewTree(Collection<?>) - Method in class org.apache.jorphan.collections.ListedHashTree
Creates a new tree.
createTextField(int) - Method in class org.apache.jorphan.gui.JLabeledPasswordField
 
createTextField(int) - Method in class org.apache.jorphan.gui.JLabeledTextField
 

D

Data - Class in org.apache.jorphan.collections
Use this class to store database-like data.
Data() - Constructor for class org.apache.jorphan.collections.Data
Constructor - takes no arguments.
data - Variable in class org.apache.jorphan.collections.HashTree
 
debug(String, Throwable) - Method in class org.apache.log.Logger
Deprecated.
Log a debug priority event.
debug(String) - Method in class org.apache.log.Logger
Deprecated.
Log a debug priority event.
DEBUG - Static variable in class org.apache.log.Priority
Deprecated.
Developer orientated messages, usually used during development of product.
DEFAULT_PATTERN - Static variable in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
DefaultTreeTableModel - Class in org.apache.jorphan.gui
 
DefaultTreeTableModel() - Constructor for class org.apache.jorphan.gui.DefaultTreeTableModel
 
DefaultTreeTableModel(TreeNode) - Constructor for class org.apache.jorphan.gui.DefaultTreeTableModel
 
DefaultTreeTableModel(String[], Functor[], Functor[], Class<?>[]) - Constructor for class org.apache.jorphan.gui.DefaultTreeTableModel
 
describeOptions(CLOptionDescriptor[]) - Static method in class org.apache.commons.cli.avalon.CLUtil
Format options into StringBuilder and return.
displayThreads(boolean) - Static method in class org.apache.jorphan.util.JOrphanUtils
Display currently running threads on system.out This may be expensive to run.
dispose() - Method in class org.apache.jorphan.gui.MenuScroller
Removes this MenuScroller from the associated menu and restores the default behavior of the menu.
divide(T, int) - Method in class org.apache.jorphan.math.StatCalculator
 
divide(T, long) - Method in class org.apache.jorphan.math.StatCalculator
 
divide(Integer, int) - Method in class org.apache.jorphan.math.StatCalculatorInteger
 
divide(Integer, long) - Method in class org.apache.jorphan.math.StatCalculatorInteger
 
divide(Long, int) - Method in class org.apache.jorphan.math.StatCalculatorLong
 
divide(Long, long) - Method in class org.apache.jorphan.math.StatCalculatorLong
 
dumpHeap(String, boolean) - Static method in class org.apache.jorphan.util.HeapDumper
Dumps the heap to the outputFile file in the same format as the hprof heap dump.
dumpHeap(String) - Static method in class org.apache.jorphan.util.HeapDumper
Dumps live objects from the heap to the outputFile file in the same format as the hprof heap dump.
dumpHeap() - Static method in class org.apache.jorphan.util.HeapDumper
Dumps live objects from the heap to the outputFile file in the same format as the hprof heap dump.
dumpHeap(boolean) - Static method in class org.apache.jorphan.util.HeapDumper
Dumps objects from the heap to the outputFile file in the same format as the hprof heap dump.
dumpHeap(File, boolean) - Static method in class org.apache.jorphan.util.HeapDumper
Dumps objects from the heap to the outputFile file in the same format as the hprof heap dump.
DUPLICATES_ALLOWED - Static variable in class org.apache.commons.cli.avalon.CLOptionDescriptor
Flag to say this option may be repeated on the command line

E

entrySet() - Method in class org.apache.jorphan.collections.HashTree
Exists to satisfy the Map interface.
equals(Object) - Method in class org.apache.jorphan.collections.HashTree
Compares all objects in the tree and verifies that the two trees contain the same objects at the same tree levels.
equals(Object) - Method in class org.apache.jorphan.collections.ListedHashTree
Compares all objects in the tree and verifies that the two trees contain the same objects at the same tree levels.
equals(Object) - Method in class org.apache.jorphan.io.TextFile
error(String, Throwable) - Method in class org.apache.log.Logger
Deprecated.
Log a error priority event.
error(String) - Method in class org.apache.log.Logger
Deprecated.
Log a error priority event.
ERROR - Static variable in class org.apache.log.Priority
Deprecated.
A problem has occurred but it is not fatal.

F

FATAL_ERROR - Static variable in class org.apache.log.Priority
Deprecated.
Something caused whole system to fail.
fatalError(String, Throwable) - Method in class org.apache.log.Logger
Deprecated.
Log a fatalError priority event.
fatalError(String) - Method in class org.apache.log.Logger
Deprecated.
Log a fatalError priority event.
finalize() - Method in class org.apache.jorphan.gui.MenuScroller
Ensures that the dispose method of this MenuScroller is called when there are no more references to it.
findAnnotatedClasses(String[], Class<? extends Annotation>[], boolean) - Static method in class org.apache.jorphan.reflect.ClassFinder
Find classes in the provided path(s)/jar(s) that extend the class(es).
findAnnotatedClasses(String[], Class<? extends Annotation>[]) - Static method in class org.apache.jorphan.reflect.ClassFinder
Find classes in the provided path(s)/jar(s) that extend the class(es).
findClasses(String[], ClassFilter) - Static method in class org.apache.jorphan.reflect.ClassFinder
Find all classes in the given jars that passes the class filter.
findClassesThatExtend(String[], Class<?>[]) - Static method in class org.apache.jorphan.reflect.ClassFinder
Convenience method for ClassFinder.findClassesThatExtend(String[], Class[], boolean) with the option to include inner classes in the search set to false.
findClassesThatExtend(String[], Class<?>[], boolean) - Static method in class org.apache.jorphan.reflect.ClassFinder
Find classes in the provided path(s)/jar(s) that extend the class(es).
findClassesThatExtend(String[], Class<?>[], boolean, String, String) - Static method in class org.apache.jorphan.reflect.ClassFinder
Find classes in the provided path(s)/jar(s) that extend the class(es).
findClassesThatExtend(String[], Class<?>[], boolean, String, String, boolean) - Static method in class org.apache.jorphan.reflect.ClassFinder
Find classes in the provided path(s)/jar(s) that extend the class(es).
findValue(String, Object) - Method in class org.apache.jorphan.collections.Data
Returns the row number where a certain value is.
fireTreeNodesChanged(TreeNode, Object[], int[], Object[]) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
 
fixLastRow() - Method in class org.apache.jorphan.gui.ObjectTableSorter
Sets primary comparator to one that don't sort last row.
fixSize(TableColumn, JTable) - Static method in class org.apache.jorphan.gui.GuiUtils
Fix the size of a column according to the header text.
focusGained(FocusEvent) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Catch what the value was when focus was gained.
focusGained(FocusEvent) - Method in class org.apache.jorphan.gui.JLabeledTextField
Catch what the value was when focus was gained.
focusLost(FocusEvent) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Callback method when the focus to the Text Field component is lost.
focusLost(FocusEvent) - Method in class org.apache.jorphan.gui.JLabeledTextField
Callback method when the focus to the Text Field component is lost.
formatCalendar(Calendar, String) - Static method in class org.apache.jorphan.util.Converter
Format a calendar using a given pattern
formatDate(Date, String) - Static method in class org.apache.jorphan.util.Converter
Format a date using a given pattern
formatDate(Date, String) - Static method in class org.apache.jorphan.util.Converter
Format a date using a given pattern
formatDate(String, String) - Static method in class org.apache.jorphan.util.Converter
Format a date using a given pattern
formatDate(Calendar, String) - Static method in class org.apache.jorphan.util.Converter
Format a date using a given pattern
formatDuration(long) - Static method in class org.apache.jorphan.util.JOrphanUtils
 
formatter - Variable in class org.apache.jorphan.gui.NumberRenderer
 
Functor - Class in org.apache.jorphan.reflect
Implements function call-backs.
Functor(Object, String) - Constructor for class org.apache.jorphan.reflect.Functor
Create a functor with the invokee and a method name.
Functor(Class<?>, String) - Constructor for class org.apache.jorphan.reflect.Functor
Create a functor from class and method name.
Functor(Object, String, Class<?>[]) - Constructor for class org.apache.jorphan.reflect.Functor
Create a functor with the invokee, method name, and argument class types.
Functor(Class<?>, String, Class<?>[]) - Constructor for class org.apache.jorphan.reflect.Functor
Create a functor with the class, method name, and argument class types.
Functor(String) - Constructor for class org.apache.jorphan.reflect.Functor
Create a functor with just the method name.
Functor(String, Class<?>[]) - Constructor for class org.apache.jorphan.reflect.Functor
Create a functor with the method name and argument class types.
Functor(Object, String, Object[]) - Constructor for class org.apache.jorphan.reflect.Functor
Create a functor with an invokee, method name, and argument values.
Functor(String, Object[]) - Constructor for class org.apache.jorphan.reflect.Functor
Create a functor from method name and arguments.

G

generateHostCert(File, String, String, int) - Static method in class org.apache.jorphan.exec.KeyToolUtils
Create a host certificate signed with the CA certificate.
generateProxyCA(File, String, int) - Static method in class org.apache.jorphan.exec.KeyToolUtils
Creates a self-signed Root CA certificate and an intermediate CA certificate (signed by the Root CA certificate) that can be used to sign server certificates.
genkeypair(File, String, String, int, String, String) - Static method in class org.apache.jorphan.exec.KeyToolUtils
Generate a self-signed keypair using the algorithm "RSA".
get(Object) - Method in class org.apache.jorphan.collections.HashTree
Returns the HashTree object associated with the given key.
get(String, Object) - Method in class org.apache.log.ContextMap
Deprecated.
Get an entry from the context.
get(String) - Method in class org.apache.log.ContextMap
Deprecated.
Get an entry from the context.
getArgument() - Method in class org.apache.commons.cli.avalon.CLOption
Retrieve argument to option if it takes arguments.
getArgument(int) - Method in class org.apache.commons.cli.avalon.CLOption
Retrieve indexed argument to option if it takes arguments.
getArgumentById(int) - Method in class org.apache.commons.cli.avalon.CLArgsParser
Retrieve the CLOption with specified id, or null if no command line option is found.
getArgumentByName(String) - Method in class org.apache.commons.cli.avalon.CLArgsParser
Retrieve the CLOption with specified name, or null if no command line option is found.
getArgumentCount() - Method in class org.apache.commons.cli.avalon.CLOption
Get number of arguments.
getArguments() - Method in class org.apache.commons.cli.avalon.CLArgsParser
Retrieve a list of options that were parsed from command list.
getArray() - Method in class org.apache.jorphan.collections.HashTree
Gets an array of all keys in the current HashTree node.
getArray(Object) - Method in class org.apache.jorphan.collections.HashTree
Gets an array of all keys in the HashTree mapped to the given key of the current HashTree object (in other words, one level down).
getArray(Object[]) - Method in class org.apache.jorphan.collections.HashTree
Recurses down into the HashTree stucture using each subsequent key in the array of keys, and returns an array of keys of the HashTree object at the end of the recursion.
getArray(Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Recurses down into the HashTree structure using each subsequent key in the treePath argument, and returns an array of keys of the HashTree object at the end of the recursion.
getArray() - Method in class org.apache.jorphan.collections.ListedHashTree
Gets an array of all keys in the current HashTree node.
getBoolean(Object) - Static method in class org.apache.jorphan.util.Converter
Convert object to boolean, or false if conversion failed
getBoolean(Object, boolean) - Static method in class org.apache.jorphan.util.Converter
Convert object to boolean, or defaultValue if conversion failed
getBottomFixedCount() - Method in class org.apache.jorphan.gui.MenuScroller
Returns the number of items fixed at the bottom of the menu or popup menu.
getByteArraySlice(byte[], int, int) - Static method in class org.apache.jorphan.util.JOrphanUtils
Returns a slice of a byte array.
getCAaliases() - Static method in class org.apache.jorphan.exec.KeyToolUtils
Returns a list of the CA aliases that should be in the keystore.
getCalendar(Object, Calendar) - Static method in class org.apache.jorphan.util.Converter
Converts the given object to a calendar object.
getCalendar(Object) - Static method in class org.apache.jorphan.util.Converter
Converts the given object to a calendar object.
getCategory() - Method in class org.apache.log.LogEvent
Deprecated.
Get the category that LogEvent relates to.
getChar(Object) - Static method in class org.apache.jorphan.util.Converter
Convert object to char, or ' ' if no conversion can be applied
getChar(Object, char) - Static method in class org.apache.jorphan.util.Converter
Convert object to char, or defaultValue if no conversion can be applied
getChild(Object, int) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
 
getChildCount(Object) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
 
getChildLogger(String) - Method in class org.apache.log.Logger
Deprecated.
Create a new child logger.
getChildren() - Method in class org.apache.log.Logger
Deprecated.
Will be dropped in 3.3
getColumn(String) - Method in class org.apache.jorphan.collections.Data
This method will retrieve every entry in a certain column.
getColumnAsObjectArray(String) - Method in class org.apache.jorphan.collections.Data
This method will retrieve every entry in a certain column.
getColumnClass(int) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
getColumnClass(int) - Method in class org.apache.jorphan.gui.ObjectTableModel
getColumnCount() - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
The implementation is exactly the same as ObjectTableModel.getColumnCount.
getColumnCount() - Method in class org.apache.jorphan.gui.ObjectTableModel
getColumnName(int) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
getColumnName(int) - Method in class org.apache.jorphan.gui.ObjectTableModel
getColumnValue(String) - Method in class org.apache.jorphan.collections.Data
Gets the value in the current row of the given column.
getColumnValue(int) - Method in class org.apache.jorphan.collections.Data
Gets the value in the current row of the given column.
getColumnValue(int, int) - Method in class org.apache.jorphan.collections.Data
 
getComparatorFromSortKey(RowSorter.SortKey) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
getComponentList() - Method in class org.apache.jorphan.gui.JLabeledChoice
Get the label JLabel followed by the combo-box @link JComboBox.
getComponentList() - Method in interface org.apache.jorphan.gui.JLabeledField
 
getComponentList() - Method in class org.apache.jorphan.gui.JLabeledTextArea
Get the label JLabel followed by the text field @link JTextArea.
getComponentList() - Method in class org.apache.jorphan.gui.JLabeledTextField
Get the label JLabel followed by the text field @link JTextField.
getContextMap() - Method in class org.apache.log.LogEvent
Deprecated.
Get ContextMap associated with LogEvent
getCount() - Method in class org.apache.jorphan.math.StatCalculator
 
getCurrentContext() - Static method in class org.apache.log.ContextMap
Deprecated.
Get the Current ContextMap.
getCurrentContext(boolean) - Static method in class org.apache.log.ContextMap
Deprecated.
Get the Current ContextMap.
getCurrentPos() - Method in class org.apache.jorphan.collections.Data
Get the number of the current row.
getDataAsText() - Method in class org.apache.jorphan.collections.Data
Returns all the data in the Data set as an array of strings.
getDate(Object) - Static method in class org.apache.jorphan.util.Converter
Converts the given object to a Date object.
getDate(Object, Date) - Static method in class org.apache.jorphan.util.Converter
Converts the given object to a Date object.
getDefaultComparator(int) - Method in class org.apache.jorphan.gui.ObjectTableSorter
Builds a default comparator based on model column class.
getDescription() - Method in class org.apache.commons.cli.avalon.CLOptionDescriptor
Retrieve textual description.
getDescriptor() - Method in class org.apache.commons.cli.avalon.CLOption
 
getDistribution() - Method in class org.apache.jorphan.math.StatCalculator
Returns the distribution of the values in the list.
getDouble(Object, double) - Static method in class org.apache.jorphan.util.Converter
Convert object to double, or defaultValue if conversion failed
getDouble(Object) - Static method in class org.apache.jorphan.util.Converter
Convert object to double, or 0 if conversion failed
getEncoding() - Method in class org.apache.jorphan.io.TextFile
 
getErrorString() - Method in class org.apache.commons.cli.avalon.CLArgsParser
Retrieve an error message that occurred during parsing if one existed.
getExecutionEnvironment() - Method in class org.apache.jorphan.exec.SystemCommand
 
getFallbackComparator() - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
getFile(Object) - Static method in class org.apache.jorphan.util.Converter
Converts an object to a File
getFlags() - Method in class org.apache.commons.cli.avalon.CLOptionDescriptor
Retrieve flags about option.
getFloat(Object, float) - Static method in class org.apache.jorphan.util.Converter
Convert object to float, or defaultValue if conversion failed
getFloat(Object) - Static method in class org.apache.jorphan.util.Converter
Convert object to float, or 0 if conversion failed
getHeaderCount() - Method in class org.apache.jorphan.collections.Data
 
getHeaders() - Method in class org.apache.jorphan.collections.Data
Returns a String array of the column headers.
getId() - Method in class org.apache.commons.cli.avalon.CLOptionDescriptor
Retrieve the id for option.
getIncompatible() - Method in class org.apache.commons.cli.avalon.CLOptionDescriptor
Get the array of incompatible option ids.
getIndex() - Method in class org.apache.jorphan.gui.ObjectTableSorter.Row
 
getInt(Object, int) - Static method in class org.apache.jorphan.util.Converter
Convert object to integer, return defaultValue if object is not convertible or is null.
getInt(Object) - Static method in class org.apache.jorphan.util.Converter
Converts object to an integer, defaults to 0 if object is not convertible or is null.
getInterval() - Method in class org.apache.jorphan.gui.MenuScroller
Returns the scroll interval in milliseconds
getItems() - Method in class org.apache.jorphan.gui.JLabeledChoice
 
getLabel() - Method in class org.apache.jorphan.gui.JLabeledChoice
Returns the text of the label.
getLabel() - Method in class org.apache.jorphan.gui.JLabeledTextArea
Returns the text of the label.
getLabel() - Method in class org.apache.jorphan.gui.JLabeledTextField
Returns the text of the label.
getLoggerFor(String) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
Get the Logger for a class.
getLoggerForClass() - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
Get the Logger for a class - no argument needed because the calling class name is derived automatically from the call stack.
getLoggerForShortName(String) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
getLong(Object, long) - Static method in class org.apache.jorphan.util.Converter
Converts object to a long, return defaultValue if object is not convertible or is null.
getLong(Object) - Static method in class org.apache.jorphan.util.Converter
Converts object to a long, defaults to 0 if object is not convertible or is null
getMax() - Method in class org.apache.jorphan.math.StatCalculator
 
getMean() - Method in class org.apache.jorphan.math.StatCalculator
 
getMedian() - Method in class org.apache.jorphan.math.StatCalculator
 
getMessage() - Method in class org.apache.log.LogEvent
Deprecated.
Get the message associated with event.
getMin() - Method in class org.apache.jorphan.math.StatCalculator
 
getModel() - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
getModelRowCount() - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
getName() - Method in class org.apache.commons.cli.avalon.CLOptionDescriptor
Retrieve name of option which is also text for long option.
getName() - Method in class org.apache.log.Priority
Deprecated.
Get name of priority.
getObjectList() - Method in class org.apache.jorphan.gui.ObjectTableModel
 
getObjectListAsList() - Method in class org.apache.jorphan.gui.ObjectTableModel
 
getOutResult() - Method in class org.apache.jorphan.exec.SystemCommand
 
getPastedText() - Static method in class org.apache.jorphan.gui.GuiUtils
Get pasted text from clipboard
getPercentPoint(float) - Method in class org.apache.jorphan.math.StatCalculator
Get the value which %percent% of the values are less than.
getPercentPoint(double) - Method in class org.apache.jorphan.math.StatCalculator
Get the value which %percent% of the values are less than.
getPrimaryComparator() - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
getPriority() - Method in class org.apache.log.LogEvent
Deprecated.
Get Priority for LogEvent.
getPriorityForName(String) - Static method in class org.apache.log.Priority
Deprecated.
Retrieve a Priority object for the name parameter.
getRelativeTime() - Method in class org.apache.log.LogEvent
Deprecated.
Get the time of the log event relative to start of application.
getRootCAalias() - Static method in class org.apache.jorphan.exec.KeyToolUtils
Get the root CA alias; needed to check the serial number and fingerprint
getRootNode() - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
The root node for the TreeTable
getRowCount() - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
The implementation is exactly the same as ObjectTableModel.getRowCount.
getRowCount() - Method in class org.apache.jorphan.gui.ObjectTableModel
getscrollCount() - Method in class org.apache.jorphan.gui.MenuScroller
Returns the number of items in the scrolling portion of the menu.
getSearchResults() - Method in class org.apache.jorphan.collections.SearchByClass
After traversing the HashTree, call this method to get a collection of the nodes that were found.
getSelectedIndex() - Method in class org.apache.jorphan.gui.JLabeledChoice
 
getSelectedItems() - Method in class org.apache.jorphan.gui.JLabeledChoice
 
getSize() - Method in class org.apache.log.ContextMap
Deprecated.
Get the number of contexts in map.
getSortKeys() - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
getStandardDeviation() - Method in class org.apache.jorphan.math.StatCalculator
 
getString(Object, String) - Static method in class org.apache.jorphan.util.Converter
Converts object to a String, return defaultValue if object is null.
getString(Object) - Static method in class org.apache.jorphan.util.Converter
Converts object to a String, defaults to empty string if object is null.
getSubTree(Object) - Method in class org.apache.jorphan.collections.SearchByClass
Given a specific found node, this method will return the sub tree of that node.
getSum() - Method in class org.apache.jorphan.math.StatCalculator
 
getText() - Method in class org.apache.jorphan.gui.JLabeledChoice
Returns the text in the Text Field.
getText() - Method in interface org.apache.jorphan.gui.JLabeledField
 
getText() - Method in class org.apache.jorphan.gui.JLabeledTextArea
Returns the text in the Text Field.
getText() - Method in class org.apache.jorphan.gui.JLabeledTextField
Returns the text in the Text Field.
getText() - Method in class org.apache.jorphan.io.TextFile
Read the whole file content and return it as a string.
getTextLines() - Method in class org.apache.jorphan.gui.JLabeledTextArea
 
getThrowable() - Method in class org.apache.log.LogEvent
Deprecated.
Get throwable instance associated with event.
getTime() - Method in class org.apache.log.LogEvent
Deprecated.
Get the absolute time of the log event.
getToolTipText() - Method in class org.apache.jorphan.gui.JLabeledChoice
Returns the tooltip string that has been set with setToolTipText
getToolTipText() - Method in class org.apache.jorphan.gui.JLabeledTextArea
Returns the tooltip string that has been set with setToolTipText
getToolTipText() - Method in class org.apache.jorphan.gui.JLabeledTextField
Returns the tooltip string that has been set with setToolTipText
getTopFixedCount() - Method in class org.apache.jorphan.gui.MenuScroller
Returns the number of items fixed at the top of the menu or popup menu.
getTotalBytes() - Method in class org.apache.jorphan.math.StatCalculator
 
getTotalSentBytes() - Method in class org.apache.jorphan.math.StatCalculator
 
getTree(Object) - Method in class org.apache.jorphan.collections.HashTree
Gets the HashTree mapped to the given key.
getTree(Object[]) - Method in class org.apache.jorphan.collections.HashTree
Gets the HashTree object mapped to the last key in the array by recursing through the HashTree structure one key at a time.
getTree(Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Gets the HashTree object mapped to the last key in the SortedSet by recursing through the HashTree structure one key at a time.
getTreePath(Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
 
getUnparsedArgs() - Method in class org.apache.commons.cli.avalon.CLArgsParser
Retrieve an array of arguments that have not been parsed due to the parser halting.
getValue() - Method in class org.apache.jorphan.gui.ObjectTableSorter.Row
 
getValue() - Method in class org.apache.log.Priority
Deprecated.
Get numerical value associated with priority.
getValueAt(Object, int) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
The method is similar to getValueAt(int,int).
getValueAt(int, int) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
Subclasses need to implement the logic for the method and return the value at the specific cell.
getValueAt(int, int) - Method in class org.apache.jorphan.gui.ObjectTableModel
getValueAt(int) - Method in class org.apache.jorphan.gui.ObjectTableSorter.Row
 
getValueAt(Object, int) - Method in interface org.apache.jorphan.gui.TreeTableModel
The method is similar to getValueAt(int,int).
getValueComparator(int) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
getViewRowCount() - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
GuiUtils - Class in org.apache.jorphan.gui
 
GuiUtils() - Constructor for class org.apache.jorphan.gui.GuiUtils
 

H

hashCode() - Method in class org.apache.jorphan.collections.HashTree
Returns a hashcode for this HashTree.
hashCode() - Method in class org.apache.jorphan.collections.ListedHashTree
Returns a hashcode for this HashTree.
hashCode() - Method in class org.apache.jorphan.io.TextFile
hasHeader(String) - Method in class org.apache.jorphan.collections.Data
Checks to see if a column exists in the Data object.
HashTree - Class in org.apache.jorphan.collections
This class is used to create a tree structure of objects.
HashTree() - Constructor for class org.apache.jorphan.collections.HashTree
Creates an empty new HashTree.
HashTree(Map<Object, HashTree>) - Constructor for class org.apache.jorphan.collections.HashTree
Allow subclasses to provide their own Map.
HashTree(Object) - Constructor for class org.apache.jorphan.collections.HashTree
Creates a new HashTree and adds the given object as a top-level node.
HashTree(Collection<?>) - Constructor for class org.apache.jorphan.collections.HashTree
Creates a new HashTree and adds all the objects in the given collection as top-level nodes in the tree.
HashTree(Object[]) - Constructor for class org.apache.jorphan.collections.HashTree
Creates a new HashTree and adds all the objects in the given array as top-level nodes in the tree.
HashTreeTraverser - Interface in org.apache.jorphan.collections
By implementing this interface, a class can easily traverse a HashTree object, and be notified via callbacks of certain events.
haveKeytool() - Static method in class org.apache.jorphan.exec.KeyToolUtils
 
headers - Variable in class org.apache.jorphan.gui.AbstractTreeTableModel
 
HeapDumper - Class in org.apache.jorphan.util
Class allowing access to Sun's heapDump method (Java 1.6+).

I

info(String, Throwable) - Method in class org.apache.log.Logger
Deprecated.
Log a info priority event.
info(String) - Method in class org.apache.log.Logger
Deprecated.
Log a info priority event.
INFO - Static variable in class org.apache.log.Priority
Deprecated.
Useful information messages such as state changes, client connection, user login etc.
init() - Static method in class org.apache.jorphan.util.HeapDumper
Initialise the dumper, and report if there is a problem.
initializeLogging(Properties) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
initializeProperties(String) - Method in interface org.apache.jorphan.test.UnitTestManager
Your implementation will be handed the filename that was provided to AllTests as a configuration file.
insertLineBreaks(String, String) - Static method in class org.apache.jorphan.util.Converter
Replace newlines "\n" with insertion
insertRow(Object, int) - Method in class org.apache.jorphan.gui.ObjectTableModel
 
invalidate() - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
invoke(Object, String) - Static method in class org.apache.jorphan.reflect.ClassTools
Invoke a public method on a class instance
invoke() - Method in class org.apache.jorphan.reflect.Functor
Invoke a Functor, which must have been created with either a class name or object.
invoke(Object) - Method in class org.apache.jorphan.reflect.Functor
Invoke the method on a given object.
invoke(Object[]) - Method in class org.apache.jorphan.reflect.Functor
Invoke the method with the provided parameters.
invoke(Object, Object[]) - Method in class org.apache.jorphan.reflect.Functor
Invoke the method on the invokee with the provided parameters.
isBlank(String) - Static method in class org.apache.jorphan.util.JOrphanUtils
Check that value is empty (""), null or whitespace only.
isCellEditable(Object, int) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
the method is similar to isCellEditable(int,int).
isCellEditable(int, int) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
By default the abstract class returns true.
isCellEditable(int, int) - Method in class org.apache.jorphan.gui.ObjectTableModel
isCellEditable(Object, int) - Method in interface org.apache.jorphan.gui.TreeTableModel
the method is similar to isCellEditable(int,int).
isDebugEnabled() - Method in class org.apache.log.Logger
Deprecated.
Determine if messages of priority DEBUG will be logged.
isEmpty() - Method in class org.apache.jorphan.collections.HashTree
If the HashTree is empty, true is returned, false otherwise.
isErrorEnabled() - Method in class org.apache.log.Logger
Deprecated.
Determine if messages of priority ERROR will be logged.
isFatalErrorEnabled() - Method in class org.apache.log.Logger
Deprecated.
Determine if messages of priority FATAL_ERROR will be logged.
isFinished(int) - Method in class org.apache.commons.cli.avalon.AbstractParserControl
By default always continue parsing by returning false.
isFinished(int) - Method in interface org.apache.commons.cli.avalon.ParserControl
Called by the parser to determine whether it should stop after last option parsed.
isGreater(Priority) - Method in class org.apache.log.Priority
Deprecated.
Test whether this priority is greater than other priority.
isInfoEnabled() - Method in class org.apache.log.Logger
Deprecated.
Determine if messages of priority INFO will be logged.
isLeaf(Object) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
the implementation checks if the Object is a treenode.
isLower(Priority) - Method in class org.apache.log.Priority
Deprecated.
Test whether this priority is lower than other priority.
isLowerOrEqual(Priority) - Method in class org.apache.log.Priority
Deprecated.
Test whether this priority is lower or equal to other priority.
isPriorityEnabled(Priority) - Method in class org.apache.log.Logger
Deprecated.
Determine if messages of priority will be logged.
isReadOnly() - Method in class org.apache.log.ContextMap
Deprecated.
Determine if context is read-only.
isSortable(int) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
isSorted(int) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
isSorted() - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
isWarnEnabled() - Method in class org.apache.log.Logger
Deprecated.
Determine if messages of priority WARN will be logged.
isXML(byte[]) - Static method in class org.apache.jorphan.util.JOrphanUtils
Detects if some content starts with the standard XML prefix.
iterator() - Method in class org.apache.jorphan.gui.ObjectTableModel
 

J

JLabeledChoice - Class in org.apache.jorphan.gui
 
JLabeledChoice() - Constructor for class org.apache.jorphan.gui.JLabeledChoice
Default constructor, The label and the Text field are left empty.
JLabeledChoice(String, boolean) - Constructor for class org.apache.jorphan.gui.JLabeledChoice
 
JLabeledChoice(String, String[]) - Constructor for class org.apache.jorphan.gui.JLabeledChoice
Constructs a non-editable combo-box with the label displaying the passed text.
JLabeledChoice(String, String[], boolean) - Constructor for class org.apache.jorphan.gui.JLabeledChoice
Constructs a combo-box with the label displaying the passed text.
JLabeledChoice(String, String[], boolean, boolean) - Constructor for class org.apache.jorphan.gui.JLabeledChoice
Constructs a combo-box with the label displaying the passed text.
JLabeledField - Interface in org.apache.jorphan.gui
 
JLabeledPasswordField - Class in org.apache.jorphan.gui
 
JLabeledPasswordField() - Constructor for class org.apache.jorphan.gui.JLabeledPasswordField
 
JLabeledPasswordField(String) - Constructor for class org.apache.jorphan.gui.JLabeledPasswordField
Constructs a new component with the label displaying the passed text.
JLabeledTextArea - Class in org.apache.jorphan.gui
A Helper component that wraps a JTextField with a label into a JPanel (this).
JLabeledTextArea() - Constructor for class org.apache.jorphan.gui.JLabeledTextArea
Default constructor, The label and the Text field are left empty.
JLabeledTextArea(String) - Constructor for class org.apache.jorphan.gui.JLabeledTextArea
Constructs a new component with the label displaying the passed text.
JLabeledTextArea(String, Document) - Constructor for class org.apache.jorphan.gui.JLabeledTextArea
Constructs a new component with the label displaying the passed text.
JLabeledTextField - Class in org.apache.jorphan.gui
A Helper component that wraps a JTextField with a label into a JPanel (this).
JLabeledTextField() - Constructor for class org.apache.jorphan.gui.JLabeledTextField
Default constructor, The label and the Text field are left empty.
JLabeledTextField(String) - Constructor for class org.apache.jorphan.gui.JLabeledTextField
Constructs a new component with the label displaying the passed text.
JLabeledTextField(String, int) - Constructor for class org.apache.jorphan.gui.JLabeledTextField
Constructs a new component with the label displaying the passed text.
JLabeledTextField(String, Color) - Constructor for class org.apache.jorphan.gui.JLabeledTextField
Size defaults to 20
JLabeledTextField(String, int, Color, boolean) - Constructor for class org.apache.jorphan.gui.JLabeledTextField
Size defaults to 20
JMeterError - Error in org.apache.jorphan.util
Custom JMeter Error
JMeterError() - Constructor for error org.apache.jorphan.util.JMeterError
 
JMeterError(String) - Constructor for error org.apache.jorphan.util.JMeterError
 
JMeterError(Throwable) - Constructor for error org.apache.jorphan.util.JMeterError
 
JMeterError(String, Throwable) - Constructor for error org.apache.jorphan.util.JMeterError
 
JMeterError(String, Throwable, boolean, boolean) - Constructor for error org.apache.jorphan.util.JMeterError
 
JMeterException - Exception in org.apache.jorphan.util
Custom JMeter Exception
JMeterException() - Constructor for exception org.apache.jorphan.util.JMeterException
 
JMeterException(String) - Constructor for exception org.apache.jorphan.util.JMeterException
 
JMeterException(Throwable) - Constructor for exception org.apache.jorphan.util.JMeterException
 
JMeterException(String, Throwable) - Constructor for exception org.apache.jorphan.util.JMeterException
 
JMeterException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.jorphan.util.JMeterException
 
JMeterStopTestException - Exception in org.apache.jorphan.util
This Exception is for use by functions etc to signal a Stop Test condition where there is no access to the normal stop method Stop test now means shutdown test waiting for current running samplers to end
JMeterStopTestException() - Constructor for exception org.apache.jorphan.util.JMeterStopTestException
 
JMeterStopTestException(String) - Constructor for exception org.apache.jorphan.util.JMeterStopTestException
 
JMeterStopTestException(String, Throwable) - Constructor for exception org.apache.jorphan.util.JMeterStopTestException
 
JMeterStopTestException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.jorphan.util.JMeterStopTestException
 
JMeterStopTestException(Throwable) - Constructor for exception org.apache.jorphan.util.JMeterStopTestException
 
JMeterStopTestNowException - Exception in org.apache.jorphan.util
This Exception is for use by functions etc to signal a Stop Test Now condition where there is no access to the normal stop method.
JMeterStopTestNowException() - Constructor for exception org.apache.jorphan.util.JMeterStopTestNowException
 
JMeterStopTestNowException(String) - Constructor for exception org.apache.jorphan.util.JMeterStopTestNowException
 
JMeterStopTestNowException(String, Throwable) - Constructor for exception org.apache.jorphan.util.JMeterStopTestNowException
 
JMeterStopTestNowException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.jorphan.util.JMeterStopTestNowException
 
JMeterStopTestNowException(Throwable) - Constructor for exception org.apache.jorphan.util.JMeterStopTestNowException
 
JMeterStopThreadException - Exception in org.apache.jorphan.util
This Exception is for use by functions etc to signal a Stop Thread condition where there is no access to the normal stop method Thread will shutdown after end of current running sampler.
JMeterStopThreadException() - Constructor for exception org.apache.jorphan.util.JMeterStopThreadException
 
JMeterStopThreadException(String) - Constructor for exception org.apache.jorphan.util.JMeterStopThreadException
 
JMeterStopThreadException(String, Throwable) - Constructor for exception org.apache.jorphan.util.JMeterStopThreadException
 
JMeterStopThreadException(Throwable) - Constructor for exception org.apache.jorphan.util.JMeterStopThreadException
 
JMeterStopThreadException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.jorphan.util.JMeterStopThreadException
 
JOrphanUtils - Class in org.apache.jorphan.util
This class contains frequently-used static utility methods.
JTreeTable - Class in org.apache.jorphan.gui
 
JTreeTable() - Constructor for class org.apache.jorphan.gui.JTreeTable
The default implementation will use DefaultTreeTableModel
JTreeTable(int, int) - Constructor for class org.apache.jorphan.gui.JTreeTable
 
JTreeTable(TreeTableModel) - Constructor for class org.apache.jorphan.gui.JTreeTable
 
JTreeTable(Object[][], Object[]) - Constructor for class org.apache.jorphan.gui.JTreeTable
 
JTreeTable(Vector<?>, Vector<?>) - Constructor for class org.apache.jorphan.gui.JTreeTable
 

K

keepVisible(JMenuItem) - Method in class org.apache.jorphan.gui.MenuScroller
Scrolls the specified item into view each time the menu is opened.
keepVisible(int) - Method in class org.apache.jorphan.gui.MenuScroller
Scrolls the item at the specified index into view each time the menu is opened.
keySet() - Method in class org.apache.jorphan.collections.HashTree
Returns a Set of all the keys in the top-level of this HashTree.
KeyToolUtils - Class in org.apache.jorphan.exec
Utilities for working with Java keytool

L

layoutContainer(Container) - Method in class org.apache.jorphan.gui.layout.VerticalLayout
Lays out the container.
LEFT - Static variable in class org.apache.jorphan.gui.layout.VerticalLayout
The horizontal alignment constant that designates left justification.
leftAlign(StringBuilder, int) - Static method in class org.apache.jorphan.util.JOrphanUtils
Left aligns some text in a StringBuilder N.B. modifies the input buffer
list() - Method in class org.apache.jorphan.collections.HashTree
Gets a Collection of all keys in the current HashTree node.
list(Object) - Method in class org.apache.jorphan.collections.HashTree
Gets a Set of all keys in the HashTree mapped to the given key of the current HashTree object (in other words, one level down.
list(Object[]) - Method in class org.apache.jorphan.collections.HashTree
Recurses down into the HashTree stucture using each subsequent key in the array of keys, and returns the Set of keys of the HashTree object at the end of the recursion.
list(Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Recurses down into the HashTree stucture using each subsequent key in the List of keys, and returns the Set of keys of the HashTree object at the end of the recursion.
list() - Method in class org.apache.jorphan.collections.ListedHashTree
Gets a Collection of all keys in the current HashTree node.
list(File, String) - Static method in class org.apache.jorphan.exec.KeyToolUtils
List the contents of a keystore
ListedHashTree - Class in org.apache.jorphan.collections
ListedHashTree is a different implementation of the HashTree collection class.
ListedHashTree() - Constructor for class org.apache.jorphan.collections.ListedHashTree
 
ListedHashTree(Object) - Constructor for class org.apache.jorphan.collections.ListedHashTree
 
ListedHashTree(Collection<?>) - Constructor for class org.apache.jorphan.collections.ListedHashTree
 
ListedHashTree(Object[]) - Constructor for class org.apache.jorphan.collections.ListedHashTree
 
listener - Variable in class org.apache.jorphan.gui.AbstractTreeTableModel
 
log(Priority, String, Throwable) - Method in class org.apache.log.Logger
Deprecated.
Log a event at specific priority with a certain message and throwable.
log(Priority, String) - Method in class org.apache.log.Logger
Deprecated.
Log a event at specific priority with a certain message.
LOG_FILE - Static variable in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
LOG_PRIORITY - Static variable in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
LogEvent - Class in org.apache.log
Deprecated.
Will be dropped in 3.3
LogEvent() - Constructor for class org.apache.log.LogEvent
Deprecated.
 
Logger - Class in org.apache.log
Deprecated.
Will be dropped in 3.3
Logger() - Constructor for class org.apache.log.Logger
Deprecated.
 
LoggingManager - Class in org.apache.jorphan.logging
Deprecated.
since 3.2, use SLF4J for logger creation
LogTarget - Interface in org.apache.log
Deprecated.
Will be dropped in 3.3

M

makeReadOnly() - Method in class org.apache.log.ContextMap
Deprecated.
Make the context read-only.
makeScrollableMenu(JMenu) - Static method in class org.apache.jorphan.gui.GuiUtils
Make menu scrollable
makeScrollPane(Component) - Static method in class org.apache.jorphan.gui.GuiUtils
Create a scroll panel that sets its preferred size to its minimum size.
MenuScroller - Class in org.apache.jorphan.gui
A class that provides scrolling capabilities to a long menu dropdown or popup menu.
MenuScroller(JMenu) - Constructor for class org.apache.jorphan.gui.MenuScroller
Constructs a MenuScroller that scrolls a menu with the default number of items to display at a time, and default scrolling interval.
MenuScroller(JPopupMenu) - Constructor for class org.apache.jorphan.gui.MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the default number of items to display at a time, and default scrolling interval.
MenuScroller(JMenu, int) - Constructor for class org.apache.jorphan.gui.MenuScroller
Constructs a MenuScroller that scrolls a menu with the specified number of items to display at a time, and default scrolling interval.
MenuScroller(JPopupMenu, int) - Constructor for class org.apache.jorphan.gui.MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the specified number of items to display at a time, and default scrolling interval.
MenuScroller(JMenu, int, int) - Constructor for class org.apache.jorphan.gui.MenuScroller
Constructs a MenuScroller that scrolls a menu with the specified number of items to display at a time, and specified scrolling interval.
MenuScroller(JPopupMenu, int, int) - Constructor for class org.apache.jorphan.gui.MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the specified number of items to display at a time, and specified scrolling interval.
MenuScroller(JMenu, int, int, int, int) - Constructor for class org.apache.jorphan.gui.MenuScroller
Constructs a MenuScroller that scrolls a menu with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the menu.
MenuScroller(JPopupMenu, int, int, int, int) - Constructor for class org.apache.jorphan.gui.MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the popup menu.
minimumLayoutSize(Container) - Method in class org.apache.jorphan.gui.layout.VerticalLayout
 
modelStructureChanged() - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
moveRow(int, int, int) - Method in class org.apache.jorphan.gui.ObjectTableModel

N

next() - Method in class org.apache.jorphan.collections.Data
Sets the current position of the Data set to the next row.
nodeStructureChanged(TreeNode) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
 
NONE - Static variable in class org.apache.log.Priority
Deprecated.
Do not log anything.
notifyChangeListeners() - Method in class org.apache.jorphan.gui.JLabeledTextField
Notify all registered change listeners that the text in the text field has changed.
nullifyIfEmptyTrimmed(String) - Static method in class org.apache.jorphan.util.JOrphanUtils
Returns null if input is empty, null or contains spaces
NumberComparator - Class in org.apache.jorphan.math
 
NumberComparator() - Constructor for class org.apache.jorphan.math.NumberComparator
 
NumberRenderer - Class in org.apache.jorphan.gui
Renders numbers in a JTable with a specified format
NumberRenderer() - Constructor for class org.apache.jorphan.gui.NumberRenderer
 
NumberRenderer(String) - Constructor for class org.apache.jorphan.gui.NumberRenderer
 

O

objects - Variable in class org.apache.jorphan.gui.AbstractTreeTableModel
 
ObjectTableModel - Class in org.apache.jorphan.gui
The ObjectTableModel is a TableModel whose rows are objects; columns are defined as Functors on the object.
ObjectTableModel(String[], Class<?>, Functor[], Functor[], Class<?>[]) - Constructor for class org.apache.jorphan.gui.ObjectTableModel
The ObjectTableModel is a TableModel whose rows are objects; columns are defined as Functors on the object.
ObjectTableModel(String[], Class<?>, Functor[], Functor[], Class<?>[], boolean) - Constructor for class org.apache.jorphan.gui.ObjectTableModel
The ObjectTableModel is a TableModel whose rows are objects; columns are defined as Functors on the object.
ObjectTableModel(String[], Functor[], Functor[], Class<?>[]) - Constructor for class org.apache.jorphan.gui.ObjectTableModel
The ObjectTableModel is a TableModel whose rows are objects; columns are defined as Functors on the object.
ObjectTableSorter - Class in org.apache.jorphan.gui
Implementation of a RowSorter for ObjectTableModel
ObjectTableSorter(ObjectTableModel) - Constructor for class org.apache.jorphan.gui.ObjectTableSorter
 
ObjectTableSorter.PreserveLastRowComparator - Class in org.apache.jorphan.gui
 
ObjectTableSorter.Row - Class in org.apache.jorphan.gui
View row with model mapping.
openTag(String) - Method in class org.apache.jorphan.util.XMLBuffer
Open a tag; save on stack.
org.apache.commons.cli.avalon - package org.apache.commons.cli.avalon
Utility code for parsing command-line options.
org.apache.jorphan.collections - package org.apache.jorphan.collections
 
org.apache.jorphan.exec - package org.apache.jorphan.exec
 
org.apache.jorphan.gui - package org.apache.jorphan.gui
 
org.apache.jorphan.gui.layout - package org.apache.jorphan.gui.layout
 
org.apache.jorphan.io - package org.apache.jorphan.io
 
org.apache.jorphan.logging - package org.apache.jorphan.logging
 
org.apache.jorphan.math - package org.apache.jorphan.math
 
org.apache.jorphan.reflect - package org.apache.jorphan.reflect
 
org.apache.jorphan.test - package org.apache.jorphan.test
 
org.apache.jorphan.util - package org.apache.jorphan.util
 
org.apache.log - package org.apache.log
 

P

ParserControl - Interface in org.apache.commons.cli.avalon
ParserControl is used to control particular behaviour of the parser.
POLL_INTERVAL - Static variable in class org.apache.jorphan.exec.SystemCommand
 
preferredLayoutSize(Container) - Method in class org.apache.jorphan.gui.layout.VerticalLayout
 
PreserveLastRowComparator() - Constructor for class org.apache.jorphan.gui.ObjectTableSorter.PreserveLastRowComparator
 
previous() - Method in class org.apache.jorphan.collections.Data
Sets the current position of the Data set to the previous row.
Priority - Class in org.apache.log
Deprecated.
Will be dropped in 3.3
processEvent(LogEvent) - Method in interface org.apache.log.LogTarget
Deprecated.
Process a log event.
processPath() - Method in interface org.apache.jorphan.collections.HashTreeTraverser
Process path is called when a leaf is reached.
processPath() - Method in class org.apache.jorphan.collections.SearchByClass
Process path is called when a leaf is reached.
put(Object, HashTree) - Method in class org.apache.jorphan.collections.HashTree
This is the same as calling HashTree.add(key,value).
putAll(Map<?, ? extends HashTree>) - Method in class org.apache.jorphan.collections.HashTree
The Map given must also be a HashTree, otherwise an UnsupportedOperationException is thrown.

R

RateRenderer - Class in org.apache.jorphan.gui
Renders a rate in a JTable.
RateRenderer(String) - Constructor for class org.apache.jorphan.gui.RateRenderer
 
read(InputStream, byte[], int, int) - Static method in class org.apache.jorphan.util.JOrphanUtils
Read as much as possible into buffer.
readFunctors - Variable in class org.apache.jorphan.gui.AbstractTreeTableModel
 
remove(Object) - Method in class org.apache.jorphan.collections.HashTree
Removes the entire branch specified by the given key.
remove(Object) - Method in class org.apache.jorphan.collections.ListedHashTree
Removes the entire branch specified by the given key.
removeChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledChoice
Removes a change listener.
removeChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Removes a change listener.
removeChangeListener(ChangeListener) - Method in class org.apache.jorphan.gui.JLabeledTextField
Removes a change listener.
removeColumn(int) - Method in class org.apache.jorphan.collections.Data
 
removeLayoutComponent(Component) - Method in class org.apache.jorphan.gui.layout.VerticalLayout
Not used by this class.
removePrefix(String) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
removeRow() - Method in class org.apache.jorphan.collections.Data
Removes the current row.
removeRow(int) - Method in class org.apache.jorphan.collections.Data
 
removeRow(int) - Method in class org.apache.jorphan.gui.ObjectTableModel
removeTableModelListener(TableModelListener) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
RendererUtils - Class in org.apache.jorphan.gui
Utility class for Renderers
replaceAllChars(String, char, String) - Static method in class org.apache.jorphan.util.JOrphanUtils
Version of String.replaceAll() for JDK1.3 See below for another version which replaces strings rather than chars and provides a fast path which does not allocate memory
replaceAllWithRegex(String, String, String, boolean) - Static method in class org.apache.jorphan.util.JOrphanUtils
Replace in source all matches of regex by replacement taking into account case if caseSensitive is true
replaceFirst(String, String, String) - Static method in class org.apache.jorphan.util.JOrphanUtils
Simple-minded String.replace() for JDK1.3 Should probably be recoded...
replaceHeader(String, String) - Method in class org.apache.jorphan.collections.Data
Replaces the given header name with a new header name.
replaceKey(Object, Object) - Method in class org.apache.jorphan.collections.HashTree
Finds the given current key, and replaces it with the given new key.
replaceKey(Object, Object) - Method in class org.apache.jorphan.collections.ListedHashTree
Finds the given current key, and replaces it with the given new key.
requestFocusInWindow() - Method in class org.apache.jorphan.gui.JLabeledTextField
 
reset() - Method in class org.apache.jorphan.collections.Data
Resets the current position of the data set to just before the first element.
RIGHT - Static variable in class org.apache.jorphan.gui.layout.VerticalLayout
The horizontal alignment constant that designates right justification.
rightAlign(StringBuilder, int) - Static method in class org.apache.jorphan.util.JOrphanUtils
Right aligns some text in a StringBuilder N.B. modifies the input buffer
RightAlignRenderer - Class in org.apache.jorphan.gui
Renders items in a JTable right-aligned
RightAlignRenderer() - Constructor for class org.apache.jorphan.gui.RightAlignRenderer
 
ROOT_CACERT_CRT_PFX - Static variable in class org.apache.jorphan.exec.KeyToolUtils
 
rootNode - Variable in class org.apache.jorphan.gui.AbstractTreeTableModel
 
Row(int) - Constructor for class org.apache.jorphan.gui.ObjectTableSorter.Row
 
rowsChanged(int, int, boolean, boolean) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
rowsDeleted(int, int) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
rowsInserted(int, int) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
rowsUpdated(int, int) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
rowsUpdated(int, int, int) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
run(List<String>) - Method in class org.apache.jorphan.exec.SystemCommand
 
run(List<String>, List<String>) - Method in class org.apache.jorphan.exec.SystemCommand
Pipe the output of one command into another

S

search(Object) - Method in class org.apache.jorphan.collections.HashTree
Searches the HashTree structure for the given key.
SearchByClass<T> - Class in org.apache.jorphan.collections
Useful for finding all nodes in the tree that represent objects of a particular type.
SearchByClass(Class<T>) - Constructor for class org.apache.jorphan.collections.SearchByClass
Creates an instance of SearchByClass, and sets the Class to be searched for.
set(Object, Object) - Method in class org.apache.jorphan.collections.HashTree
Sets a key and it's value in the HashTree.
set(Object, HashTree) - Method in class org.apache.jorphan.collections.HashTree
Sets a key into the current tree and assigns it a HashTree as its subtree.
set(Object, Object[]) - Method in class org.apache.jorphan.collections.HashTree
Sets a key and its values in the HashTree.
set(Object, Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Sets a key and its values in the HashTree.
set(Object[], Object[]) - Method in class org.apache.jorphan.collections.HashTree
Sets a series of keys into the HashTree.
set(Object[], Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Sets a series of keys into the HashTree.
set(Collection<?>, Object[]) - Method in class org.apache.jorphan.collections.HashTree
Sets a series of keys into the HashTree.
set(Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Sets the nodes of the current tree to be the objects of the given collection.
set(Collection<?>, Collection<?>) - Method in class org.apache.jorphan.collections.HashTree
Sets a series of keys into the HashTree.
set(Object, Object) - Method in class org.apache.jorphan.collections.ListedHashTree
Sets a key and it's value in the HashTree.
set(Object, HashTree) - Method in class org.apache.jorphan.collections.ListedHashTree
Sets a key into the current tree and assigns it a HashTree as its subtree.
set(Object, Object[]) - Method in class org.apache.jorphan.collections.ListedHashTree
Sets a key and its values in the HashTree.
set(Object, Collection<?>) - Method in class org.apache.jorphan.collections.ListedHashTree
Sets a key and its values in the HashTree.
set(String, Object) - Method in class org.apache.log.ContextMap
Deprecated.
Set a value in context
setAdditivity(boolean) - Method in class org.apache.log.Logger
Deprecated.
Will be dropped in 3.3
setBottomFixedCount(int) - Method in class org.apache.jorphan.gui.MenuScroller
Sets the number of items to fix at the bottom of the menu or popup menu.
setCategory(String) - Method in class org.apache.log.LogEvent
Deprecated.
Set the LogEvent category.
setChoiceListEnabled(boolean) - Method in class org.apache.jorphan.gui.JLabeledChoice
 
setColumnData(String, Object) - Method in class org.apache.jorphan.collections.Data
Sets the data for every row in the column.
setColumnData(int, List<?>) - Method in class org.apache.jorphan.collections.Data
 
setColumnValue(String, Object) - Method in class org.apache.jorphan.collections.Data
Sets the value in the Data set at the current row, using a column name to find the column in which to insert the new value.
setContextMap(ContextMap) - Method in class org.apache.log.LogEvent
Deprecated.
Set the ContextMap for this LogEvent.
setCurrentPos(int) - Method in class org.apache.jorphan.collections.Data
Sets the current pos.
setData(String[], String) - Method in class org.apache.jorphan.collections.Data
Use this method to set the entire data set.
setDocumentModel(Document) - Method in class org.apache.jorphan.gui.JLabeledTextArea
 
setEditable(boolean) - Method in class org.apache.jorphan.gui.JLabeledChoice
 
setEnabled(boolean) - Method in class org.apache.jorphan.gui.JLabeledTextArea
setEnabled(boolean) - Method in class org.apache.jorphan.gui.JLabeledTextField
setEncoding(String) - Method in class org.apache.jorphan.io.TextFile
 
setFallbackComparator(Comparator<ObjectTableSorter.Row>) - Method in class org.apache.jorphan.gui.ObjectTableSorter
Sets a fallback comparator (defaults to model index comparison) if none primary, neither column value comparators can make differences between two rows.
setHeaders(String[]) - Method in class org.apache.jorphan.collections.Data
Sets the headers for the data set.
setInterval(int) - Method in class org.apache.jorphan.gui.MenuScroller
Sets the scroll interval in milliseconds
setLabel(String) - Method in class org.apache.jorphan.gui.JLabeledChoice
Set the text displayed in the label.
setLabel(String) - Method in interface org.apache.jorphan.gui.JLabeledField
 
setLabel(String) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Set the text displayed in the label.
setLabel(String) - Method in class org.apache.jorphan.gui.JLabeledTextField
Set the text displayed in the label.
setLine(String[]) - Method in class org.apache.jorphan.collections.Data
Sets a row of data using an array of strings as input.
setLine(String[], String) - Method in class org.apache.jorphan.collections.Data
Sets a row of data using an array of strings as input.
setLoggingLevels(Properties) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
setLogTargets(LogTarget[]) - Method in class org.apache.log.Logger
Deprecated.
Will be dropped in 3.3
setMessage(String) - Method in class org.apache.log.LogEvent
Deprecated.
Set the message for LogEvent.
setPrimaryComparator(Comparator<ObjectTableSorter.Row>) - Method in class org.apache.jorphan.gui.ObjectTableSorter
Comparator used prior to sorted columns.
setPriority(String, String) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
setPriority(Priority, String) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
setPriority(String) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
setPriority(Priority) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
setPriority(Priority) - Method in class org.apache.log.LogEvent
Deprecated.
Set the priority of LogEvent.
setPriority(Priority) - Method in class org.apache.log.Logger
Deprecated.
Will be dropped in 3.3
setPriorityFullName(String, String) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
setRows(Iterable<?>) - Method in class org.apache.jorphan.gui.ObjectTableModel
 
setScrollCount(int) - Method in class org.apache.jorphan.gui.MenuScroller
Sets the number of items in the scrolling portion of the menu.
setScrollerFor(JMenu) - Static method in class org.apache.jorphan.gui.MenuScroller
Registers a menu to be scrolled with the default number of items to display at a time and the default scrolling interval.
setScrollerFor(JPopupMenu) - Static method in class org.apache.jorphan.gui.MenuScroller
Registers a popup menu to be scrolled with the default number of items to display at a time and the default scrolling interval.
setScrollerFor(JMenu, int) - Static method in class org.apache.jorphan.gui.MenuScroller
Registers a menu to be scrolled with the default number of items to display at a time and the specified scrolling interval.
setScrollerFor(JPopupMenu, int) - Static method in class org.apache.jorphan.gui.MenuScroller
Registers a popup menu to be scrolled with the default number of items to display at a time and the specified scrolling interval.
setScrollerFor(JMenu, int, int) - Static method in class org.apache.jorphan.gui.MenuScroller
Registers a menu to be scrolled, with the specified number of items to display at a time and the specified scrolling interval.
setScrollerFor(JPopupMenu, int, int) - Static method in class org.apache.jorphan.gui.MenuScroller
Registers a popup menu to be scrolled, with the specified number of items to display at a time and the specified scrolling interval.
setScrollerFor(JMenu, int, int, int, int) - Static method in class org.apache.jorphan.gui.MenuScroller
Registers a menu to be scrolled, with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the menu.
setScrollerFor(JPopupMenu, int, int, int, int) - Static method in class org.apache.jorphan.gui.MenuScroller
Registers a popup menu to be scrolled, with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the popup menu.
setSelectedIndex(int) - Method in class org.apache.jorphan.gui.JLabeledChoice
 
setSortKey(RowSorter.SortKey) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
setSortKeys(List<? extends RowSorter.SortKey>) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
setTarget(LogTarget, String) - Static method in class org.apache.jorphan.logging.LoggingManager
Deprecated.
since 3.2, use SLF4J for logging
setText(String) - Method in class org.apache.jorphan.gui.JLabeledChoice
Set the text displayed in the Text Field.
setText(String) - Method in interface org.apache.jorphan.gui.JLabeledField
 
setText(String) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Set the text displayed in the Text Field.
setText(String) - Method in class org.apache.jorphan.gui.JLabeledTextField
Set the text displayed in the Text Field.
setText(String) - Method in class org.apache.jorphan.io.TextFile
Create the file with the given string as content -- or replace its content with the given string if the file already existed.
setThrowable(Throwable) - Method in class org.apache.log.LogEvent
Deprecated.
Set the throwable for LogEvent.
setTime(long) - Method in class org.apache.log.LogEvent
Deprecated.
Set the absolute time of LogEvent.
setToolTipText(String) - Method in class org.apache.jorphan.gui.JLabeledChoice
Registers the text to display in a tool tip.
setToolTipText(String) - Method in class org.apache.jorphan.gui.JLabeledTextArea
Registers the text to display in a tool tip.
setToolTipText(String) - Method in class org.apache.jorphan.gui.JLabeledTextField
Registers the text to display in a tool tip.
setTopFixedCount(int) - Method in class org.apache.jorphan.gui.MenuScroller
Sets the number of items to fix at the top of the menu or popup menu.
setValue(Object) - Method in class org.apache.jorphan.gui.NumberRenderer
 
setValue(Object) - Method in class org.apache.jorphan.gui.RateRenderer
 
setValueAt(Object, Object, int) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
the method is similar to isCellEditable(int,int).
setValueAt(Object, int, int) - Method in class org.apache.jorphan.gui.AbstractTreeTableModel
setValueAt(Object, int, int) - Method in class org.apache.jorphan.gui.ObjectTableModel
setValueAt(Object, Object, int) - Method in interface org.apache.jorphan.gui.TreeTableModel
the method is similar to isCellEditable(int,int).
setValueComparator(int, Comparator<?>) - Method in class org.apache.jorphan.gui.ObjectTableSorter
Assign comparator to given column, if null a getDefaultComparator(int) default one is used instead.
setValues(String[]) - Method in class org.apache.jorphan.gui.JLabeledChoice
 
size() - Method in class org.apache.jorphan.collections.Data
Gets the number of rows in the Data object.
size() - Method in class org.apache.jorphan.collections.HashTree
Returns the number of top-level entries in the HashTree.
sort(String) - Method in class org.apache.jorphan.collections.Data
Sorts the data using a given row as the sorting criteria.
sort() - Method in class org.apache.jorphan.gui.ObjectTableSorter
Sort table
split(String, String, boolean) - Static method in class org.apache.jorphan.util.JOrphanUtils
This is _almost_ equivalent to the String.split method in JDK 1.4.
split(String, String) - Static method in class org.apache.jorphan.util.JOrphanUtils
 
split(String, String, String) - Static method in class org.apache.jorphan.util.JOrphanUtils
Takes a String and a tokenizer character string, and returns a new array of strings of the string split by the tokenizer character(s).
startsWith(byte[], byte[], int) - Static method in class org.apache.jorphan.util.JOrphanUtils
Check if a byte array starts with the given byte array.
StatCalculator<T extends java.lang.Number & java.lang.Comparable<? super T>> - Class in org.apache.jorphan.math
This class serves as a way to calculate the median, max, min etc. of a list of values.
StatCalculator(T, T, T) - Constructor for class org.apache.jorphan.math.StatCalculator
This constructor is used to set up particular values for the generic class instance.
StatCalculatorInteger - Class in org.apache.jorphan.math
StatCalculator for Integer values
StatCalculatorInteger() - Constructor for class org.apache.jorphan.math.StatCalculatorInteger
 
StatCalculatorLong - Class in org.apache.jorphan.math
StatCalculator for Long values
StatCalculatorLong() - Constructor for class org.apache.jorphan.math.StatCalculatorLong
 
stopTableEditing(JTable) - Static method in class org.apache.jorphan.gui.GuiUtils
Stop any editing that is currently being done on the table.
substitute(String, String, String) - Static method in class org.apache.jorphan.util.JOrphanUtils
Replace all patterns in a String
subtractNode() - Method in interface org.apache.jorphan.collections.HashTreeTraverser
Indicates traversal has moved up a step, and the visitor should remove the top node from its stack structure.
subtractNode() - Method in class org.apache.jorphan.collections.SearchByClass
Indicates traversal has moved up a step, and the visitor should remove the top node from its stack structure.
SystemCommand - Class in org.apache.jorphan.exec
Utility class for invoking native system applications
SystemCommand(File, Map<String, String>) - Constructor for class org.apache.jorphan.exec.SystemCommand
 
SystemCommand(File, long, int, Map<String, String>, String, String, String) - Constructor for class org.apache.jorphan.exec.SystemCommand
 
SystemCommand(File, long, int, Map<String, String>, InputStream, OutputStream, OutputStream) - Constructor for class org.apache.jorphan.exec.SystemCommand
 

T

tag(String, CharSequence) - Method in class org.apache.jorphan.util.XMLBuffer
Add a complete tag with content.
TEXT_ARGUMENT - Static variable in class org.apache.commons.cli.avalon.CLOption
Value of CLOptionDescriptor.getId() when the option is a text argument.
TextFile - Class in org.apache.jorphan.io
Utility class to handle text files as a single lump of text.
TextFile(File, String) - Constructor for class org.apache.jorphan.io.TextFile
Create a TextFile object to handle the named file with the given encoding.
TextFile(File) - Constructor for class org.apache.jorphan.io.TextFile
Create a TextFile object to handle the named file with the platform default encoding.
TextFile(String) - Constructor for class org.apache.jorphan.io.TextFile
Create a TextFile object to handle the named file with the platform default encoding.
TextFile(String, String) - Constructor for class org.apache.jorphan.io.TextFile
Create a TextFile object to handle the named file with the given encoding.
threadDump() - Static method in class org.apache.jorphan.util.ThreadDumper
 
threadDump(File) - Static method in class org.apache.jorphan.util.ThreadDumper
 
ThreadDumper - Class in org.apache.jorphan.util
Utility class to create a Thread Dump
toggleSortOrder(int) - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
TOP - Static variable in class org.apache.jorphan.gui.layout.VerticalLayout
The anchoring constant that designates anchoring to the top of the display area.
toString() - Method in class org.apache.commons.cli.avalon.CLOption
Convert to String.
toString() - Method in class org.apache.commons.cli.avalon.CLOptionDescriptor
Convert to String.
toString() - Method in class org.apache.jorphan.collections.Data
 
toString() - Method in class org.apache.jorphan.collections.HashTree
Generate a printable representation of the tree.
toString() - Method in class org.apache.jorphan.gui.layout.VerticalLayout
 
toString() - Method in class org.apache.jorphan.reflect.Functor
 
toString() - Method in class org.apache.jorphan.util.XMLBuffer
Convert the buffer to a string, closing any open tags
toString() - Method in class org.apache.log.Priority
Deprecated.
Overridden string to display Priority in human readable form.
traverse(HashTreeTraverser) - Method in class org.apache.jorphan.collections.HashTree
Allows any implementation of the HashTreeTraverser interface to easily traverse (depth-first) all the nodes of the HashTree.
TreeTableModel - Interface in org.apache.jorphan.gui
This is a basic interface for TreeTableModel that extends TableModel.
trim(String, String) - Static method in class org.apache.jorphan.util.JOrphanUtils
Trim a string by the tokens provided.

U

UnitTestManager - Interface in org.apache.jorphan.test
Implement this interface to work with the AllTests class.
unsetLogTargets() - Method in class org.apache.log.Logger
Deprecated.
Will be dropped in 3.3
unsetLogTargets(boolean) - Method in class org.apache.log.Logger
Deprecated.
Will be dropped in 3.3
unsetPriority() - Method in class org.apache.log.Logger
Deprecated.
Will be dropped in 3.3
unsetPriority(boolean) - Method in class org.apache.log.Logger
Deprecated.
Will be dropped in 3.3
updateModelToView() - Method in class org.apache.jorphan.gui.ObjectTableSorter
fill in modelToView list with index of view

V

validate() - Method in class org.apache.jorphan.gui.ObjectTableSorter
 
values() - Method in class org.apache.jorphan.collections.HashTree
Returns a collection of all the sub-trees of the current tree.
VerticalLayout - Class in org.apache.jorphan.gui.layout
A vertical layout manager similar to java.awt.FlowLayout.
VerticalLayout() - Constructor for class org.apache.jorphan.gui.layout.VerticalLayout
Constructs an instance of VerticalLayout with a vertical vgap of 5 pixels, horizontal centering and anchored to the top of the display area.
VerticalLayout(int) - Constructor for class org.apache.jorphan.gui.layout.VerticalLayout
Constructs a VerticalLayout instance with horizontal centering, anchored to the top with the specified vgap.
VerticalLayout(int, int) - Constructor for class org.apache.jorphan.gui.layout.VerticalLayout
Constructs a VerticalLayout instance anchored to the top with the specified vgap and horizontal alignment.
VerticalLayout(int, int, int) - Constructor for class org.apache.jorphan.gui.layout.VerticalLayout
Constructs a VerticalLayout instance with the specified vgap, horizontal alignment and anchoring

W

warn(String, Throwable) - Method in class org.apache.log.Logger
Deprecated.
Log a warn priority event.
warn(String) - Method in class org.apache.log.Logger
Deprecated.
Log a warn priority event.
WARN - Static variable in class org.apache.log.Priority
Deprecated.
A problem or conflict has occurred but it may be recoverable, then again it could be the start of the system failing.
write(byte[], OutputStream) - Static method in class org.apache.jorphan.util.JOrphanUtils
Write data to an output stream in chunks with a maximum size of 4K.
writeFunctors - Variable in class org.apache.jorphan.gui.AbstractTreeTableModel
 
writeThreadDump(Writer) - Static method in class org.apache.jorphan.util.ThreadDumper
Write Thread Dump

X

XMLBuffer - Class in org.apache.jorphan.util
Provides XML string building methods.
XMLBuffer() - Constructor for class org.apache.jorphan.util.XMLBuffer
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links
Apache JMeter

Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.