- 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
-
- 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
- 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
-
- 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
-
- checkMethod(Object, Class<?>) - Method in class org.apache.jorphan.reflect.Functor
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setLogTargets(LogTarget[]) - Method in class org.apache.log.Logger
-
- 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
-
- setPriority(Priority, String) - Static method in class org.apache.jorphan.logging.LoggingManager
-
- setPriority(String) - Static method in class org.apache.jorphan.logging.LoggingManager
-
- setPriority(Priority) - Static method in class org.apache.jorphan.logging.LoggingManager
-
- setPriority(Priority) - Method in class org.apache.log.LogEvent
-
Deprecated.
Set the priority of LogEvent.
- setPriority(Priority) - Method in class org.apache.log.Logger
-
- setPriorityFullName(String, String) - Static method in class org.apache.jorphan.logging.LoggingManager
-
- 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
-
- 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
-