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

A

A_LoggedI18nStep<RESULT_OBJECT_TYPE> - Class in tfw.base.operation.step
Operation step with logging and i18n features.

This type of operation step is improved from [tfw.base.operation.step.A_LoggedStep<RESULT_OBJECT_TYPE>]:
Object of this class can use a logging component(service or another operation step).
If there is such a component, affairs would be logged.
If there is no component, affairs would be only recorded into result.
Object of this class automatically fits the locales defined in the operation context.
A_LoggedI18nStep() - Constructor for class tfw.base.operation.step.A_LoggedI18nStep
Constructor.
A_LoggedStep<RESULT_OBJECT_TYPE> - Class in tfw.base.operation.step
Operation step with logging feature.

This class can use a logging component(service or another operation step):
If there is such a component, affairs would be logged.
If there is no component, affairs would be only recorded into result.

This type of operation step is improved from [tfw.base.operation.step.A_OperationStep<RESULT_OBJECT_TYPE>].
A_LoggedStep() - Constructor for class tfw.base.operation.step.A_LoggedStep
Constructor.
A_LoggingAdapter - Class in tfw.base.logging
Base class of all logging adapters.
Most common logging operations go through logger adapters so that the other parts of the application do not need to know the detail.
A_LoggingAdapter(Object, Level, int, Locale) - Constructor for class tfw.base.logging.A_LoggingAdapter
 
A_OperationStep<RESULT_OBJECT_TYPE> - Class in tfw.base.operation.step
Simple, basic operation step.

Any affair would be only recorded into result.
A_OperationStep() - Constructor for class tfw.base.operation.step.A_OperationStep
Constructor.
A_TextElement - Class in tfw.base.dom.model
DOM element with only text content.
Only the "content" string is effective.
A_TextElement(String) - Constructor for class tfw.base.dom.model.A_TextElement
 
ACCEPTABLE_BOOLEAN_COLUMN_FLAGS - Variable in class tfw.base.data.model.DataTable
 
ACCEPTABLE_COLUMN_FLAGS - Variable in class tfw.base.data.model.DataTable
 
ACCEPTABLE_NUMBER_COLUMN_FLAGS - Variable in class tfw.base.data.model.DataTable
 
ACCEPTABLE_TEXT_COLUMN_FLAGS - Variable in class tfw.base.data.model.DataTable
 
addAttribute(String, Serializable) - Method in class tfw.base.data.model.TreeNode
Adds one attribute into this node.
addAttributes(Map<String, Serializable>) - Method in class tfw.base.data.model.TreeNode
Adds attributes into this node by copying.
addChild(TreeNode) - Method in class tfw.base.data.model.TreeNode
Appends one specified child node to the end of child node list in this node (similar to List.add(Object)).
addChild(int, TreeNode) - Method in class tfw.base.data.model.TreeNode
Inserts one specified child node at the specified position in child node list in this node (similar to List.add(int, Object)).
addChild(DomElement) - Method in class tfw.base.dom.model.A_TextElement
Do nothing.
addChild(int, DomElement) - Method in class tfw.base.dom.model.A_TextElement
Do nothing.
addChild(DomElement) - Method in class tfw.base.dom.model.DomElement
Appends one specified child node to the end of child node list in this node.
addChild(int, DomElement) - Method in class tfw.base.dom.model.DomElement
Inserts one specified child node at the specified position in child node list in this node.
addChildren(TreeNode[]) - Method in class tfw.base.data.model.TreeNode
Appends all of the child nodes in the given array to the end of child node list in this node, in the order that they are returned by the given collection's iterator.
addChildren(int, TreeNode[]) - Method in class tfw.base.data.model.TreeNode
Inserts all of the child nodes in the given array into child node list in this node at the specified position.
addChildren(Collection<TreeNode>) - Method in class tfw.base.data.model.TreeNode
Appends all of the child nodes in the given collection to the end of child node list in this node, in the order that they are returned by the given collection's iterator (similar to List.addAll(Collection)).
addChildren(int, Collection<TreeNode>) - Method in class tfw.base.data.model.TreeNode
Inserts all of the child nodes in the given collection into child node list in this node at the specified position (similar to List.addAll(int, Collection)).
addChildren(int, List<TreeNode>) - Method in class tfw.base.data.model.TreeNode
Adds child nodes to a specific position in this node by copying.
addChildren(DomElement[]) - Method in class tfw.base.dom.model.DomElement
Appends all of the child nodes in the given array to the end of child node list in this node, in the order that they are returned by the given collection's iterator.
addChildren(int, DomElement[]) - Method in class tfw.base.dom.model.DomElement
Inserts all of the child nodes in the given array into child node list in this node at the specified position.
addChildren(Collection<DomElement>) - Method in class tfw.base.dom.model.DomElement
Appends all of the child nodes in the given collection to the end of child node list in this node, in the order that they are returned by the given collection's iterator.
addChildren(int, Collection<DomElement>) - Method in class tfw.base.dom.model.DomElement
Inserts all of the child nodes in the given collection into child node list in this node at the specified position.
addIdOfModifiedRow(Long) - Method in class tfw.base.data.model.DataModifyResult
Adds one ID of modified row.
addIdOfNotModifiedRow(Long) - Method in class tfw.base.data.model.DataModifyResult
Adds one ID of not-modified row.
addInsertedRow(Map<String, Serializable>) - Method in class tfw.base.data.model.DataInsertResult
Adds inserted row.
addNotInsertedRow(Map<String, Serializable>) - Method in class tfw.base.data.model.DataInsertResult
Adds not-inserted row.
addRecord(LogRecord) - Method in class tfw.base.operation.step.OperationStepResult
Adds one record into this result.
addSelectedRow(Map<String, Serializable>) - Method in class tfw.base.data.model.DataSelectResult
Appends a selected row into this result; usually be called while generating this result.
addSelectedRows(List<Map<String, Serializable>>) - Method in class tfw.base.data.model.DataSelectResult
Appends selected rows into this result; usually be called while generating this result.
addSelectorOrder(int, SelectorOrder) - Method in class tfw.base.data.model.DataSelector
Inserts the specified selector order at the specified position in the order list (optional operation).
addSelectorOrder(SelectorOrder) - Method in class tfw.base.data.model.DataSelector
Appends the specified selector order to the end of the order list (optional operation).

"synchronized", due to non-concurrency resources accessing.
adjustLocale(OperationContext) - Method in class tfw.base.operation.step.A_LoggedI18nStep
For current version, just consider the function, not the speed.
appendRecords(OperationStepResult<?>) - Method in class tfw.base.operation.step.OperationStepResult
Append records from another operation step result.
appendTextSummary(OperationStepResult<?>) - Method in class tfw.base.operation.step.OperationStepResult
Append records from another operation step result.
arrayForConsole(boolean[]) - Static method in class tfw.base.util.array.ArrayToolE
A simple way to generate a text string for 1D array.
arrayForConsole(boolean[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 1D array.
arrayForConsole(byte[]) - Static method in class tfw.base.util.array.ArrayToolE
A simple way to generate a text string for 1D array.
arrayForConsole(byte[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 1D array.
arrayForConsole(char[]) - Static method in class tfw.base.util.array.ArrayToolE
A simple way to generate a text string for 1D array.
arrayForConsole(char[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 1D array.
arrayForConsole(short[]) - Static method in class tfw.base.util.array.ArrayToolE
A simple way to generate a text string for 1D array.
arrayForConsole(short[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 1D array.
arrayForConsole(int[]) - Static method in class tfw.base.util.array.ArrayToolE
A simple way to generate a text string for 1D array.
arrayForConsole(int[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 1D array.
arrayForConsole(long[]) - Static method in class tfw.base.util.array.ArrayToolE
A simple way to generate a text string for 1D array.
arrayForConsole(long[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 1D array.
arrayForConsole(float[]) - Static method in class tfw.base.util.array.ArrayToolE
A simple way to generate a text string for 1D array.
arrayForConsole(float[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 1D array.
arrayForConsole(double[]) - Static method in class tfw.base.util.array.ArrayToolE
A simple way to generate a text string for 1D array.
arrayForConsole(double[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 1D array.
arrayForConsole(Object[]) - Static method in class tfw.base.util.array.ArrayToolE
A simple way to generate a text string for 1D array.
arrayForConsole(Object[], String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 1D array.
arrayForConsole(boolean[][]) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(boolean[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(byte[][]) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(byte[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(char[][]) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(char[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(int[][]) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(int[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(long[][]) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(long[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(float[][]) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(float[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(double[][]) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(double[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(Object[][]) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(Object[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolE
Generates a string representation of the 2D array.
arrayForConsole(boolean[]) - Static method in class tfw.base.util.array.ArrayToolP
A simple way to generate a text string for 1D array.
arrayForConsole(boolean[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 1D array.
arrayForConsole(byte[]) - Static method in class tfw.base.util.array.ArrayToolP
A simple way to generate a text string for 1D array.
arrayForConsole(byte[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 1D array.
arrayForConsole(char[]) - Static method in class tfw.base.util.array.ArrayToolP
A simple way to generate a text string for 1D array.
arrayForConsole(char[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 1D array.
arrayForConsole(short[]) - Static method in class tfw.base.util.array.ArrayToolP
A simple way to generate a text string for 1D array.
arrayForConsole(short[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 1D array.
arrayForConsole(int[]) - Static method in class tfw.base.util.array.ArrayToolP
A simple way to generate a text string for 1D array.
arrayForConsole(int[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 1D array.
arrayForConsole(long[]) - Static method in class tfw.base.util.array.ArrayToolP
A simple way to generate a text string for 1D array.
arrayForConsole(long[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 1D array.
arrayForConsole(float[]) - Static method in class tfw.base.util.array.ArrayToolP
A simple way to generate a text string for 1D array.
arrayForConsole(float[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 1D array.
arrayForConsole(double[]) - Static method in class tfw.base.util.array.ArrayToolP
A simple way to generate a text string for 1D array.
arrayForConsole(double[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 1D array.
arrayForConsole(Object[]) - Static method in class tfw.base.util.array.ArrayToolP
A simple way to generate a text string for 1D array.
arrayForConsole(Object[], String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 1D array.
arrayForConsole(boolean[][]) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(boolean[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(byte[][]) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(byte[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(char[][]) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(char[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(int[][]) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(int[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(long[][]) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(long[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(float[][]) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(float[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(double[][]) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(double[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(Object[][]) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(Object[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolP
Generates a string representation of the 2D array.
arrayForConsole(boolean[]) - Static method in class tfw.base.util.array.ArrayToolT
A simple way to generate a text string for 1D array.
arrayForConsole(boolean[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 1D array.
arrayForConsole(byte[]) - Static method in class tfw.base.util.array.ArrayToolT
A simple way to generate a text string for 1D array.
arrayForConsole(byte[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 1D array.
arrayForConsole(char[]) - Static method in class tfw.base.util.array.ArrayToolT
A simple way to generate a text string for 1D array.
arrayForConsole(char[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 1D array.
arrayForConsole(short[]) - Static method in class tfw.base.util.array.ArrayToolT
A simple way to generate a text string for 1D array.
arrayForConsole(short[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 1D array.
arrayForConsole(int[]) - Static method in class tfw.base.util.array.ArrayToolT
A simple way to generate a text string for 1D array.
arrayForConsole(int[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 1D array.
arrayForConsole(long[]) - Static method in class tfw.base.util.array.ArrayToolT
A simple way to generate a text string for 1D array.
arrayForConsole(long[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 1D array.
arrayForConsole(float[]) - Static method in class tfw.base.util.array.ArrayToolT
A simple way to generate a text string for 1D array.
arrayForConsole(float[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 1D array.
arrayForConsole(double[]) - Static method in class tfw.base.util.array.ArrayToolT
A simple way to generate a text string for 1D array.
arrayForConsole(double[], String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 1D array.
arrayForConsole(Object[]) - Static method in class tfw.base.util.array.ArrayToolT
A simple way to generate a text string for 1D array.
arrayForConsole(Object[], String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 1D array.
arrayForConsole(boolean[][]) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(boolean[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(byte[][]) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(byte[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(char[][]) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(char[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(int[][]) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(int[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(long[][]) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(long[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(float[][]) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(float[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(double[][]) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(double[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(Object[][]) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole(Object[][], char, int[], String, String, String, String, String) - Static method in class tfw.base.util.array.ArrayToolT
Generates a string representation of the 2D array.
arrayForConsole_calculateMaxWidthOfEachColumn(Object[][], String) - Static method in class tfw.base.util.array.ArrayToolT
Calculates the maximum width of each column in incoming matrix.
arrayForConsole_calculateTotalColumnCount(Object[][]) - Static method in class tfw.base.util.array.ArrayToolT
Calculates total column count.
arrayForConsole_extendColumnCount(Object[], int) - Static method in class tfw.base.util.array.ArrayToolT
Extends the column count of the given row.
arrayForConsole_filterOutDuplicateAndSort(int[]) - Static method in class tfw.base.util.array.ArrayToolT
Filters out duplicated data and sorts.
ArrayToolE - Class in tfw.base.util.array
A pack of tool functions for array operations.
Eats exceptions.
ArrayToolE() - Constructor for class tfw.base.util.array.ArrayToolE
 
ArrayToolP - Class in tfw.base.util.array
A pack of tool functions for array operations.
Prints exceptions.
ArrayToolP() - Constructor for class tfw.base.util.array.ArrayToolP
 
ArrayToolT - Class in tfw.base.util.array
A pack of tool functions for array operations.
Throws exceptions.
ArrayToolT() - Constructor for class tfw.base.util.array.ArrayToolT
 
ASCENDING - Static variable in class tfw.base.util.misc.BasicObjectComparator
 

B

BASE_NAME - Static variable in class tfw.base.operation.step.A_LoggedI18nStep
The object of sub class should NOT see this.
BASE_NAME - Variable in class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.DBConnectStep
 
BasicObjectComparator - Class in tfw.base.util.misc
Basic object comparator.
BasicObjectComparator() - Constructor for class tfw.base.util.misc.BasicObjectComparator
Constructor.
BasicObjectComparator(String) - Constructor for class tfw.base.util.misc.BasicObjectComparator
 
BasicObjectComparator(Comparator<Object>) - Constructor for class tfw.base.util.misc.BasicObjectComparator
 
BasicObjectComparator(String, Comparator<Object>) - Constructor for class tfw.base.util.misc.BasicObjectComparator
 
blFlagWriteable - Variable in class tfw.base.operation.step.OperationStepResult
 
blForceTight - Variable in class tfw.base.dom.model.DomElement
 
BusinessStep() - Constructor for class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps.BusinessStep
 
BusinessStep() - Constructor for class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps.BusinessStep
 
BusinessStep() - Constructor for class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.BusinessStep
 

C

calculateStackDepth() - Method in class tfw.base.logging.A_LoggingAdapter
Calculates the depth of stack.
calculateTextSpanCount() - Method in class tfw.base.logging.A_LoggingAdapter
Calculates the count of text span.
capsLower(char) - Static method in class tfw.base.util.text.TextToolE
Changes a character to lower case.
capsLower(String) - Static method in class tfw.base.util.text.TextToolE
Changes a string to lower case.
capsLower(char) - Static method in class tfw.base.util.text.TextToolP
Changes a character to lower case.
capsLower(String) - Static method in class tfw.base.util.text.TextToolP
Changes a string to lower case.
capsLower(char) - Static method in class tfw.base.util.text.TextToolT
Changes a character to lower case.
capsLower(String) - Static method in class tfw.base.util.text.TextToolT
Changes a string to lower case.
capsReverse(char) - Static method in class tfw.base.util.text.TextToolE
Reverses a character to lower case.
capsReverse(String) - Static method in class tfw.base.util.text.TextToolE
Reverses a string to lower case.
capsReverse(char) - Static method in class tfw.base.util.text.TextToolP
Reverses a character to lower case.
capsReverse(String) - Static method in class tfw.base.util.text.TextToolP
Reverses a string to lower case.
capsReverse(char) - Static method in class tfw.base.util.text.TextToolT
Reverses a character to lower case.
capsReverse(String) - Static method in class tfw.base.util.text.TextToolT
Reverses a string to lower case.
capsUpper(char) - Static method in class tfw.base.util.text.TextToolE
Changes a character to upper case.
capsUpper(String) - Static method in class tfw.base.util.text.TextToolE
Changes a string to lower case.
capsUpper(char) - Static method in class tfw.base.util.text.TextToolP
Changes a character to upper case.
capsUpper(String) - Static method in class tfw.base.util.text.TextToolP
Changes a string to lower case.
capsUpper(char) - Static method in class tfw.base.util.text.TextToolT
Changes a character to upper case.
capsUpper(String) - Static method in class tfw.base.util.text.TextToolT
Changes a string to lower case.
cause - Variable in exception tfw.base.operation.data_context.NullDataContextException
The cause of this Throwable.
changeLocale(Locale) - Method in class tfw.base.logging.A_LoggingAdapter
Changes locale.
changeLogger(Object) - Method in class tfw.base.logging.A_LoggingAdapter
Changes the logger.
changeLowestMsgLv(Level) - Method in class tfw.base.logging.A_LoggingAdapter
Changes the lowest message level.
changeTextDepthOffset(int) - Method in class tfw.base.logging.A_LoggingAdapter
Changes the offset of text depth.
checkLogger(Object) - Method in class tfw.base.logging.A_LoggingAdapter
Checks the logger.
checkLogger(Object) - Method in class tfw.base.logging.compatible.forJDKLogger.JDKLoggingAdapter
 
checkLogger(Object) - Method in class tfw.base.logging.PrintStreamLoggingAdapter
 
clear() - Method in class tfw.base.operation.context.OperationContext
 
clear() - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
clear() - Method in class tfw.base.operation.data_context.DataContext
 
clear() - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
cmpForColumn - Variable in class tfw.base.data.model.DataTable.RowComparator
 
cmpForText - Variable in class tfw.base.util.misc.BasicObjectComparator
 
CODE_BAD_FLAGS - Static variable in class tfw.base.data.model.DataTable
 
CODE_BAD_ROW - Static variable in class tfw.base.data.model.DataTable
 
CODE_DUPLICATED - Static variable in class tfw.base.data.model.DataTable
 
CODE_OK - Static variable in class tfw.base.data.model.DataTable
 
COLUMN_CONTAIN - Static variable in class tfw.base.data.model.SelectorColumn
 
COLUMN_DEFAULT - Static variable in class tfw.base.data.model.SelectorColumn
 
COLUMN_EQUAL - Static variable in class tfw.base.data.model.SelectorColumn
 
COLUMN_IGNORE - Static variable in class tfw.base.data.model.SelectorColumn
 
COLUMN_IN - Static variable in class tfw.base.data.model.SelectorColumn
 
COLUMN_NOT_CONTAIN - Static variable in class tfw.base.data.model.SelectorColumn
 
COLUMN_NOT_EQUAL - Static variable in class tfw.base.data.model.SelectorColumn
 
COLUMN_NOT_IN - Static variable in class tfw.base.data.model.SelectorColumn
 
combine(String, String, DataSelectResult, String) - Method in class tfw.base.data.model.DataSelectResult
Combines data from other data select result.
combineBundle(boolean, ResourceBundle[]) - Static method in class tfw.base.util.i18n.I18nToolE
This method tried to combine different resource bundles into one.
From its logic, the returning is a new combined resource bundle, and the previous resource bundles in the parameter list would not be spoiled.
combineBundle(boolean, ResourceBundle[]) - Static method in class tfw.base.util.i18n.I18nToolP
This method tried to combine different resource bundles into one.
From its logic, the returning is a new combined resource bundle, and the previous resource bundles in the parameter list would not be spoiled.
combineBundle(boolean, ResourceBundle[]) - Static method in class tfw.base.util.i18n.I18nToolT
This method tries to combine different resource bundles into one.
From its logic, the returning is a new combined resource bundle, and the previous resource bundles in the parameter list would not be spoiled.
CombinedResourceBundle(ResourceBundle[]) - Constructor for class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle
Extended constructor.
CombinedResourceBundle(boolean, ResourceBundle[]) - Constructor for class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle
Main constructor.
CombinedResourceBundleEnumeration(Set<String>, Enumeration<String>) - Constructor for class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle.CombinedResourceBundleEnumeration
Constructs a resource bundle enumeration.
compare(Map<String, Serializable>, Map<String, Serializable>) - Method in class tfw.base.data.model.DataTable.RowComparator
Compares the 2 given rows.
compare(Object, Object) - Method in class tfw.base.util.misc.BasicObjectComparator
 
compare(String, String) - Static method in class tfw.base.util.text.TextToolE
Performs locale-insensitive comparison.
compare(String, String, Locale) - Static method in class tfw.base.util.text.TextToolE
Performs locale sensitive comparison.
compare(String, String) - Static method in class tfw.base.util.text.TextToolP
Performs locale-insensitive comparison.
compare(String, String, Locale) - Static method in class tfw.base.util.text.TextToolP
Performs locale sensitive comparison.
compare(String, String) - Static method in class tfw.base.util.text.TextToolT
Performs locale-insensitive comparison.
compare(String, String, Locale) - Static method in class tfw.base.util.text.TextToolT
Performs locale-sensitive comparison.
concat(Object...) - Static method in class tfw.base.util.text.TextToolE
Connects a bunch of true strings, or strings from ".toString()", or the mixture of them.
concat(Object...) - Static method in class tfw.base.util.text.TextToolP
Connects a bunch of true strings, or strings from ".toString()", or the mixture of them.
concat(Object...) - Static method in class tfw.base.util.text.TextToolT
Connects a bunch of true strings, or strings from ".toString()", or the mixture of them.
CONDITION_AND - Static variable in class tfw.base.data.model.DataSelector
 
CONDITION_DEFAULT - Static variable in class tfw.base.data.model.DataSelector
 
CONDITION_OR - Static variable in class tfw.base.data.model.DataSelector
 
config(OperationStepResult<RESULT_OBJECT_TYPE>, OperationContext) - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Binding result and context to the helper.
Connection() - Constructor for class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps.Connection
 
Connection() - Constructor for class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps.Connection
 
Connection() - Constructor for class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.Connection
 
containsKey(Object) - Method in class tfw.base.operation.context.OperationContext
 
containsKey(Object) - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
containsKey(Object) - Method in class tfw.base.operation.data_context.DataContext
 
containsKey(Object) - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
containsValue(Object) - Method in class tfw.base.operation.context.OperationContext
 
containsValue(Object) - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
containsValue(Object) - Method in class tfw.base.operation.data_context.DataContext
 
containsValue(Object) - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
convert(String, String, String) - Static method in class tfw.base.util.text.TextToolE
Converts a string from old encoding to new.
convert(String, String, String) - Static method in class tfw.base.util.text.TextToolP
Converts a string from old encoding to new.
convert(String, String, String) - Static method in class tfw.base.util.text.TextToolT
Converts a string from old encoding to new.
convertToString(Throwable) - Static method in class tfw.base.util.throwable.ThrowableTool
Generates a detail, visible message according to a "Throwable", such as an "Exception".
convertToString(Throwable, int) - Static method in class tfw.base.util.throwable.ThrowableTool
Generates a detail, visible message according to a "Throwable", such as an "Exception".
convertToStringBuffer(Throwable) - Static method in class tfw.base.util.throwable.ThrowableTool
Generates a detail, visible message according to a "Throwable", such as an "Exception".
convertToStringBuffer(Throwable, int) - Static method in class tfw.base.util.throwable.ThrowableTool
Generates a detail, visible message according to a "Throwable", such as an "Exception".
convertToStringBuilder(Throwable) - Static method in class tfw.base.util.throwable.ThrowableTool
Generates a detail, visible message according to a "Throwable", such as an "Exception".
convertToStringBuilder(Throwable, int) - Static method in class tfw.base.util.throwable.ThrowableTool
Generates a detail, visible message according to a "Throwable", such as an "Exception".
copy(Object, Object, char, char) - Static method in class tfw.base.util.file.FileToolE
Simple ordinary file to ordinary file copy that returns a single result.
copy(Object, Object, char, char) - Static method in class tfw.base.util.file.FileToolP
Simple ordinary file to ordinary file copy that returns a single result.
copy(Object, Object, char, char) - Static method in class tfw.base.util.file.FileToolT
Simple ordinary file to ordinary file copy that returns a single result.
copyArray(boolean[], int, boolean[], int, int) - Static method in class tfw.base.util.array.ArrayToolE
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(byte[], int, byte[], int, int) - Static method in class tfw.base.util.array.ArrayToolE
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(char[], int, char[], int, int) - Static method in class tfw.base.util.array.ArrayToolE
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(short[], int, short[], int, int) - Static method in class tfw.base.util.array.ArrayToolE
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(int[], int, int[], int, int) - Static method in class tfw.base.util.array.ArrayToolE
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(long[], int, long[], int, int) - Static method in class tfw.base.util.array.ArrayToolE
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(float[], int, float[], int, int) - Static method in class tfw.base.util.array.ArrayToolE
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(double[], int, double[], int, int) - Static method in class tfw.base.util.array.ArrayToolE
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(Object[], int, Object[], int, int) - Static method in class tfw.base.util.array.ArrayToolE
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(boolean[], int, boolean[], int, int) - Static method in class tfw.base.util.array.ArrayToolP
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(byte[], int, byte[], int, int) - Static method in class tfw.base.util.array.ArrayToolP
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(char[], int, char[], int, int) - Static method in class tfw.base.util.array.ArrayToolP
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(short[], int, short[], int, int) - Static method in class tfw.base.util.array.ArrayToolP
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(int[], int, int[], int, int) - Static method in class tfw.base.util.array.ArrayToolP
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(long[], int, long[], int, int) - Static method in class tfw.base.util.array.ArrayToolP
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(float[], int, float[], int, int) - Static method in class tfw.base.util.array.ArrayToolP
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(double[], int, double[], int, int) - Static method in class tfw.base.util.array.ArrayToolP
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(Object[], int, Object[], int, int) - Static method in class tfw.base.util.array.ArrayToolP
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(boolean[], int, boolean[], int, int) - Static method in class tfw.base.util.array.ArrayToolT
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(byte[], int, byte[], int, int) - Static method in class tfw.base.util.array.ArrayToolT
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(char[], int, char[], int, int) - Static method in class tfw.base.util.array.ArrayToolT
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(short[], int, short[], int, int) - Static method in class tfw.base.util.array.ArrayToolT
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(int[], int, int[], int, int) - Static method in class tfw.base.util.array.ArrayToolT
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(long[], int, long[], int, int) - Static method in class tfw.base.util.array.ArrayToolT
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(float[], int, float[], int, int) - Static method in class tfw.base.util.array.ArrayToolT
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(double[], int, double[], int, int) - Static method in class tfw.base.util.array.ArrayToolT
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyArray(Object[], int, Object[], int, int) - Static method in class tfw.base.util.array.ArrayToolT
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copyColTypesIn(Map<String, String>) - Method in class tfw.base.data.model.DataTable
Copies in and fixes the column types.

"synchronized", due to non-concurrency resources accessing.
createArrayByComponentClassType(Class<TYPE>, int) - Static method in class tfw.base.util.misc.MiscToolE
Creates an array according to given component class type and length.
createArrayByComponentClassType(Class<TYPE>, int) - Static method in class tfw.base.util.misc.MiscToolP
Creates an array according to given component class type and length.
createArrayByComponentClassType(Class<TYPE>, int) - Static method in class tfw.base.util.misc.MiscToolT
Creates an array according to given component class type and length.
createObjectByClassName(String, Class<?>[], Object[]) - Static method in class tfw.base.util.misc.MiscToolE
Creates an object according to class name and constructor arguments.
createObjectByClassName(String, Class<?>[], Object[]) - Static method in class tfw.base.util.misc.MiscToolP
Creates an object according to class name and constructor arguments.
createObjectByClassName(String, Class<?>[], Object[]) - Static method in class tfw.base.util.misc.MiscToolT
Creates an object according to class name and constructor arguments.
createObjectByClassType(Class<TYPE>, Class<TYPE>[], Object[]) - Static method in class tfw.base.util.misc.MiscToolE
Creates an object according to class type and constructor arguments.
createObjectByClassType(Class<TYPE>, Class<TYPE>[], Object[]) - Static method in class tfw.base.util.misc.MiscToolP
Creates an object according to class type and constructor arguments.
createObjectByClassType(Class<TYPE>, Class<TYPE>[], Object[]) - Static method in class tfw.base.util.misc.MiscToolT
Creates an object according to class type and constructor arguments.

D

DataContext - Class in tfw.base.operation.data_context
Data context.
Operation steps get necessary settings (or long time-range parameters) form data context.
Operation steps put non-integer results into data context.
DataContext(Map<Object, Object>) - Constructor for class tfw.base.operation.data_context.DataContext
 
DataInsertResult - Class in tfw.base.data.model
Boxed data insert result.
DataInsertResult(String) - Constructor for class tfw.base.data.model.DataInsertResult
Constructor.
DataModifyResult - Class in tfw.base.data.model
Boxed data modify result.
DataModifyResult() - Constructor for class tfw.base.data.model.DataModifyResult
 
DataOparationStep() - Constructor for class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps.DataOparationStep
 
DataOparationStep() - Constructor for class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps.DataOparationStep
 
DataOparationStep() - Constructor for class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.DataOparationStep
 
DataSelector - Class in tfw.base.data.model
Data selector, an element to hold the selecting information.
DataSelector() - Constructor for class tfw.base.data.model.DataSelector
 
DataSelectResult - Class in tfw.base.data.model
Boxed data select result.
DataSelectResult(String) - Constructor for class tfw.base.data.model.DataSelectResult
Constructor.
DataTable - Class in tfw.base.data.model
A another multi-column-sorting implementation of data table, with customized text sorting support, and based on collections.
Solutions:
Single-Column-Sorting:
Create indexes for all columns, refresh all indexes while inserting / updating.
Directly select according to one of the indexes.
Significantly reduce writing performance.
Multi-Column-Sorting:
Directly insert / update / delete.
Do full-table multi-column-sorting after condition-matching.
Significantly reduce reading performance.

The select logic of "multi-column-sorting" is totally different from "single-column-sorting".
DataTable(Properties) - Constructor for class tfw.base.data.model.DataTable
Constructor.
Constructs the data table from the given properties.
DataTable(Map<String, String>) - Constructor for class tfw.base.data.model.DataTable
Constructor.
DataTable(String, Map<String, String>) - Constructor for class tfw.base.data.model.DataTable
Constructor.
DataTable(Map<String, String>, Collection<Map<String, Serializable>>) - Constructor for class tfw.base.data.model.DataTable
Constructor.
DataTable(String, Map<String, String>, Collection<Map<String, Serializable>>) - Constructor for class tfw.base.data.model.DataTable
Constructor.
DataTable.RowComparator - Class in tfw.base.data.model
Row comparator, supports multi-column-sorting.
DataTableException - Exception in tfw.base.data.model
Data table exception.
DataTableException() - Constructor for exception tfw.base.data.model.DataTableException
Constructor.
DataTableException(String) - Constructor for exception tfw.base.data.model.DataTableException
Constructor.
DataTableException(String, Throwable) - Constructor for exception tfw.base.data.model.DataTableException
Constructor.
DataTableException(Throwable) - Constructor for exception tfw.base.data.model.DataTableException
Constructor.
DataToolT - Class in tfw.base.data.util
A tool pack for loading / saving data table with a file.
DataToolT() - Constructor for class tfw.base.data.util.DataToolT
 
DateToolE - Class in tfw.base.util.date
A pack of tool functions for date operations.
Eats exceptions.
DateToolE() - Constructor for class tfw.base.util.date.DateToolE
 
DateToolP - Class in tfw.base.util.date
A pack of tool functions for date operations.
Prints exceptions.
DateToolP() - Constructor for class tfw.base.util.date.DateToolP
 
DateToolT - Class in tfw.base.util.date
A pack of tool functions for date operations.
Throws exceptions.
DateToolT() - Constructor for class tfw.base.util.date.DateToolT
 
DBConnectStep() - Constructor for class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps.DBConnectStep
 
DBConnectStep() - Constructor for class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps.DBConnectStep
 
DBConnectStep() - Constructor for class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.DBConnectStep
 
dealMessage(ResourceBundle) - Method in class tfw.base.logging.LogRecord
Deals the message with a resource bundle.
dealThrowable(Throwable) - Static method in class tfw.base.util.throwable.ThrowableTool
Prints the message generated from incoming "Throwable".
dealThrowable(Throwable, int) - Static method in class tfw.base.util.throwable.ThrowableTool
Prints the message generated from incoming "Throwable".
decideIdCol(String) - Method in class tfw.base.data.model.DataTable
Decides the ID column name of this data table during construction.

"synchronized", due to non-concurrency resources accessing.
deepCopy(Object, Object, char, boolean) - Static method in class tfw.base.util.file.FileToolE
Performs deep copy.
deepCopy(Object, Object, char, int, char, char, boolean, char, boolean) - Static method in class tfw.base.util.file.FileToolE
Performs deep copy.
May need a flow picture to explain the inner logic.
deepCopy(Object, Object, char, boolean) - Static method in class tfw.base.util.file.FileToolP
Performs deep copy.
deepCopy(Object, Object, char, int, char, char, boolean, char, boolean) - Static method in class tfw.base.util.file.FileToolP
Performs deep copy.
May need a flow picture to explain the inner logic.
deepCopy(Object, Object, char, boolean) - Static method in class tfw.base.util.file.FileToolT
Performs deep copy.
deepCopy(Object, Object, char, int, char, char, boolean, char, boolean) - Static method in class tfw.base.util.file.FileToolT
Performs deep copy.
May need a flow picture to explain the inner logic.
deepCopyTest() - Method in class tfw.base.util.file.testcase.TestCase
Deep copy test.
deepList(Object, boolean) - Static method in class tfw.base.util.file.FileToolE
Performs deep list.
deepList(Object, boolean, int, char, char, char, boolean) - Static method in class tfw.base.util.file.FileToolE
Performs deep list.
deepList(Object, boolean) - Static method in class tfw.base.util.file.FileToolP
Performs deep list.
deepList(Object, boolean, int, char, char, char, boolean) - Static method in class tfw.base.util.file.FileToolP
Performs deep list.
deepList(Object, boolean) - Static method in class tfw.base.util.file.FileToolT
Performs deep list.
deepList(Object, boolean, int, char, char, char, boolean) - Static method in class tfw.base.util.file.FileToolT
Performs deep list.
deepListTest() - Method in class tfw.base.util.file.testcase.TestCase
Deep list test.
deepMkdir_(Object, int, boolean, char, boolean) - Static method in class tfw.base.util.file.FileToolT
Deprecated.
Unformal, may change or remove soon.
deepRemove_(Object, int, boolean, char, boolean) - Static method in class tfw.base.util.file.FileToolT
Deprecated.
Unformal, may change or remove soon.
deepRemove__(Object) - Static method in class tfw.base.util.file.FileToolT
Deprecated.
Unformal, may change or remove soon.
DEFAULT_LOWEST_MESSAGE_LEVEL - Static variable in class tfw.base.operation.step.LoggedOperationStepHelper
Any log record with a level lower than this would not be logged(not send to logger adapter).
DEFAULT_TEXT_SPACING - Static variable in class tfw.base.logging.LogRecord
 
DEFAULT_TEXT_SPACING - Static variable in class tfw.base.operation.context.OperationContext
 
DEFAULT_TEXT_SPACING - Static variable in class tfw.base.operation.data_context.DataContext
 
delete(Long) - Method in class tfw.base.data.model.DataTable
Deletes a single row by its ID.

"synchronized", due to non-concurrency resources accessing.
delete(Collection<Long>) - Method in class tfw.base.data.model.DataTable
Deletes rows by IDs.

"synchronized", due to non-concurrency resources accessing.
DESCENDING - Static variable in class tfw.base.util.misc.BasicObjectComparator
 
DISTANCE_FROM_LOG_RECORD_CONSTRUCTOR_TO_TARGET_METHOD - Variable in class tfw.base.operation.step.LoggedOperationStepHelper
 
DISTANCE_FROM_LOG_RECORD_CONSTRUCTOR_TO_TARGET_METHOD - Variable in class tfw.base.operation.step.ProtoOperationStepHelper
 
doCatch(OperationStepResult<RESULT_OBJECT_TYPE>, OperationContext, Object[], OperationStepException) - Method in class tfw.base.operation.step.A_LoggedI18nStep
Performs catching.
doCatch(OperationStepResult<RESULT_OBJECT_TYPE>, OperationContext, Object[], OperationStepException) - Method in class tfw.base.operation.step.A_LoggedStep
Performs catching.
doCatch(OperationStepResult<RESULT_OBJECT_TYPE>, OperationContext, Object[], OperationStepException) - Method in class tfw.base.operation.step.A_OperationStep
Performs catching.
doExecute(OperationStepResult<RESULT_OBJECT_TYPE>, OperationContext, Object[]) - Method in class tfw.base.operation.step.A_LoggedI18nStep
Performs executing.
doExecute(OperationStepResult<RESULT_OBJECT_TYPE>, OperationContext, Object[]) - Method in class tfw.base.operation.step.A_LoggedStep
Performs executing.
doExecute(OperationStepResult<RESULT_OBJECT_TYPE>, OperationContext, Object[]) - Method in class tfw.base.operation.step.A_OperationStep
Performs executing.
doExecute(OperationStepResult<String>, OperationContext, Object[]) - Method in class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps.BusinessStep
 
doExecute(OperationStepResult<String>, OperationContext, Object[]) - Method in class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps.DataOparationStep
 
doExecute(OperationStepResult<TestCase_01_Test_basic_operation_steps.Connection>, OperationContext, Object[]) - Method in class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps.DBConnectStep
 
doExecute(OperationStepResult<String>, OperationContext, Object[]) - Method in class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps.BusinessStep
 
doExecute(OperationStepResult<String>, OperationContext, Object[]) - Method in class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps.DataOparationStep
 
doExecute(OperationStepResult<TestCase_02_Test_logged_operation_steps.Connection>, OperationContext, Object[]) - Method in class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps.DBConnectStep
 
doExecute(OperationStepResult<String>, OperationContext, Object[]) - Method in class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.BusinessStep
 
doExecute(OperationStepResult<String>, OperationContext, Object[]) - Method in class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.DataOparationStep
 
doExecute(OperationStepResult<TestCase_03_Test_logged_i18n_operation_steps.Connection>, OperationContext, Object[]) - Method in class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.DBConnectStep
 
doLog(LogRecord) - Method in class tfw.base.logging.A_LoggingAdapter
Do a single logging.
doLog(LogRecord) - Method in class tfw.base.logging.compatible.forJDKLogger.JDKLoggingAdapter
 
doLog(LogRecord) - Method in class tfw.base.logging.PrintStreamLoggingAdapter
 
DomElement - Class in tfw.base.dom.model
An implementation of Document Object Model elements.
DomElement(String) - Constructor for class tfw.base.dom.model.DomElement
Constructor.
DomElementTestCase - Class in tfw.base.dom.testcase
DOM element test case.
DomElementTestCase() - Constructor for class tfw.base.dom.testcase.DomElementTestCase
 
doPrepare(OperationStepResult<RESULT_OBJECT_TYPE>, OperationContext, Object[]) - Method in class tfw.base.operation.step.A_LoggedI18nStep
Performs preparing.
doPrepare(OperationStepResult<RESULT_OBJECT_TYPE>, OperationContext, Object[]) - Method in class tfw.base.operation.step.A_LoggedStep
Performs preparing.
doPrepare(OperationStepResult<RESULT_OBJECT_TYPE>, OperationContext, Object[]) - Method in class tfw.base.operation.step.A_OperationStep
Performs preparing.
doRecord(int, int, Level, String, String, RESULT_OBJECT_TYPE, Throwable) - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Performs recording.
doRecord(int, int, Level, String, RESULT_OBJECT_TYPE, Throwable) - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Performs recording.
dump() - Method in class tfw.base.data.model.DataInsertResult
Dumps this result into a 3D array.
dump() - Method in class tfw.base.data.model.DataModifyResult
Dumps this result into a 2D array.
dump() - Method in class tfw.base.data.model.DataSelectResult
Dumps this result into a 3D array.
dump() - Method in class tfw.base.data.model.DataTable
Dumps this data table into a 3D array.

"synchronized", due to non-concurrency resources accessing.
dumpColNames() - Method in class tfw.base.data.model.DataSelectResult
Dumps column names of this result.
dumpColNames() - Method in class tfw.base.data.model.DataTable
Dumps column names of this data table.

"synchronized", due to non-concurrency resources accessing.
dumpColumnsToText() - Method in class tfw.base.data.model.DataSelector
Dumps columns into text.
dumpFullColNames(List<String>) - Method in class tfw.base.data.model.DataInsertResult
Dumps all column names of this result.
dumpInserted() - Method in class tfw.base.data.model.DataInsertResult
Dumps inserted data of this result into a 3D array.
dumpInsertedColNames() - Method in class tfw.base.data.model.DataInsertResult
Dumps column names of inserted rows.
dumpInsertedToText() - Method in class tfw.base.data.model.DataInsertResult
Dumps inserted data of this result into text.
dumpMeta() - Method in class tfw.base.data.model.DataSelectResult
Dumps meta data of this result into a matrix.
dumpMeta() - Method in class tfw.base.data.model.DataTable
Dumps the meta matrix of this data table.

"synchronized", due to non-concurrency resources accessing.
dumpMetaToText() - Method in class tfw.base.data.model.DataSelectResult
Dumps the meta data of this result into text.
dumpMetaToText() - Method in class tfw.base.data.model.DataTable
Dumps the meta matrix of this data table into text.
dumpNotInserted() - Method in class tfw.base.data.model.DataInsertResult
Dumps not-inserted data of this result into a 3D array.
dumpNotInsertedToText() - Method in class tfw.base.data.model.DataInsertResult
Dumps not-inserted data of this result into text.
dumpOrdersToText() - Method in class tfw.base.data.model.DataSelector
Dumps selector orders into text.
dumpRowCountsToText(Serializable, Serializable, Serializable) - Method in class tfw.base.data.model.DataSelectResult
Dump row counts into text.
dumpRows(List<String>, List<Map<String, Serializable>>) - Method in class tfw.base.data.model.DataInsertResult
Dumps the given rows according to the given column names.
dumpRows() - Method in class tfw.base.data.model.DataSelectResult
Dumps rows of this result into a matrix.
dumpRows() - Method in class tfw.base.data.model.DataTable
Dumps the rows-matrix of this data table.

"synchronized", due to non-concurrency resources accessing.
dumpRows_(String[]) - Method in class tfw.base.data.model.DataSelectResult
Dumps rows of this result into a matrix.
dumpRowsToText() - Method in class tfw.base.data.model.DataSelectResult
Dumps the meta matrix of this result into text.
dumpRowsToText() - Method in class tfw.base.data.model.DataTable
Dumps the rows-matrix of this data table into text.
dumpToProperties() - Method in class tfw.base.data.model.DataTable
Dumps data table into properties.

"synchronized", due to non-concurrency resources accessing.
dumpToText() - Method in class tfw.base.data.model.DataInsertResult
Dumps this result into text.
dumpToText() - Method in class tfw.base.data.model.DataModifyResult
Dumps this result into text.
dumpToText() - Method in class tfw.base.data.model.DataSelector
Dumps this data table into text.
dumpToText() - Method in class tfw.base.data.model.DataSelectResult
Dumps this result into text.
dumpToText() - Method in class tfw.base.data.model.DataTable
Dumps this data table into text.
dumpToText_(Serializable[][][]) - Method in class tfw.base.data.model.DataInsertResult
Dumps a 3D array into text.

E

eatHeadSpaces(String) - Static method in class tfw.base.util.text.TextToolE
Eats the SPACEs at the head of a string.
eatHeadSpaces(String) - Static method in class tfw.base.util.text.TextToolP
Eats the SPACEs at the head of a string.
eatHeadSpaces(String) - Static method in class tfw.base.util.text.TextToolT
Eats the SPACEs at the head of a string.
eatTailSpaces(String) - Static method in class tfw.base.util.text.TextToolE
Eats the SPACEs at the head of a string..
eatTailSpaces(String) - Static method in class tfw.base.util.text.TextToolP
Eats the SPACEs at the head of a string..
eatTailSpaces(String) - Static method in class tfw.base.util.text.TextToolT
Eats the SPACEs at the head of a string..
entrySet() - Method in class tfw.base.operation.context.OperationContext
 
entrySet() - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
entrySet() - Method in class tfw.base.operation.data_context.DataContext
 
entrySet() - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
enumeration - Variable in class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle.CombinedResourceBundleEnumeration
 
equals(Object) - Method in class tfw.base.data.model.DataInsertResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class tfw.base.data.model.DataSelector
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class tfw.base.data.model.DataSelectResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class tfw.base.data.model.DataTable
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class tfw.base.data.model.SelectorColumn
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class tfw.base.data.model.SelectorOrder
Indicates whether some other object is "equal to" this one.
escapeForDocument(String, char[]) - Method in class tfw.base.dom.model.DomElement
Escapes "&"→"&amp;", "<"→"&lt;", ">"→"&gt;" and """→"&quot;" for document.
See http://book.51cto .com/art/200907/138928.htm.
execute(OperationContext, Object[]) - Method in class tfw.base.operation.step.A_LoggedI18nStep
This method is designed being synchronized, because:
The log helper should not be modified or re-configured during executing.
The locale should not be modified or re-configured during executing.
If this method of this object was jammed for some reason during a calling, the jam can also happen on another calling to this method of this object
execute(OperationContext, Object[]) - Method in class tfw.base.operation.step.A_LoggedStep
/** This method is designed to synchronized, because:
The log helper should not be modified or re-configured during executing.
If this method of this object was jammed for some reason during a calling, the jam can also happen on another calling to this method of this object
execute(OperationContext, Object[]) - Method in class tfw.base.operation.step.A_OperationStep
 
execute(OperationContext, Object[]) - Method in interface tfw.base.operation.step.I_OperationStep
Executes.

F

f(int) - Method in class tfw.base.learn.sync.ThreadsTest_ObjectiveType.TestType
Adds "|" in each time.
f(int) - Method in class tfw.base.learn.sync.ThreadsTest_PrimitiveType.TestType
Adds 10000 in each time.
fallSafe(String) - Static method in class tfw.base.util.i18n.I18nToolT
A fall back for failure.
This method is just for I18nToolT, I18nToolP && I18nToolE.
FILE_OPERATION_PATH_DEPTH_LIMIT - Static variable in class tfw.base.util.file.FileToolT
 
fileNameSplitTest() - Method in class tfw.base.util.file.testcase.TestCase
File name split test.
FileToolE - Class in tfw.base.util.file
A pack of tool functions for file operations.
Eats exceptions.
FileToolE() - Constructor for class tfw.base.util.file.FileToolE
 
FileToolP - Class in tfw.base.util.file
A pack of tool functions for file operations.
Prints exceptions.
FileToolP() - Constructor for class tfw.base.util.file.FileToolP
 
FileToolT - Class in tfw.base.util.file
A pack of tool functions for file operations.
Throws exceptions.
FileToolT() - Constructor for class tfw.base.util.file.FileToolT
 
fillFromFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolE
Loads properties from a properties file.
fillFromFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolP
Loads properties from a properties file.
fillFromFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolT
Fills properties from a properties file.
fillFromPropertiesFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolE
Loads properties from a traditional properties file.
fillFromPropertiesFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolP
Loads properties from a traditional properties file.
fillFromPropertiesFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolT
Fills properties from a traditional properties file.
fillFromXmlFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolE
Loads properties from an XML properties file.
fillFromXmlFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolP
Loads properties from an XML properties file.
fillFromXmlFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolT
Fills properties from an XML properties file.
filterOutColumns(TYPE[][], int[]) - Static method in class tfw.base.util.misc.MiscToolE
This method creates and returns a target 2D array with columns filtered out from the source 2D array accouding to the instruction array.
filterOutColumns(TYPE[][], int[]) - Static method in class tfw.base.util.misc.MiscToolP
This method creates and returns a target 2D array with columns filtered out from the source 2D array accouding to the instruction array.
filterOutColumns(TYPE[][], int[]) - Static method in class tfw.base.util.misc.MiscToolT
This method creates and returns a target 2D array with columns filtered out from the source 2D array accouding to the instruction array.
filterOutElements(TYPE[], int[]) - Static method in class tfw.base.util.misc.MiscToolE
This method creates and returns a target array with elements filtered out from the source array accouding to the instruction array.
filterOutElements(TYPE[], int[]) - Static method in class tfw.base.util.misc.MiscToolP
This method creates and returns a target array with elements filtered out from the source array accouding to the instruction array.
filterOutElements(TYPE[], int[]) - Static method in class tfw.base.util.misc.MiscToolT
This method creates and returns a target array with elements filtered out from the source array according to the instruction array.
findArrayIndexes(boolean[], boolean) - Static method in class tfw.base.util.array.ArrayToolE
Finds the indexes of target element in an array.
findArrayIndexes(byte[], byte) - Static method in class tfw.base.util.array.ArrayToolE
Finds the indexes of target element in an array.
findArrayIndexes(char[], char) - Static method in class tfw.base.util.array.ArrayToolE
Finds the indexes of target element in an array.
findArrayIndexes(short[], short) - Static method in class tfw.base.util.array.ArrayToolE
Finds the indexes of target element in an array.
findArrayIndexes(int[], int) - Static method in class tfw.base.util.array.ArrayToolE
Finds the indexes of target element in an array.
findArrayIndexes(long[], long) - Static method in class tfw.base.util.array.ArrayToolE
Finds the indexes of target element in an array.
findArrayIndexes(float[], float) - Static method in class tfw.base.util.array.ArrayToolE
Finds the indexes of target element in an array.
findArrayIndexes(double[], double) - Static method in class tfw.base.util.array.ArrayToolE
Finds the indexes of target element in an array.
findArrayIndexes(Object[], Object) - Static method in class tfw.base.util.array.ArrayToolE
Finds the indexes of target element in an array.
findArrayIndexes(boolean[], boolean) - Static method in class tfw.base.util.array.ArrayToolP
Finds the indexes of target element in an array.
findArrayIndexes(byte[], byte) - Static method in class tfw.base.util.array.ArrayToolP
Finds the indexes of target element in an array.
findArrayIndexes(char[], char) - Static method in class tfw.base.util.array.ArrayToolP
Finds the indexes of target element in an array.
findArrayIndexes(short[], short) - Static method in class tfw.base.util.array.ArrayToolP
Finds the indexes of target element in an array.
findArrayIndexes(int[], int) - Static method in class tfw.base.util.array.ArrayToolP
Finds the indexes of target element in an array.
findArrayIndexes(long[], long) - Static method in class tfw.base.util.array.ArrayToolP
Finds the indexes of target element in an array.
findArrayIndexes(float[], float) - Static method in class tfw.base.util.array.ArrayToolP
Finds the indexes of target element in an array.
findArrayIndexes(double[], double) - Static method in class tfw.base.util.array.ArrayToolP
Finds the indexes of target element in an array.
findArrayIndexes(Object[], Object) - Static method in class tfw.base.util.array.ArrayToolP
Finds the indexes of target element in an array.
findArrayIndexes(boolean[], boolean) - Static method in class tfw.base.util.array.ArrayToolT
Finds the indexes of target element in an array.
findArrayIndexes(byte[], byte) - Static method in class tfw.base.util.array.ArrayToolT
Finds the indexes of target element in an array.
findArrayIndexes(char[], char) - Static method in class tfw.base.util.array.ArrayToolT
Finds the indexes of target element in an array.
findArrayIndexes(short[], short) - Static method in class tfw.base.util.array.ArrayToolT
Finds the indexes of target element in an array.
findArrayIndexes(int[], int) - Static method in class tfw.base.util.array.ArrayToolT
Finds the indexes of target element in an array.
findArrayIndexes(long[], long) - Static method in class tfw.base.util.array.ArrayToolT
Finds the indexes of target element in an array.
findArrayIndexes(float[], float) - Static method in class tfw.base.util.array.ArrayToolT
Finds the indexes of target element in an array.
findArrayIndexes(double[], double) - Static method in class tfw.base.util.array.ArrayToolT
Finds the indexes of target element in an array.
findArrayIndexes(Object[], Object) - Static method in class tfw.base.util.array.ArrayToolT
Finds the indexes of target element in an array.
findFirstIndex(boolean[], boolean) - Static method in class tfw.base.util.array.ArrayToolE
Finds the first index of target element in an array.
findFirstIndex(byte[], byte) - Static method in class tfw.base.util.array.ArrayToolE
Finds the first index of target element in an array.
findFirstIndex(char[], char) - Static method in class tfw.base.util.array.ArrayToolE
Finds the first index of target element in an array.
findFirstIndex(short[], short) - Static method in class tfw.base.util.array.ArrayToolE
Finds the first index of target element in an array.
findFirstIndex(int[], int) - Static method in class tfw.base.util.array.ArrayToolE
Finds the first index of target element in an array.
findFirstIndex(long[], long) - Static method in class tfw.base.util.array.ArrayToolE
Finds the first index of target element in an array.
findFirstIndex(float[], float) - Static method in class tfw.base.util.array.ArrayToolE
Finds the first index of target element in an array.
findFirstIndex(double[], double) - Static method in class tfw.base.util.array.ArrayToolE
Finds the first index of target element in an array.
findFirstIndex(Object[], Object) - Static method in class tfw.base.util.array.ArrayToolE
Finds the first index of target element in an array.
findFirstIndex(boolean[], boolean) - Static method in class tfw.base.util.array.ArrayToolP
Finds the first index of target element in an array.
findFirstIndex(byte[], byte) - Static method in class tfw.base.util.array.ArrayToolP
Finds the first index of target element in an array.
findFirstIndex(char[], char) - Static method in class tfw.base.util.array.ArrayToolP
Finds the first index of target element in an array.
findFirstIndex(short[], short) - Static method in class tfw.base.util.array.ArrayToolP
Finds the first index of target element in an array.
findFirstIndex(int[], int) - Static method in class tfw.base.util.array.ArrayToolP
Finds the first index of target element in an array.
findFirstIndex(long[], long) - Static method in class tfw.base.util.array.ArrayToolP
Finds the first index of target element in an array.
findFirstIndex(float[], float) - Static method in class tfw.base.util.array.ArrayToolP
Finds the first index of target element in an array.
findFirstIndex(double[], double) - Static method in class tfw.base.util.array.ArrayToolP
Finds the first index of target element in an array.
findFirstIndex(Object[], Object) - Static method in class tfw.base.util.array.ArrayToolP
Finds the first index of target element in an array.
findFirstIndex(boolean[], boolean) - Static method in class tfw.base.util.array.ArrayToolT
Finds the first index of target element in an array.
findFirstIndex(byte[], byte) - Static method in class tfw.base.util.array.ArrayToolT
Finds the first index of target element in an array.
findFirstIndex(char[], char) - Static method in class tfw.base.util.array.ArrayToolT
Finds the first index of target element in an array.
findFirstIndex(short[], short) - Static method in class tfw.base.util.array.ArrayToolT
Finds the first index of target element in an array.
findFirstIndex(int[], int) - Static method in class tfw.base.util.array.ArrayToolT
Finds the first index of target element in an array.
findFirstIndex(long[], long) - Static method in class tfw.base.util.array.ArrayToolT
Finds the first index of target element in an array.
findFirstIndex(float[], float) - Static method in class tfw.base.util.array.ArrayToolT
Finds the first index of target element in an array.
findFirstIndex(double[], double) - Static method in class tfw.base.util.array.ArrayToolT
Finds the first index of target element in an array.
findFirstIndex(Object[], Object) - Static method in class tfw.base.util.array.ArrayToolT
Finds the first index of target element in an array.
findLastIndex(boolean[], boolean) - Static method in class tfw.base.util.array.ArrayToolE
Finds the last index of target element in an array.
findLastIndex(byte[], byte) - Static method in class tfw.base.util.array.ArrayToolE
Finds the last index of target element in an array.
findLastIndex(char[], char) - Static method in class tfw.base.util.array.ArrayToolE
Finds the last index of target element in an array.
findLastIndex(short[], short) - Static method in class tfw.base.util.array.ArrayToolE
Finds the last index of target element in an array.
findLastIndex(int[], int) - Static method in class tfw.base.util.array.ArrayToolE
Finds the last index of target element in an array.
findLastIndex(long[], long) - Static method in class tfw.base.util.array.ArrayToolE
Finds the last index of target element in an array.
findLastIndex(float[], float) - Static method in class tfw.base.util.array.ArrayToolE
Finds the last index of target element in an array.
findLastIndex(double[], double) - Static method in class tfw.base.util.array.ArrayToolE
Finds the last index of target element in an array.
findLastIndex(Object[], Object) - Static method in class tfw.base.util.array.ArrayToolE
Finds the last index of target element in an array.
findLastIndex(boolean[], boolean) - Static method in class tfw.base.util.array.ArrayToolP
Finds the last index of target element in an array.
findLastIndex(byte[], byte) - Static method in class tfw.base.util.array.ArrayToolP
Finds the last index of target element in an array.
findLastIndex(char[], char) - Static method in class tfw.base.util.array.ArrayToolP
Finds the last index of target element in an array.
findLastIndex(short[], short) - Static method in class tfw.base.util.array.ArrayToolP
Finds the last index of target element in an array.
findLastIndex(int[], int) - Static method in class tfw.base.util.array.ArrayToolP
Finds the last index of target element in an array.
findLastIndex(long[], long) - Static method in class tfw.base.util.array.ArrayToolP
Finds the last index of target element in an array.
findLastIndex(float[], float) - Static method in class tfw.base.util.array.ArrayToolP
Finds the last index of target element in an array.
findLastIndex(double[], double) - Static method in class tfw.base.util.array.ArrayToolP
Finds the last index of target element in an array.
findLastIndex(Object[], Object) - Static method in class tfw.base.util.array.ArrayToolP
Finds the last index of target element in an array.
findLastIndex(boolean[], boolean) - Static method in class tfw.base.util.array.ArrayToolT
Finds the last index of target element in an array.
findLastIndex(byte[], byte) - Static method in class tfw.base.util.array.ArrayToolT
Finds the last index of target element in an array.
findLastIndex(char[], char) - Static method in class tfw.base.util.array.ArrayToolT
Finds the last index of target element in an array.
findLastIndex(short[], short) - Static method in class tfw.base.util.array.ArrayToolT
Finds the last index of target element in an array.
findLastIndex(int[], int) - Static method in class tfw.base.util.array.ArrayToolT
Finds the last index of target element in an array.
findLastIndex(long[], long) - Static method in class tfw.base.util.array.ArrayToolT
Finds the last index of target element in an array.
findLastIndex(float[], float) - Static method in class tfw.base.util.array.ArrayToolT
Finds the last index of target element in an array.
findLastIndex(double[], double) - Static method in class tfw.base.util.array.ArrayToolT
Finds the last index of target element in an array.
findLastIndex(Object[], Object) - Static method in class tfw.base.util.array.ArrayToolT
Finds the last index of target element in an array.
findNode(Node, String, String...) - Static method in class tfw.base.util.xml.XMLToolE
Searches the given node in order to find out the target node, according to the given text path (and separators) of the target node.
findNode(Node, XMLPath) - Static method in class tfw.base.util.xml.XMLToolE
Searches the given node in order to find out the target node, according to the given path.
findNode(Node, String, String...) - Static method in class tfw.base.util.xml.XMLToolP
Searches the given node in order to find out the target node, according to the given text path (and separators) of the target node.
findNode(Node, XMLPath) - Static method in class tfw.base.util.xml.XMLToolP
Searches the given node in order to find out the target node, according to the given path.
findNode(Node, String, String...) - Static method in class tfw.base.util.xml.XMLToolT
Searches the given node in order to find out the target node, according to the given text path (and separators) of the target node.
findNode(Node, XMLPath) - Static method in class tfw.base.util.xml.XMLToolT
Searches the given node in order to find out the target node, according to the given path.
findNode(Node, XMLPath, int) - Static method in class tfw.base.util.xml.XMLToolT
The method which actually finds the target node.
fixAndCopyInInsertData(Map<String, Serializable>) - Method in class tfw.base.data.model.DataTable
Fixes the type of the data to insert, and copies them in.

"synchronized", due to non-concurrency resources accessing.
fixAndCopyInSelectorColumns(Map<String, SelectorColumn>) - Method in class tfw.base.data.model.DataTable
Fixes the column entries and copies them in.

"synchronized", due to non-concurrency resources accessing.
fixDataByType(String, Serializable) - Method in class tfw.base.data.model.DataTable
Fixes data by type.
fixFlagByType(String, String) - Method in class tfw.base.data.model.DataTable
Fixes selector column flag according to column type.
format(String, Object[]) - Static method in class tfw.base.util.text.TextToolE
Formats a string with the given pattern and uses it to format the given arguments.
format(String, Object[]) - Static method in class tfw.base.util.text.TextToolP
Formats a string with the given pattern and uses it to format the given arguments.
format(String, Object[]) - Static method in class tfw.base.util.text.TextToolT
Formats a string with the given pattern and uses it to format the given arguments.

G

g(int) - Method in class tfw.base.learn.sync.ThreadsTest_ObjectiveType.TestType
Adds "-" in each time.
g(int) - Method in class tfw.base.learn.sync.ThreadsTest_PrimitiveType.TestType
Adds 100 in each time.
generateComment() - Static method in class tfw.base.util.properties.PropertiesToolT
Generates a comment.
generateResourceBundle(Locale) - Method in class tfw.base.operation.step.A_LoggedI18nStep
Generates a resource bundle according to the given locale.
generateResourceBundle(Locale) - Method in class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.DBConnectStep
 
generateTextSpan() - Method in class tfw.base.logging.A_LoggingAdapter
Generates text span.
generateTextSpan(int) - Method in class tfw.base.logging.LogRecord
Generates the text span.
get(Object) - Method in class tfw.base.operation.context.OperationContext
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
get(Object) - Method in class tfw.base.operation.data_context.DataContext
 
get(Object) - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
getAndOrFlag() - Method in class tfw.base.data.model.DataSelector
Gets the "AND / OR" flag.
getArrayElement(boolean[], int, boolean) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(byte[], int, byte) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(char[], int, char) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(short[], int, short) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(int[], int, int) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(long[], int, long) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(float[], int, float) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(double[], int, double) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(TYPE[], int, TYPE) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(boolean[][], int, int, boolean) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(byte[][], int, int, byte) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(char[][], int, int, char) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(short[][], int, int, short) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(int[][], int, int, int) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(long[][], int, int, long) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(float[][], int, int, float) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(double[][], int, int, double) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(TYPE[][], int, int, TYPE) - Static method in class tfw.base.util.array.ArrayToolE
Gets array element at appointed index.
getArrayElement(boolean[], int, boolean) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(byte[], int, byte) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(char[], int, char) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(short[], int, short) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(int[], int, int) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(long[], int, long) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(float[], int, float) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(double[], int, double) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(TYPE[], int, TYPE) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(boolean[][], int, int, boolean) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(byte[][], int, int, byte) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(char[][], int, int, char) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(short[][], int, int, short) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(int[][], int, int, int) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(long[][], int, int, long) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(float[][], int, int, float) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(double[][], int, int, double) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(TYPE[][], int, int, TYPE) - Static method in class tfw.base.util.array.ArrayToolP
Gets array element at appointed index.
getArrayElement(boolean[], int, boolean) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(byte[], int, byte) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(char[], int, char) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(short[], int, short) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(int[], int, int) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(long[], int, long) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(float[], int, float) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(double[], int, double) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(TYPE[], int, TYPE) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(boolean[][], int, int, boolean) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(byte[][], int, int, byte) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(char[][], int, int, char) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(short[][], int, int, short) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(int[][], int, int, int) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(long[][], int, int, long) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(float[][], int, int, float) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(double[][], int, int, double) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getArrayElement(TYPE[][], int, int, TYPE) - Static method in class tfw.base.util.array.ArrayToolT
Gets array element at appointed index.
getAscDescFlag() - Method in class tfw.base.data.model.SelectorOrder
Gets ascending / descending flag.
getAttribute(String) - Method in class tfw.base.data.model.TreeNode
Returns the attribute value to which the specified key is mapped, or null if attribute map in this node contains no mapping for the key.
getAttribute(String) - Method in class tfw.base.dom.model.DomElement
Returns the attribute value to which the specified key is mapped, or null if attribute map in this node contains no mapping for the key.
getAttributes() - Method in class tfw.base.data.model.TreeNode
Copies all the attributes into a new map and return.
getAttributes(String[]) - Method in class tfw.base.data.model.TreeNode
Returns the copied map of attributes to which the specified keys are mapped, or null if attribute map in this node contains no mapping for the keys.
getAttributes(Collection<String>) - Method in class tfw.base.data.model.TreeNode
Returns the copied map of attributes to which the specified keys are mapped, or null if attribute map in this node contains no mapping for the keys.
getAttributes() - Method in class tfw.base.dom.model.DomElement
Copies all the attributes into a new map and return.
getAttributes(String[]) - Method in class tfw.base.dom.model.DomElement
Returns the copied map of attributes to which the specified keys are mapped, or null if attribute map in this node contains no mapping for the keys.
getAttributes(Collection<String>) - Method in class tfw.base.dom.model.DomElement
Returns the copied map of attributes to which the specified keys are mapped, or null if attribute map in this node contains no mapping for the keys.
getAttrName() - Method in class tfw.base.util.xml.XMLPath
Gets the target attribute name.
getBundle(String) - Static method in class tfw.base.util.i18n.I18nToolE
Gets resource bundle according to the classpath base name.
getBundle(String, Locale) - Static method in class tfw.base.util.i18n.I18nToolE
Gets resource bundle according to the classpath base name and locale.
getBundle(String) - Static method in class tfw.base.util.i18n.I18nToolP
Gets resource bundle according to the classpath base name.
getBundle(String, Locale) - Static method in class tfw.base.util.i18n.I18nToolP
Gets resource bundle according to the classpath base name and locale.
getBundle(String) - Static method in class tfw.base.util.i18n.I18nToolT
Gets resource bundle according to the classpath base name.
getBundle(String, Locale) - Static method in class tfw.base.util.i18n.I18nToolT
Gets resource bundle according to the classpath base name and locale.
getBundleArray(String, Locale[]) - Static method in class tfw.base.util.i18n.I18nToolE
Gets resource bundles according to given locales.
The resource bundles is ordered by the order of locales. A resource bundle of default locale is got if the corresponding locale is NULL or bad.
getBundleArray(String, int, Locale[]) - Static method in class tfw.base.util.i18n.I18nToolE
Gets resource bundles according to given locales.
The resource bundles is ordered by the order of locales. A resource bundle of default locale is got if the corresponding locale is NULL or bad. At least get min-count number of resource bundles if the number of given locales is not enough.
getBundleArray(String, Locale[]) - Static method in class tfw.base.util.i18n.I18nToolP
Gets resource bundles according to given locales.
The resource bundles is ordered by the order of locales. A resource bundle of default locale is got if the corresponding locale is NULL or bad.
getBundleArray(String, int, Locale[]) - Static method in class tfw.base.util.i18n.I18nToolP
Gets resource bundles according to given locales.
The resource bundles is ordered by the order of locales. A resource bundle of default locale is got if the corresponding locale is NULL or bad. At least get min-count number of resource bundles if the number of given locales is not enough.
getBundleArray(String, Locale[]) - Static method in class tfw.base.util.i18n.I18nToolT
Gets resource bundles according to given locales.
The resource bundles is ordered by the order of locales. A resource bundle of default locale is got if the corresponding locale is NULL or bad.
getBundleArray(String, int, Locale[]) - Static method in class tfw.base.util.i18n.I18nToolT
Gets resource bundles according to given locales.
The resource bundles is ordered by the order of locales. A resource bundle of default locale is got if the corresponding locale is NULL or bad. At least get min-count number of resource bundles if the number of given locales is not enough.
getCause() - Method in exception tfw.base.operation.data_context.NullDataContextException
 
getchar(InputStream) - Static method in class tfw.base.util.misc.MiscToolE
Gets a character from input stream.
getchar(InputStream) - Static method in class tfw.base.util.misc.MiscToolP
Gets a character from input stream.
getchar(InputStream) - Static method in class tfw.base.util.misc.MiscToolT
Gets a character from input stream.
getChild(int) - Method in class tfw.base.data.model.TreeNode
Returns one child node at the specified position in child node list in this node.
getChild(int) - Method in class tfw.base.dom.model.DomElement
Returns one child node at the specified position in child node list in this node.
getChildren() - Method in class tfw.base.data.model.TreeNode
Copies all the child nodes into a new list and return.
getChildren(int[]) - Method in class tfw.base.data.model.TreeNode
Copies the child nodes that at specified positions into a new list and return.
getChildren() - Method in class tfw.base.dom.model.DomElement
Copies all the child nodes into a new list and return.
getChildren(int[]) - Method in class tfw.base.dom.model.DomElement
Copies the child nodes that at specified positions into a new list and return.
getColName() - Method in class tfw.base.data.model.SelectorOrder
Gets column name.
getColumnFlag() - Method in class tfw.base.data.model.SelectorColumn
Gets the condition flag.
getColumnValue() - Method in class tfw.base.data.model.SelectorColumn
Gets the condition value.
getContents() - Method in class tfw.base.dom.model.A_TextElement
Gets the element contents.
getDefaultLocale() - Static method in class tfw.base.util.i18n.I18nToolE
Gets the current value of the default locale for this instance of the Java Virtual Machine.
getDefaultLocale() - Static method in class tfw.base.util.i18n.I18nToolP
Gets the current value of the default locale for this instance of the Java Virtual Machine.
getDefaultLocale() - Static method in class tfw.base.util.i18n.I18nToolT
Gets the current value of the default locale for this instance of the Java Virtual Machine.
getDistanceFromLogRecordConstructorToTargetMethod() - Method in class tfw.base.logging.LogRecord
Gets the distance from log record constructor to target method.
getFreeId() - Method in class tfw.base.data.model.DataTable
Gets current free ID.

"synchronized", due to non-concurrency resources accessing.
getFullNameComparator(boolean) - Static method in class tfw.base.util.file.FileToolE
Gets a file name comparator that compares the full name (absolute paths) of the files.
getFullNameComparator(boolean) - Static method in class tfw.base.util.file.FileToolP
Gets a file name comparator that compares the full name (absolute paths) of the files.
getFullNameComparator(boolean) - Static method in class tfw.base.util.file.FileToolT
Gets a file name comparator that compares the full name (absolute paths) of the files.
getHelper() - Method in class tfw.base.operation.step.A_LoggedI18nStep
Gets the step helper.
getHelper() - Method in class tfw.base.operation.step.A_LoggedStep
Gets the step helper.
getHelper() - Method in class tfw.base.operation.step.A_OperationStep
Gets the step helper.
getIdColName() - Method in class tfw.base.data.model.DataSelectResult
Gets ID column name.
getIdColName() - Method in class tfw.base.data.model.DataTable
Gets the name of ID column.
getIdsOfModifiedRows() - Method in class tfw.base.data.model.DataModifyResult
Gets IDs of inserted rows.
getIdsOfNotModifiedRows() - Method in class tfw.base.data.model.DataModifyResult
Gets IDs of not-inserted rows.
getInnerLocaleKey() - Method in class tfw.base.operation.step.A_LoggedI18nStep
Gets the inner locale with this name uses for logging.
getInnerRb() - Method in class tfw.base.operation.step.A_LoggedI18nStep
Gets inner resource bundle.
getInsertedRows() - Method in class tfw.base.data.model.DataInsertResult
Gets inserted rows.
getInteger(Object) - Method in class tfw.base.operation.context.OperationContext
Returns the integer to which the specified key is mapped, or null if this map contains no mapping for the key.
getInteger(Object) - Method in class tfw.base.operation.data_context.DataContext
Returns the integer to which the specified key is mapped, or null if this map contains no mapping for the key.
getKeys() - Method in class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle
 
getLength() - Method in class tfw.base.util.xml.XMLPath
Gets the stage length of the path.
getline(InputStream) - Static method in class tfw.base.util.misc.MiscToolE
Gets a string from input stream.
getline(InputStream) - Static method in class tfw.base.util.misc.MiscToolP
Gets a string from input stream.
getline(InputStream) - Static method in class tfw.base.util.misc.MiscToolT
Gets a string from input stream.
getLocale() - Method in class tfw.base.logging.A_LoggingAdapter
Gets the locale of adapter.
getLocale(String) - Static method in class tfw.base.util.i18n.I18nToolE
Getting a locale with appointed language.
getLocale(String, String) - Static method in class tfw.base.util.i18n.I18nToolE
Getting a locale with appointed language and location.
getLocale(String, String, String) - Static method in class tfw.base.util.i18n.I18nToolE
Getting a locale with appointed language, location and variant.
getLocale(String) - Static method in class tfw.base.util.i18n.I18nToolP
Getting a locale with appointed language.
getLocale(String, String) - Static method in class tfw.base.util.i18n.I18nToolP
Getting a locale with appointed language and location.
getLocale(String, String, String) - Static method in class tfw.base.util.i18n.I18nToolP
Getting a locale with appointed language, location and variant.
getLocale(String) - Static method in class tfw.base.util.i18n.I18nToolT
Getting a locale with appointed language.
getLocale(String, String) - Static method in class tfw.base.util.i18n.I18nToolT
Getting a locale with appointed language and location.
getLocale(String, String, String) - Static method in class tfw.base.util.i18n.I18nToolT
Getting a locale with appointed language, location and variant.
getLogger() - Method in class tfw.base.logging.A_LoggingAdapter
Gets the logger of adapter.
getLowestLevel() - Method in class tfw.base.logging.A_LoggingAdapter
Gets the lowest level of adapter.
getMatchedRowCount() - Method in class tfw.base.data.model.DataSelectResult
Gets selected row count.
getMaxId() - Method in class tfw.base.data.model.DataTable
Gets the maximum ID.

"synchronized", due to non-concurrency resources accessing.
getMessage() - Method in class tfw.base.logging.LogRecord
Gets message.
getMesssagLevel() - Method in class tfw.base.logging.LogRecord
Gets message level.
getMethodBorderFlag() - Method in class tfw.base.logging.LogRecord
Gets the flag of method border.
getMinId() - Method in class tfw.base.data.model.DataTable
Gets the minimum ID.

"synchronized", due to non-concurrency resources accessing.
getName(Object) - Static method in class tfw.base.util.file.FileToolE
Gets the file name.
getName(Object) - Static method in class tfw.base.util.file.FileToolP
Gets the file name.
getName(Object) - Static method in class tfw.base.util.file.FileToolT
Gets the file name.
getNodeIdx() - Method in class tfw.base.util.xml.XMLPathStage
Gets the node index among its brothers.
getNodeName() - Method in class tfw.base.util.xml.XMLPathStage
Gets the node name.
getNodeType() - Method in class tfw.base.data.model.TreeNode
Gets node type.
getNotInsertedRows() - Method in class tfw.base.data.model.DataInsertResult
Gets not-inserted rows.
getOuterLocaleKey() - Method in class tfw.base.operation.step.A_LoggedI18nStep
Gets the outer locale with this name uses for logging.
getOuterRb() - Method in class tfw.base.operation.step.A_LoggedI18nStep
Gets outer resource bundle.
getParent() - Method in class tfw.base.data.model.TreeNode
Deprecated.
Scene one node can be mounted into many nodes, the parent node may not be accurate.
getPathStage(int) - Method in class tfw.base.util.xml.XMLPath
Gets the path stage at the given index.
getPathStages() - Method in class tfw.base.util.xml.XMLPath
Gets a copy of path stage array.
getRecords() - Method in class tfw.base.operation.step.OperationStepResult
Gets records from this result.
getResultObject() - Method in class tfw.base.operation.step.OperationStepResult
Gets the payload of this result.
getSelectedRowCount() - Method in class tfw.base.data.model.DataSelectResult
Gets matched row count.
getSelectedRows() - Method in class tfw.base.data.model.DataSelectResult
Gets selected rows.
getSelectorColumn(String) - Method in class tfw.base.data.model.DataSelector
Gets one selector column from this selector.

"synchronized", due to non-concurrency resources accessing.
getSelectorColumns() - Method in class tfw.base.data.model.DataSelector
Copies selector columns out from this selector.

"synchronized", due to non-concurrency resources accessing.
getSelectorOrders() - Method in class tfw.base.data.model.DataSelector
Copies selector orders out from this selector.
getSelectRowCount() - Method in class tfw.base.data.model.DataSelector
Gets the row count to select.
getSourceClassName() - Method in class tfw.base.logging.LogRecord
Get the class name where this record TRUELY generated.
getStartRowIdx() - Method in class tfw.base.data.model.DataSelector
Gets the start row index of matched rows.
getStatus() - Method in class tfw.base.operation.step.OperationStepResult
Gets execute status.
getString(Object) - Method in class tfw.base.operation.context.OperationContext
Returns the string to which the specified key is mapped, or null if this map contains no mapping for the key.
getString(Object) - Method in class tfw.base.operation.data_context.DataContext
Returns the string to which the specified key is mapped, or null if this map contains no mapping for the key.
getString(ResourceBundle, String) - Static method in class tfw.base.util.i18n.I18nToolE
Generates the content string according to the key and resource bundle.
getString(ResourceBundle, String, Object[]) - Static method in class tfw.base.util.i18n.I18nToolE
Generates the content string according to the key and resource bundle, then format according to the third argument.
getString(ResourceBundle, String) - Static method in class tfw.base.util.i18n.I18nToolP
Generates the content string according to the key and resource bundle.
getString(ResourceBundle, String, Object[]) - Static method in class tfw.base.util.i18n.I18nToolP
Generates the content string according to the key and resource bundle, then format according to the third argument.
getString(ResourceBundle, String) - Static method in class tfw.base.util.i18n.I18nToolT
Generates the content string according to the key and resource bundle.
getString(ResourceBundle, String, Object[]) - Static method in class tfw.base.util.i18n.I18nToolT
Generates the content string according to the key and resource bundle, then format according to the third argument.
getTagName() - Method in class tfw.base.dom.model.DomElement
Getting the tag name.
getTargetClassName() - Method in class tfw.base.logging.LogRecord
Get "this.getClass().getName()" string of the target class.
In some cases, the class name in stack trace element array does not match "this.getClass().getName()", so this name need to pass in manually.
getTargetFileName() - Method in class tfw.base.logging.LogRecord
Gets the fFile name of target class.
getTargetLineNumber() - Method in class tfw.base.logging.LogRecord
Gets the line number of target file.
getTargetMethodName() - Method in class tfw.base.logging.LogRecord
Gets the name of target method.
getTextComparator() - Method in class tfw.base.data.model.DataSelector
Gets text comparator.
getTextDepthOffset() - Method in class tfw.base.logging.A_LoggingAdapter
Gets the text depth offset of adapter.
getTextSpacing() - Method in class tfw.base.logging.LogRecord
Gets the text spacing.
getTextSpacing() - Method in class tfw.base.operation.context.OperationContext
Gets the text spacing.
getTextSpacing() - Method in class tfw.base.operation.data_context.DataContext
Gets the text spacing.
getTextSummary() - Method in class tfw.base.operation.step.OperationStepResult
Gets text record summary.
getThrowable() - Method in class tfw.base.operation.step.OperationStepResult
Gets the throwable to record.
getThrowableCaught() - Method in class tfw.base.logging.LogRecord
Gets the record throwable.
getTimeStampMillis() - Method in class tfw.base.logging.LogRecord
Gets time stamp milliseconds in long form.
getTotalRowCount() - Method in class tfw.base.data.model.DataSelectResult
Gets total row count.
getTotalRowCount() - Method in class tfw.base.data.model.DataTable
Gets the total row count of data table.

"synchronized", due to non-concurrency resources accessing.
getTotalStackDepth() - Method in class tfw.base.logging.LogRecord
Getting total stack depth.
getValue() - Method in enum tfw.base.logging.Level
Gets level value in integer form.

H

h(int) - Method in class tfw.base.learn.sync.ThreadsTest_ObjectiveType.TestType
Adds "+" in each time.
h(int) - Method in class tfw.base.learn.sync.ThreadsTest_PrimitiveType.TestType
Adds 1 in each time.
handleGetObject(String) - Method in class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle
 
hasMoreElements() - Method in class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle.CombinedResourceBundleEnumeration
 
helper - Variable in class tfw.base.operation.step.A_LoggedI18nStep
 
helper - Variable in class tfw.base.operation.step.A_LoggedStep
 
helper - Variable in class tfw.base.operation.step.A_OperationStep
 

I

I18nToolE - Class in tfw.base.util.i18n
A pack of tool functions for I18N and L10N.
Eats exceptions.
I18nToolE() - Constructor for class tfw.base.util.i18n.I18nToolE
 
I18nToolP - Class in tfw.base.util.i18n
A pack of tool functions for I18N and L10N.
Prints exceptions.
I18nToolP() - Constructor for class tfw.base.util.i18n.I18nToolP
 
I18nToolT - Class in tfw.base.util.i18n
A pack of tool functions for I18N and L10N.
Throws exceptions.
I18nToolT() - Constructor for class tfw.base.util.i18n.I18nToolT
 
I18nToolT.CombinedResourceBundle - Class in tfw.base.util.i18n
Combined resource bundle.
I18nToolT.CombinedResourceBundle.CombinedResourceBundleEnumeration - Class in tfw.base.util.i18n
Just a copy of "java.util.ResourceBundleEnumeration".
Don't know how it works.
I_OperationStep<RESULT_OBJECT_TYPE> - Interface in tfw.base.operation.step
Base contract of all operation steps.
init(XMLPathStage[], String) - Method in class tfw.base.util.xml.XMLPath
The back-end of constructors, actually initialize this object.
innerLocale - Variable in class tfw.base.operation.step.A_LoggedI18nStep
The object of sub class MAY use this.
insert(Map<String, Serializable>) - Method in class tfw.base.data.model.DataTable
Inserts a single row by copying data into data table.

"synchronized", due to non-concurrency resources accessing.
insert(Collection<Map<String, Serializable>>) - Method in class tfw.base.data.model.DataTable
Inserts rows by copying data into data table.

"synchronized", due to non-concurrency resources accessing.
intDistanceFromLogRecordConstructorToTargetMethod - Variable in class tfw.base.logging.LogRecord
 
intExecuteStatus - Variable in class tfw.base.operation.step.OperationStepResult
 
intMatchedRowCount - Variable in class tfw.base.data.model.DataSelectResult
 
intMethodBorderFlag - Variable in class tfw.base.logging.LogRecord
 
intNodeIdx - Variable in class tfw.base.util.xml.XMLPathStage
 
intPower - Variable in class tfw.base.util.misc.testcase.Locomotive
 
intSelectRowCount - Variable in class tfw.base.data.model.DataSelector
 
intStartRowIdx - Variable in class tfw.base.data.model.DataSelector
 
intTargetLineNumber - Variable in class tfw.base.logging.LogRecord
 
intTextDepthOffset - Variable in class tfw.base.logging.A_LoggingAdapter
 
intTotalRowCount - Variable in class tfw.base.data.model.DataSelectResult
 
intTotalStackDepth - Variable in class tfw.base.logging.LogRecord
 
intValue - Variable in class tfw.base.learn.sync.ThreadsTest_PrimitiveType.TestType
 
intValue - Variable in enum tfw.base.logging.Level
 
intWheelCount - Variable in class tfw.base.util.misc.testcase.Locomotive
 
isBranchNode() - Method in class tfw.base.data.model.TreeNode
Checks whether this node is branch node.
isContentSame(Object, Object) - Static method in class tfw.base.util.misc.MiscToolE
Judges whether the 2 objects have the same contents.
Returns true while the 2 objects have same contents, or while they are both null.
isContentSame(Object, Object) - Static method in class tfw.base.util.misc.MiscToolP
Judges whether the 2 objects have the same contents.
Returns true while the 2 objects have same contents, or while they are both null.
isContentSame(Object, Object) - Static method in class tfw.base.util.misc.MiscToolT
Judges whether the 2 objects have the same contents.
Returns true while the 2 objects have same contents, or while they are both null.
isEmpty() - Method in class tfw.base.operation.context.OperationContext
 
isEmpty() - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
isEmpty() - Method in class tfw.base.operation.data_context.DataContext
 
isEmpty() - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
isForceTight() - Method in class tfw.base.dom.model.DomElement
Judges whether this element to be formatted in "force tight" mode.
isHigherThan(Level) - Method in enum tfw.base.logging.Level
Checks whether this level is higher than the given one.
isInScope(boolean, boolean[]) - Static method in class tfw.base.util.misc.MiscToolE
Judges whether the given value is in the given scope.
isInScope(byte, byte[]) - Static method in class tfw.base.util.misc.MiscToolE
Judges whether the given value is in the given scope.
isInScope(short, short[]) - Static method in class tfw.base.util.misc.MiscToolE
Judges whether the given value is in the given scope.
isInScope(int, int[]) - Static method in class tfw.base.util.misc.MiscToolE
Judges whether the given value is in the given scope.
isInScope(char, char[]) - Static method in class tfw.base.util.misc.MiscToolE
Judges whether the given value is in the given scope.
isInScope(long, long[]) - Static method in class tfw.base.util.misc.MiscToolE
Judges whether the given value is in the given scope.
isInScope(float, float[]) - Static method in class tfw.base.util.misc.MiscToolE
Judges whether the given value is in the given scope.
isInScope(double, double[]) - Static method in class tfw.base.util.misc.MiscToolE
Judges whether the given value is in the given scope.
isInScope(TYPE, TYPE[]) - Static method in class tfw.base.util.misc.MiscToolE
Judges whether the given value is in the given scope.
See TextToolE.isInScopeIgnoreCase(String, String[]) if the type of objects to judge is String and the judgment case insensitive.
isInScope(TYPE, Collection<TYPE>) - Static method in class tfw.base.util.misc.MiscToolE
Judges whether the given value is in the given scope.
See TextToolE.isInScopeIgnoreCase(String, Collection) if the type of objects to judge is String and the judgment case insensitive.
isInScope(boolean, boolean[]) - Static method in class tfw.base.util.misc.MiscToolP
Judges whether the given value is in the given scope.
isInScope(byte, byte[]) - Static method in class tfw.base.util.misc.MiscToolP
Judges whether the given value is in the given scope.
isInScope(short, short[]) - Static method in class tfw.base.util.misc.MiscToolP
Judges whether the given value is in the given scope.
isInScope(int, int[]) - Static method in class tfw.base.util.misc.MiscToolP
Judges whether the given value is in the given scope.
isInScope(char, char[]) - Static method in class tfw.base.util.misc.MiscToolP
Judges whether the given value is in the given scope.
isInScope(long, long[]) - Static method in class tfw.base.util.misc.MiscToolP
Judges whether the given value is in the given scope.
isInScope(float, float[]) - Static method in class tfw.base.util.misc.MiscToolP
Judges whether the given value is in the given scope.
isInScope(double, double[]) - Static method in class tfw.base.util.misc.MiscToolP
Judges whether the given value is in the given scope.
isInScope(TYPE, TYPE[]) - Static method in class tfw.base.util.misc.MiscToolP
Judges whether the given value is in the given scope.
See TextToolP.isInScopeIgnoreCase(String, String[]) if the type of objects to judge is String and the judgment case insensitive.
isInScope(TYPE, Collection<TYPE>) - Static method in class tfw.base.util.misc.MiscToolP
Judges whether the given value is in the given scope.
See TextToolP.isInScopeIgnoreCase(String, Collection) if the type of objects to judge is String and the judgment case insensitive.
isInScope(boolean, boolean[]) - Static method in class tfw.base.util.misc.MiscToolT
Judges whether the given value is in the given scope.
isInScope(byte, byte[]) - Static method in class tfw.base.util.misc.MiscToolT
Judges whether the given value is in the given scope.
isInScope(short, short[]) - Static method in class tfw.base.util.misc.MiscToolT
Judges whether the given value is in the given scope.
isInScope(int, int[]) - Static method in class tfw.base.util.misc.MiscToolT
Judges whether the given value is in the given scope.
isInScope(char, char[]) - Static method in class tfw.base.util.misc.MiscToolT
Judges whether the given value is in the given scope.
isInScope(long, long[]) - Static method in class tfw.base.util.misc.MiscToolT
Judges whether the given value is in the given scope.
isInScope(float, float[]) - Static method in class tfw.base.util.misc.MiscToolT
Judges whether the given value is in the given scope.
isInScope(double, double[]) - Static method in class tfw.base.util.misc.MiscToolT
Judges whether the given value is in the given scope.
isInScope(TYPE, TYPE[]) - Static method in class tfw.base.util.misc.MiscToolT
Judges whether the given value is in the given scope.
See TextToolT.isInScopeIgnoreCase(String, String[]) if the type of objects to judge is String and the judgment case insensitive.
isInScope(TYPE, Collection<TYPE>) - Static method in class tfw.base.util.misc.MiscToolT
Judges whether the given value is in the given scope.
See TextToolT.isInScopeIgnoreCase(String, Collection) if the type of objects to judge is String and the judgment case insensitive.
isInScopeIgnoreCase(String, String[]) - Static method in class tfw.base.util.text.TextToolE
Judges whether the given string is in the given scope, ignore case.
See MiscToolE.isInScope(Object, Object[]) if the judgment is case sensitive.
isInScopeIgnoreCase(String, Collection<String>) - Static method in class tfw.base.util.text.TextToolE
Judges whether the given string is in the given scope, ignore case.
See MiscToolE.isInScope(Object, Collection) if the judgment is case sensitive.
isInScopeIgnoreCase(String, String[]) - Static method in class tfw.base.util.text.TextToolP
Judges whether the given string is in the given scope, ignore case.
See MiscToolP.isInScope(Object, Object[]) if the judgment is case sensitive.
isInScopeIgnoreCase(String, Collection<String>) - Static method in class tfw.base.util.text.TextToolP
Judges whether the given string is in the given scope, ignore case.
See MiscToolP.isInScope(Object, Collection) if the judgment is case sensitive.
isInScopeIgnoreCase(String, String[]) - Static method in class tfw.base.util.text.TextToolT
Judges whether the given string is in the given scope, ignore case.
See MiscToolT.isInScope(Object, Object[]) if the judgment is case sensitive.
isInScopeIgnoreCase(String, Collection<String>) - Static method in class tfw.base.util.text.TextToolT
Judges whether the given string is in the given scope, ignore case.
See MiscToolT.isInScope(Object, Collection) if the judgment is case sensitive.
isInstanceOf(Object, String) - Static method in class tfw.base.util.misc.MiscToolE
Checks whether the given object is an instance of the name of given type.
isInstanceOf(Object, String) - Static method in class tfw.base.util.misc.MiscToolP
Checks whether the given object is an instance of the name of given type.
isInstanceOf(Object, String) - Static method in class tfw.base.util.misc.MiscToolT
Checks whether the given object is an instance of the name of given type.
isLeafNode() - Method in class tfw.base.data.model.TreeNode
Checks whether this node is leaf node.
isLocaleEqual(Locale, Locale) - Method in class tfw.base.operation.step.A_LoggedI18nStep
As its name.
isLocked() - Method in class tfw.base.operation.step.OperationStepResult
Checks whether this result is locked.
isLowerThan(Level) - Method in enum tfw.base.logging.Level
Checks whether this level is lower than the given one.
isSubOf(Object, String) - Static method in class tfw.base.util.misc.MiscToolE
Deprecated.
Not ready and tested yet.
isSubOf(Object, String) - Static method in class tfw.base.util.misc.MiscToolP
Deprecated.
Not ready and tested yet.
isSubOf(Object, String) - Static method in class tfw.base.util.misc.MiscToolT
Deprecated.
Not ready and tested yet.
isSuperOf(Object, String) - Static method in class tfw.base.util.misc.MiscToolE
Deprecated.
Not ready and tested yet.
isSuperOf(Object, String) - Static method in class tfw.base.util.misc.MiscToolP
Deprecated.
Not ready and tested yet.
isSuperOf(Object, String) - Static method in class tfw.base.util.misc.MiscToolT
Deprecated.
Not ready and tested yet.
isWritable() - Method in class tfw.base.operation.step.OperationStepResult
Checks whether this result is writable.
isXmlFile(String) - Static method in class tfw.base.util.properties.PropertiesToolT
Judges file type by suffix, not a formal way.
iterator - Variable in class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle.CombinedResourceBundleEnumeration
 

J

JDKLoggingAdapter - Class in tfw.base.logging.compatible.forJDKLogger
Adapter for JDK logging system.
JDKLoggingAdapter(Object, Level, int, Locale) - Constructor for class tfw.base.logging.compatible.forJDKLogger.JDKLoggingAdapter
 

K

KEY_LOGGER_ADAPTER_LIST - Static variable in class tfw.base.operation.step.LoggedOperationStepHelper
 
KEY_LOWEST_MESSAGE_LEVEL - Static variable in class tfw.base.operation.step.LoggedOperationStepHelper
 
keySet() - Method in class tfw.base.operation.context.OperationContext
 
keySet() - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
keySet() - Method in class tfw.base.operation.data_context.DataContext
 
keySet() - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 

L

languageEqual(Locale, Locale) - Static method in class tfw.base.util.i18n.I18nToolE
Checks whether the 2 languages in the 2 given locales equal.
languageEqual(Locale, Locale) - Static method in class tfw.base.util.i18n.I18nToolP
Checks whether the 2 languages in the 2 given locales equal.
languageEqual(Locale, Locale) - Static method in class tfw.base.util.i18n.I18nToolT
Checks whether the 2 languages in the 2 given locales equal.
Level - Enum in tfw.base.logging
Message level.
ALL, value Integer.MAX.
Usually uses for logging control, log every thing.
DETAIL, value 0.
This level is recommended to log the detail information of the application.
TRACE, value 1000.
This level is recommended to log the detail information of the application.
DEBUG, value 2000.
This level is recommended to log something noteworthy.
CONFIG, value 3000.
This level is recommended to show some configuration.
INFO, value 4000.
This level is recommended to use while the application hits the designed target.
WARNING, value 5000.
This level is recommended to use while the application PARTLY fails to hit the designed target.
ERROR, value 6000.
This level is recommended to use while the application TOTALLY fails to hit the designed target.
FATAL, value 7000.
This level is recommended to use while the application TOTALY fails to hit the designed target, AND CAN DAMAGE SOMETHING OUT OF THE APPLICATION.
OFF, value Integer.MAX.
Usually uses for logging control, log nothing.
Level(int) - Constructor for enum tfw.base.logging.Level
 
level - Variable in class tfw.base.logging.LogRecord
 
limitIntoRange(double, double, double) - Static method in class tfw.base.util.number.NumberToolE
Limits the given value doubleo a range.
limitIntoRange(float, float, float) - Static method in class tfw.base.util.number.NumberToolE
Limits the given value float into a range.
limitIntoRange(int, int, int) - Static method in class tfw.base.util.number.NumberToolE
Limits the given value into a range.
limitIntoRange(long, long, long) - Static method in class tfw.base.util.number.NumberToolE
Limits the given value long into a range.
limitIntoRange(double, double, double) - Static method in class tfw.base.util.number.NumberToolP
Limits the given value doubleo a range.
limitIntoRange(float, float, float) - Static method in class tfw.base.util.number.NumberToolP
Limits the given value float into a range.
limitIntoRange(int, int, int) - Static method in class tfw.base.util.number.NumberToolP
Limits the given value into a range.
limitIntoRange(long, long, long) - Static method in class tfw.base.util.number.NumberToolP
Limits the given value long into a range.
limitIntoRange(int, int, int) - Static method in class tfw.base.util.number.NumberToolT
Limits the given value into a range.
limitIntoRange(long, long, long) - Static method in class tfw.base.util.number.NumberToolT
Limits the given value long into a range.
limitIntoRange(float, float, float) - Static method in class tfw.base.util.number.NumberToolT
Limits the given value float into a range.
limitIntoRange(double, double, double) - Static method in class tfw.base.util.number.NumberToolT
Limits the given value doubleo a range.
listChildren - Variable in class tfw.base.data.model.TreeNode
Child nodes.
listChildren - Variable in class tfw.base.dom.model.DomElement
Child elements.
listIdsOfModifiedRows - Variable in class tfw.base.data.model.DataModifyResult
A "final" field, non-replaceable object.
listIdsOfNotModifiedRows - Variable in class tfw.base.data.model.DataModifyResult
A "final" field, non-replaceable object.
listInsertedRows - Variable in class tfw.base.data.model.DataInsertResult
A "final" field, non-replaceable object.
listNotInsertedRows - Variable in class tfw.base.data.model.DataInsertResult
A "final" field, non-replaceable object.
listOrders - Variable in class tfw.base.data.model.DataSelector
 
listOrders - Variable in class tfw.base.data.model.DataTable.RowComparator
 
listSelectedRows - Variable in class tfw.base.data.model.DataSelectResult
A "final" field, non-replaceable object.
lngTimeStampMillis - Variable in class tfw.base.logging.LogRecord
 
loadFromFile(String) - Static method in class tfw.base.data.util.DataToolT
Creates a data table by loading data from file.
loadFromFile(String) - Static method in class tfw.base.util.properties.PropertiesToolE
Loads properties from a properties file.
loadFromFile(String) - Static method in class tfw.base.util.properties.PropertiesToolP
Loads properties from a properties file.
loadFromFile(String) - Static method in class tfw.base.util.properties.PropertiesToolT
Loads properties from a properties file.
loadFromFile(String) - Static method in class tfw.base.util.xml.XMLToolE
Loads document from an XML file according to the given file name.
loadFromFile(File) - Static method in class tfw.base.util.xml.XMLToolE
Loads document from the given XML file.
loadFromFile(String) - Static method in class tfw.base.util.xml.XMLToolP
Loads document from an XML file according to the given file name.
loadFromFile(File) - Static method in class tfw.base.util.xml.XMLToolP
Loads document from the given XML file.
loadFromFile(String) - Static method in class tfw.base.util.xml.XMLToolT
Loads document from an XML file according to the given file name.
loadFromFile(File) - Static method in class tfw.base.util.xml.XMLToolT
Loads document from the given XML file.
loadFromPropertiesFile(String) - Static method in class tfw.base.util.properties.PropertiesToolE
Loads properties from a traditional properties file.
loadFromPropertiesFile(String) - Static method in class tfw.base.util.properties.PropertiesToolP
Loads properties from a traditional properties file.
loadFromPropertiesFile(String) - Static method in class tfw.base.util.properties.PropertiesToolT
Loads properties from a traditional properties file.
loadFromXmlFile(String) - Static method in class tfw.base.util.properties.PropertiesToolE
Loads properties from an XML properties file.
loadFromXmlFile(String) - Static method in class tfw.base.util.properties.PropertiesToolP
Loads properties from an XML properties file.
loadFromXmlFile(String) - Static method in class tfw.base.util.properties.PropertiesToolT
Loads properties from an XML properties file.
locale - Variable in class tfw.base.logging.A_LoggingAdapter
 
locationEqual(Locale, Locale) - Static method in class tfw.base.util.i18n.I18nToolE
Checks whether the 2 locations in the 2 given locales equal.
locationEqual(Locale, Locale) - Static method in class tfw.base.util.i18n.I18nToolP
Checks whether the 2 locations in the 2 given locales equal.
locationEqual(Locale, Locale) - Static method in class tfw.base.util.i18n.I18nToolT
Checks whether the 2 locations in the 2 given locales equal.
lock() - Method in class tfw.base.operation.step.OperationStepResult
Before returning this result, the operation step should lock it to prevent from un-horized changing.
Locomotive - Class in tfw.base.util.misc.testcase
Sample class for test case.
Locomotive(int, int, String) - Constructor for class tfw.base.util.misc.testcase.Locomotive
 
log(LogRecord) - Method in class tfw.base.logging.A_LoggingAdapter
Performs logging.
logAdapterList - Variable in class tfw.base.operation.step.LoggedOperationStepHelper
 
LoggedOperationStepHelper<RESULT_OBJECT_TYPE> - Class in tfw.base.operation.step
Assistant class.
LoggedOperationStepHelper(I_OperationStep<RESULT_OBJECT_TYPE>) - Constructor for class tfw.base.operation.step.LoggedOperationStepHelper
Constructor.
LogRecord - Class in tfw.base.logging
An object of this class contains necessary information to log.
LogRecord(Level, String, String, int, Throwable, int) - Constructor for class tfw.base.logging.LogRecord
 
lookup - Variable in class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle
 
lowestLevel - Variable in class tfw.base.logging.A_LoggingAdapter
 
lowestMessageLevel - Variable in class tfw.base.operation.step.LoggedOperationStepHelper
 
lstExecuteRecords - Variable in class tfw.base.operation.step.OperationStepResult
 

M

main(String[]) - Static method in class tfw.base.data.testcase.NodeTestCase
Main method, the start entrance.
main(String[]) - Static method in class tfw.base.data.testcase.TableTestCase
Main method, the start entrance.
main(String[]) - Static method in class tfw.base.dom.testcase.DomElementTestCase
Main method, the start entrance.
main(String[]) - Static method in class tfw.base.learn.sync.ThreadsTest_ObjectiveType
Main method, the start entrance.
main(String[]) - Static method in class tfw.base.learn.sync.ThreadsTest_PrimitiveType
Main method, the start entrance.
main(String[]) - Static method in class tfw.base.operation.step.A_LoggedI18nStep
Self test case.
main(String[]) - Static method in class tfw.base.operation.step.A_LoggedStep
Main method, the entrance of embedded test case.
main(String[]) - Static method in class tfw.base.operation.step.A_OperationStep
Main method, the entrance of embedded test case.
main(String[]) - Static method in class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps
Main method, the start entrance.
main(String[]) - Static method in class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps
Main method, the start entrance.
main(String[]) - Static method in class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps
Main method, the start entrance.
main(String[]) - Static method in class tfw.base.util.array.testcase.TestCase
Main method, the start entrance.
main(String[]) - Static method in class tfw.base.util.file.testcase.TestCase
Main method.
main(String[]) - Static method in class tfw.base.util.misc.testcase.TestCase
Main method, the start entrance.
main(String[]) - Static method in class tfw.base.util.xml.testcase.TestCase
Main method.
map - Variable in class tfw.base.operation.context.OperationContext
Content area for initial versions of this class.
map - Variable in class tfw.base.operation.context.SO_OperationContext
Deprecated.
Content area for initial versions of this class.
map - Variable in class tfw.base.operation.data_context.DataContext
Content area for initial versions of this class.
map - Variable in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
Content area for initial versions of this class.
mapAttributes - Variable in class tfw.base.data.model.TreeNode
Attributes.
mapAttributes - Variable in class tfw.base.dom.model.DomElement
Attributes.
mapColTypes - Variable in class tfw.base.data.model.DataTable
 
mapColumns - Variable in class tfw.base.data.model.DataSelector
 
mapTable - Variable in class tfw.base.data.model.DataTable
 
matchColumns(Map<String, Serializable>, String, Map<String, SelectorColumn>) - Method in class tfw.base.data.model.DataTable
Judges whether the given row matches the given condition by analyzing each column.

"synchronized", due to non-concurrency resources accessing.
matchContain(String, Serializable, Serializable) - Method in class tfw.base.data.model.DataTable
Judges whether the column value of data table contain the column value of data selector.
matchEqual(String, Serializable, Serializable) - Method in class tfw.base.data.model.DataTable
Judges whether the column value of data table is equal to the column value of data selector.
matchIn(String, Serializable, Serializable) - Method in class tfw.base.data.model.DataTable
Judges whether the column value of data table is in (contained by) the column value of data selector.
matchRows(DataSelector) - Method in class tfw.base.data.model.DataTable
Finds the rows that matches the data selector.

"synchronized", due to non-concurrency resources accessing.
METHOD_FLAG_COMMON - Static variable in class tfw.base.logging.LogRecord
 
METHOD_FLAG_ENDED - Static variable in class tfw.base.logging.LogRecord
 
METHOD_FLAG_START - Static variable in class tfw.base.logging.LogRecord
 
MiscToolE - Class in tfw.base.util.misc
A pack of tool functions for misc-operations.
Eats exceptions.
MiscToolE() - Constructor for class tfw.base.util.misc.MiscToolE
 
MiscToolP - Class in tfw.base.util.misc
A pack of tool functions for misc-operations.
Prints exceptions.
MiscToolP() - Constructor for class tfw.base.util.misc.MiscToolP
 
MiscToolT - Class in tfw.base.util.misc
A pack of tool functions for misc-operations.
Throws exceptions.
MiscToolT() - Constructor for class tfw.base.util.misc.MiscToolT
 
mkdir_(Object) - Static method in class tfw.base.util.file.FileToolE
Deprecated.
Unformal, may change or remove soon.
mkdir_(Object) - Static method in class tfw.base.util.file.FileToolP
Deprecated.
Unformal, may change or remove soon.
mkdir_(Object) - Static method in class tfw.base.util.file.FileToolT
Deprecated.
Unformal, may change or remove soon.
mkdirP_(Object) - Static method in class tfw.base.util.file.FileToolE
Deprecated.
Unformal, may change or remove soon.
mkdirP_(Object) - Static method in class tfw.base.util.file.FileToolP
Deprecated.
Unformal, may change or remove soon.
mkdirP_(Object) - Static method in class tfw.base.util.file.FileToolT
Deprecated.
Unformal, may change or remove soon.
mkspan(int) - Static method in class tfw.base.util.xml.XMLToolT
Makes a text span.
mountInto(TreeNode, int) - Method in class tfw.base.data.model.TreeNode
Deprecated.
Scene one node can be mounted into many nodes, the parent node may not be accurate.
mountInto(TreeNode) - Method in class tfw.base.data.model.TreeNode
Deprecated.
Scene one node can be mounted into many nodes, the parent node may not be accurate.

N

n2s(double) - Static method in class tfw.base.util.number.NumberToolE
Generates a string from a "double" number.
n2s(float) - Static method in class tfw.base.util.number.NumberToolE
Generates a string from a "float" number.
n2s(int) - Static method in class tfw.base.util.number.NumberToolE
Generates a string from an "int" number.
n2s(long) - Static method in class tfw.base.util.number.NumberToolE
Generates a string from a "long" number.
n2s(double) - Static method in class tfw.base.util.number.NumberToolP
Generates a string from a "double" number.
n2s(float) - Static method in class tfw.base.util.number.NumberToolP
Generates a string from a "float" number.
n2s(int) - Static method in class tfw.base.util.number.NumberToolP
Generates a string from an "int" number.
n2s(long) - Static method in class tfw.base.util.number.NumberToolP
Generates a string from a "long" number.
n2s(int) - Static method in class tfw.base.util.number.NumberToolT
Generates a string from an "int" number.
n2s(long) - Static method in class tfw.base.util.number.NumberToolT
Generates a string from a "long" number.
n2s(float) - Static method in class tfw.base.util.number.NumberToolT
Generates a string from a "float" number.
n2s(double) - Static method in class tfw.base.util.number.NumberToolT
Generates a string from a "double" number.
n2s(String) - Static method in class tfw.base.util.text.TextToolE
Converts to an enpty string while input is null.
n2s(String) - Static method in class tfw.base.util.text.TextToolP
Converts to an enpty string while input is null.
n2s(String) - Static method in class tfw.base.util.text.TextToolT
Converts to an empty string while input is null.
next - Variable in class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle.CombinedResourceBundleEnumeration
 
nextElement() - Method in class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle.CombinedResourceBundleEnumeration
 
node2s(Node) - Static method in class tfw.base.util.xml.XMLToolE
Generates a text presentation of a node, just for human reading, not standard XML.
node2s(Node) - Static method in class tfw.base.util.xml.XMLToolP
Generates a text presentation of a node, just for human reading, not standard XML.
node2s(Node) - Static method in class tfw.base.util.xml.XMLToolT
Generates a text presentation of a node, just for human reading, not standard XML.
node2s(Node, int) - Static method in class tfw.base.util.xml.XMLToolT
The method which actually generates the text presentation of the given node.
nodeParent - Variable in class tfw.base.data.model.TreeNode
 
NodeTestCase - Class in tfw.base.data.testcase
Test cases for tree nodes.
NodeTestCase() - Constructor for class tfw.base.data.testcase.NodeTestCase
 
notHigherThan(Level) - Method in enum tfw.base.logging.Level
Checks whether this level is not lower than the given one.
notLowerThan(Level) - Method in enum tfw.base.logging.Level
Checks whether this level is not higher than the given one.
NullDataContextException - Exception in tfw.base.operation.data_context
Operation steps need data context just like fish need water.
NullDataContextException() - Constructor for exception tfw.base.operation.data_context.NullDataContextException
Constructor.
NullDataContextException(String) - Constructor for exception tfw.base.operation.data_context.NullDataContextException
Constructor.
NullDataContextException(String, Throwable) - Constructor for exception tfw.base.operation.data_context.NullDataContextException
Constructor.
NumberToolE - Class in tfw.base.util.number
A pack of tool functions for manipulating a number.
Eats exceptions.
NumberToolE() - Constructor for class tfw.base.util.number.NumberToolE
 
NumberToolP - Class in tfw.base.util.number
A pack of tool functions for manipulating a number.
Prints exceptions.
NumberToolP() - Constructor for class tfw.base.util.number.NumberToolP
 
NumberToolT - Class in tfw.base.util.number
A pack of tool functions for manipulating a number.
Throws exceptions.
NumberToolT() - Constructor for class tfw.base.util.number.NumberToolT
 

O

o2D(Object, Double) - Static method in class tfw.base.util.number.NumberToolE
Generates a "Double" object from a string.
o2d(Object, double) - Static method in class tfw.base.util.number.NumberToolE
Generates a "double" number from a string.
o2D(Object, Double) - Static method in class tfw.base.util.number.NumberToolP
Generates a "Double" object from a string.
o2d(Object, double) - Static method in class tfw.base.util.number.NumberToolP
Generates a "double" number from a string.
o2D(Object, Double) - Static method in class tfw.base.util.number.NumberToolT
Generates a "Double" by parsing the incoming object.
o2d(Object, double) - Static method in class tfw.base.util.number.NumberToolT
Generates an double number by parsing the incoming object.
o2f(Object) - Static method in class tfw.base.util.file.FileToolE
Converts the incoming object to a file object.
o2f(Object) - Static method in class tfw.base.util.file.FileToolP
Converts the incoming object to a file object.
o2f(Object) - Static method in class tfw.base.util.file.FileToolT
Converts the incoming object to a file object.
o2F(Object, Float) - Static method in class tfw.base.util.number.NumberToolE
Generates a "Float" object from a string.
o2f(Object, float) - Static method in class tfw.base.util.number.NumberToolE
Generates a "float" number from a string.
o2F(Object, Float) - Static method in class tfw.base.util.number.NumberToolP
Generates a "Float" object from a string.
o2f(Object, float) - Static method in class tfw.base.util.number.NumberToolP
Generates a "float" number from a string.
o2F(Object, Float) - Static method in class tfw.base.util.number.NumberToolT
Generates a "Float" by parsing the incoming object.
o2f(Object, float) - Static method in class tfw.base.util.number.NumberToolT
Generates an float number by parsing the incoming object.
o2I(Object, Integer) - Static method in class tfw.base.util.number.NumberToolE
Generates an "Integer" object from a string.
o2i(Object, int) - Static method in class tfw.base.util.number.NumberToolE
Generates an "int" number from a string.
o2I(Object, Integer) - Static method in class tfw.base.util.number.NumberToolP
Generates an "Integer" object from a string.
o2i(Object, int) - Static method in class tfw.base.util.number.NumberToolP
Generates an "int" number from a string.
o2I(Object, Integer) - Static method in class tfw.base.util.number.NumberToolT
Generates an "Integer" by parsing the incoming object.
o2i(Object, int) - Static method in class tfw.base.util.number.NumberToolT
Generates an integer number by parsing the incoming object.
o2L(Object, Long) - Static method in class tfw.base.util.number.NumberToolE
Generates a "Long" object from a string.
o2l(Object, long) - Static method in class tfw.base.util.number.NumberToolE
Generates a "long" number from a string.
o2L(Object, Long) - Static method in class tfw.base.util.number.NumberToolP
Generates a "Long" object from a string.
o2l(Object, long) - Static method in class tfw.base.util.number.NumberToolP
Generates a "long" number from a string.
o2L(Object, Long) - Static method in class tfw.base.util.number.NumberToolT
Generates a "Long" by parsing the incoming object.
o2l(Object, long) - Static method in class tfw.base.util.number.NumberToolT
Generates an long number by parsing the incoming object.
o2N(Object, Number) - Static method in class tfw.base.util.number.NumberToolE
Generates a "Number" from an object.
o2N(Object, Number) - Static method in class tfw.base.util.number.NumberToolP
Generates a "Number" from an object.
o2N(Object, Number) - Static method in class tfw.base.util.number.NumberToolT
Generates a "Number" by parsing the incoming object.
o2s(Object, String) - Static method in class tfw.base.util.text.TextToolE
Converts to an empty string while input is null.
o2s(Object, String) - Static method in class tfw.base.util.text.TextToolP
Converts to an empty string while input is null.
o2s(Object, String) - Static method in class tfw.base.util.text.TextToolT
Converts to an empty string while input is null.
oLogger - Variable in class tfw.base.logging.A_LoggingAdapter
 
OperationContext - Class in tfw.base.operation.context
Operation context.
Operation steps get necessary settings (or long time-range parameters) form operation context.
Operation steps put non-integer results into operation context.
OperationContext(Map<Object, Object>) - Constructor for class tfw.base.operation.context.OperationContext
 
OperationStepException - Exception in tfw.base.operation.step
It is recommended to throw this exception while an operation step meets a problem.
OperationStepException() - Constructor for exception tfw.base.operation.step.OperationStepException
Constructor.
OperationStepException(Throwable) - Constructor for exception tfw.base.operation.step.OperationStepException
Constructor.
OperationStepException(String) - Constructor for exception tfw.base.operation.step.OperationStepException
Constructor.
OperationStepException(String, Throwable) - Constructor for exception tfw.base.operation.step.OperationStepException
Constructor.
OperationStepResult<TYPE> - Class in tfw.base.operation.step
Result of an operation step.
OperationStepResult() - Constructor for class tfw.base.operation.step.OperationStepResult
Constructor.
ORDER_ASCENDING - Static variable in class tfw.base.data.model.SelectorOrder
 
ORDER_DEFAULT - Static variable in class tfw.base.data.model.SelectorOrder
 
ORDER_DESCENDING - Static variable in class tfw.base.data.model.SelectorOrder
 
outerLocale - Variable in class tfw.base.operation.step.A_LoggedI18nStep
The object of sub class MAY use this.

P

parseStackTraceElements(StackTraceElement[]) - Method in class tfw.base.logging.LogRecord
Gets the 1d array of stack trace elements.
pathStage1d - Variable in class tfw.base.util.xml.XMLPath
 
patternedReplace(StringBuffer, String, String) - Static method in class tfw.base.util.text.TextToolT
Deprecated.
Under construction. No change will happen to the incoming things.
println(boolean, Object) - Method in class tfw.base.data.testcase.TableTestCase
Print, according to the flag.
PrintStreamLoggingAdapter - Class in tfw.base.logging
This adapter uses [java.io.PrintStream] as logger, such as [System.out] and [System.err] and so on.
PrintStreamLoggingAdapter(Object, Level, int, Locale) - Constructor for class tfw.base.logging.PrintStreamLoggingAdapter
 
PropertiesToolE - Class in tfw.base.util.properties
A pack of tools for reading and writing properties file(s).
Eats exceptions.
PropertiesToolE() - Constructor for class tfw.base.util.properties.PropertiesToolE
 
PropertiesToolP - Class in tfw.base.util.properties
A pack of tools for reading and writing properties file(s).
Prints exceptions.
PropertiesToolP() - Constructor for class tfw.base.util.properties.PropertiesToolP
 
PropertiesToolT - Class in tfw.base.util.properties
A pack of tools for reading and writing properties file(s).
Throws exceptions.
PropertiesToolT() - Constructor for class tfw.base.util.properties.PropertiesToolT
 
ProtoOperationStepHelper<RESULT_OBJECT_TYPE> - Class in tfw.base.operation.step
Assistant class.
ProtoOperationStepHelper(I_OperationStep<RESULT_OBJECT_TYPE>) - Constructor for class tfw.base.operation.step.ProtoOperationStepHelper
Constructor.
put(Object, Object) - Method in class tfw.base.operation.context.OperationContext
 
put(String, Object) - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
put(Object, Object) - Method in class tfw.base.operation.data_context.DataContext
 
put(String, Object) - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
putAll(Map<? extends Object, ? extends Object>) - Method in class tfw.base.operation.context.OperationContext
 
putAll(Map<? extends String, ? extends Object>) - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
putAll(Map<? extends Object, ? extends Object>) - Method in class tfw.base.operation.data_context.DataContext
 
putAll(Map<? extends String, ? extends Object>) - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
putSelectorColumn(String, SelectorColumn) - Method in class tfw.base.data.model.DataSelector
Puts one selector column into this selector.

"synchronized", due to non-concurrency resources accessing.
putSelectorColumns(Map<String, SelectorColumn>) - Method in class tfw.base.data.model.DataSelector
Copies selector columns into this selector.

"synchronized", due to non-concurrency resources accessing.

R

R1(ThreadsTest_ObjectiveType.TestType) - Constructor for class tfw.base.learn.sync.ThreadsTest_ObjectiveType.R1
Constructor.
R1(ThreadsTest_PrimitiveType.TestType) - Constructor for class tfw.base.learn.sync.ThreadsTest_PrimitiveType.R1
Constructor.
R2(ThreadsTest_ObjectiveType.TestType) - Constructor for class tfw.base.learn.sync.ThreadsTest_ObjectiveType.R2
Constructor.
R2(ThreadsTest_PrimitiveType.TestType) - Constructor for class tfw.base.learn.sync.ThreadsTest_PrimitiveType.R2
Constructor.
R3(ThreadsTest_ObjectiveType.TestType) - Constructor for class tfw.base.learn.sync.ThreadsTest_ObjectiveType.R3
Constructor.
R3(ThreadsTest_PrimitiveType.TestType) - Constructor for class tfw.base.learn.sync.ThreadsTest_PrimitiveType.R3
Constructor.
randomMillis() - Method in class tfw.base.learn.sync.ThreadsTest_ObjectiveType
Generate a random time period.
randomMillis() - Method in class tfw.base.learn.sync.ThreadsTest_PrimitiveType
Generate a random time period.
rbInner - Variable in class tfw.base.operation.step.A_LoggedI18nStep
The object of sub class should NOT see this.
rbOuter - Variable in class tfw.base.operation.step.A_LoggedI18nStep
The object of sub class should NOT see this.
record(int, Level, String, String) - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Records a message.
record(Level, String, String) - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Records a message.
record(int, Level, String) - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Records a message.
record(Level, String) - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Records a message.
recordBad(int, Level, String) - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Records a bad message.
recordBad(Level, String, String) - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Records a bad message.
recordBad(int, Level, String, String, Throwable) - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Records a bad message.
recordBad(Level, String, Throwable) - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Records a bad message.
recordBad(int, Level, String) - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Records a message.
recordBad(Level, String) - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Records a bad message.
recordBad(int, Level, String, Throwable) - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Records a bad message.
recordBad(Level, String, Throwable) - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Records a bad message.
recordEnded(int) - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Records "ended" with a given status.
recordEnded() - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Records "ended".
recordEnded(int) - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Records "ended" with a given status.
recordEnded() - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Records "ended".
recordStart(int) - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Records "start" with a given status.
recordStart() - Method in class tfw.base.operation.step.LoggedOperationStepHelper
Records "start".
recordStart(int) - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Records "start" with a given status.
recordStart() - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Records "start".
remove(Object) - Method in class tfw.base.operation.context.OperationContext
 
remove(Object) - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
remove(Object) - Method in class tfw.base.operation.data_context.DataContext
 
remove(Object) - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
removeAttribute(String) - Method in class tfw.base.data.model.TreeNode
Removes one attribute for a key from this node if it is present.
removeAttribute(String) - Method in class tfw.base.dom.model.DomElement
Removes one attribute for a key from this node if it is present.
removeAttributes() - Method in class tfw.base.data.model.TreeNode
Removes all attributes from this node if it is present.
removeAttributes(String[]) - Method in class tfw.base.data.model.TreeNode
Removes attributes for keys from this node if it is present.
removeAttributes(Collection<String>) - Method in class tfw.base.data.model.TreeNode
Removes attributes for keys from this node if it is present.
removeAttributes() - Method in class tfw.base.dom.model.DomElement
Removes all attributes from this node if it is present.
removeAttributes(String[]) - Method in class tfw.base.dom.model.DomElement
Removes attributes for keys from this node if it is present.
removeAttributes(Collection<String>) - Method in class tfw.base.dom.model.DomElement
Removes attributes for keys from this node if it is present.
removeChild(int) - Method in class tfw.base.data.model.TreeNode
Removes one child node at the specified position in child node list from this node (similar to List.remove(int)).
removeChild(TreeNode) - Method in class tfw.base.data.model.TreeNode
Removes the first occurrence of one specified child node from child node list in this node, if it is present (similar to List.remove(Object)).
removeChild(int) - Method in class tfw.base.dom.model.DomElement
Removes one child node at the specified position in child node list from this node.
removeChild(DomElement) - Method in class tfw.base.dom.model.DomElement
Removes the first occurrence of one specified child node from child node list in this node, if it is present.
removeChildren() - Method in class tfw.base.data.model.TreeNode
Removes all child nodes in child node list from this node.
removeChildren(int[]) - Method in class tfw.base.data.model.TreeNode
Removes child nodes at the specified positions in child node list from this node.
removeChildren(TreeNode[]) - Method in class tfw.base.data.model.TreeNode
Removes from child node list all of the nodes that are contained in the specified array.
removeChildren(Collection<TreeNode>) - Method in class tfw.base.data.model.TreeNode
Removes from child node list all of the nodes that are contained in the specified collection (somehow similar to List.removeAll(Collection)).
removeChildren() - Method in class tfw.base.dom.model.DomElement
Removes all child nodes in child node list from this node.
removeChildren(int[]) - Method in class tfw.base.dom.model.DomElement
Removes child nodes at the specified positions in child node list from this node.
removeChildren(DomElement[]) - Method in class tfw.base.dom.model.DomElement
Removes from child node list all of the node s that are contained in the specified array.
removeChildren(Collection<DomElement>) - Method in class tfw.base.dom.model.DomElement
Removes from child node list all of the nodes that are contained in the specified collection (somehow similar to List.removeAll(java.util.Collection)).
removeSelectorColumn(String) - Method in class tfw.base.data.model.DataSelector
Removes one selector column from this selector.

"synchronized", due to non-concurrency resources accessing.
removeSelectorWithDuplicatedName(SelectorOrder) - Method in class tfw.base.data.model.DataSelector
Removes the selector of the same name with the incoming one.

"synchronized", due to non-concurrency resources accessing.
replaceSelectorColumns(Map<String, SelectorColumn>) - Method in class tfw.base.data.model.DataSelector
Replaces selector columns of this selector.

"synchronized", due to non-concurrency resources accessing.
replaceSelectorOrders(List<SelectorOrder>) - Method in class tfw.base.data.model.DataSelector
Replaces selector orders of this selector.
resetAttribute(String, Serializable) - Method in class tfw.base.data.model.TreeNode
Cleans attribute map, and then associates one specified value with the specified key in attribute map.
resetAttribute(String, String) - Method in class tfw.base.dom.model.DomElement
Cleans attribute map, and then associates one specified value with the specified key in attribute map.
resetAttributes(Map<String, Serializable>) - Method in class tfw.base.data.model.TreeNode
Cleans attribute map, and then copies all of the attributes from the specified map into attribute map in this node.
resetAttributes(Map<String, String>) - Method in class tfw.base.dom.model.DomElement
Cleans attribute map, and then copies all of the attributes from the specified map into attribute map in this node.
resetChild(TreeNode) - Method in class tfw.base.data.model.TreeNode
Cleans child node list, and then appends one specified child node to the end of child node list in this node.
resetChild(int, TreeNode) - Method in class tfw.base.data.model.TreeNode
Cleans child node list, and then inserts one specified child node at the specified position in child node list in this node.
resetChild(DomElement) - Method in class tfw.base.dom.model.DomElement
Cleans child node list, and then appends one specified child node to the end of child node list in this node.
resetChild(int, DomElement) - Method in class tfw.base.dom.model.DomElement
Cleans child node list, and then inserts one specified child node at the specified position in child node list in this node.
resetChildren(TreeNode[]) - Method in class tfw.base.data.model.TreeNode
Cleans child node list, and then appends all of the child nodes in the given array to the end of child node list in this node, in the order that they are returned by the given collection's iterator.
resetChildren(int, TreeNode[]) - Method in class tfw.base.data.model.TreeNode
Cleans child node list, and then inserts all of the child nodes in the given array into child node list in this node at the specified position.
resetChildren(Collection<TreeNode>) - Method in class tfw.base.data.model.TreeNode
Cleans child node list, and then appends all of the child nodes in the given collection to the end of child node list in this node, in the order that they are returned by the given collection's iterator.
resetChildren(int, Collection<TreeNode>) - Method in class tfw.base.data.model.TreeNode
Cleans child node list, and then inserts all of the child nodes in the given collection into child node list in this node at the specified position.
resetChildren(DomElement[]) - Method in class tfw.base.dom.model.DomElement
Cleans child node list, and then appends all of the child nodes in the given array to the end of child node list in this node, in the order that they are returned by the given collection's iterator.
resetChildren(int, DomElement[]) - Method in class tfw.base.dom.model.DomElement
Cleans child node list, and then inserts all of the child nodes in the given array into child node list in this node at the specified position.
resetChildren(Collection<DomElement>) - Method in class tfw.base.dom.model.DomElement
Cleans child node list, and then appends all of the child nodes in the given collection to the end of child node list in this node, in the order that they are returned by the given collection's iterator.
resetChildren(int, Collection<DomElement>) - Method in class tfw.base.dom.model.DomElement
Cleans child node list, and then inserts all of the child nodes in the given collection into child node list in this node at the specified position.
resetTextSpacing() - Method in class tfw.base.logging.LogRecord
Resets the text spacing to the default value.
resetTextSpacing() - Method in class tfw.base.operation.context.OperationContext
Resets the text spacing to the default value.
resetTextSpacing() - Method in class tfw.base.operation.data_context.DataContext
Resets the text spacing to the default value.
resultObject - Variable in class tfw.base.operation.step.OperationStepResult
 
RiskyTextElement - Class in tfw.base.dom.model
DOM element with only text content.
Only the "content" string is effective.
Escapes nothing and leaves the text content as is was in "toString(...)" methods.
Some sensitive characters like "<", ">" and """ can broke the structure of the document and cause some problems or errors.
Chose this class at your own risk.
RiskyTextElement(String) - Constructor for class tfw.base.dom.model.RiskyTextElement
Constructor.
rm_(Object) - Static method in class tfw.base.util.file.FileToolE
Deprecated.
Unformal, may change or remove soon.
rm_(Object) - Static method in class tfw.base.util.file.FileToolP
Deprecated.
Unformal, may change or remove soon.
rm_(Object) - Static method in class tfw.base.util.file.FileToolT
Deprecated.
Unformal, may change or remove soon.
rmForce__(Object) - Static method in class tfw.base.util.file.FileToolE
Deprecated.
Unformal, may change or remove soon.
rmForce__(Object, int) - Static method in class tfw.base.util.file.FileToolE
Deprecated.
Unformal, may change or remove soon.
rmForce__(Object) - Static method in class tfw.base.util.file.FileToolP
Deprecated.
Unformal, may change or remove soon.
rmForce__(Object, int) - Static method in class tfw.base.util.file.FileToolP
Deprecated.
Unformal, may change or remove soon.
rmForce__(Object, int) - Static method in class tfw.base.util.file.FileToolT
Deprecated.
Unformal, may change or remove soon.
RowComparator(List<SelectorOrder>, Comparator<Object>) - Constructor for class tfw.base.data.model.DataTable.RowComparator
Constructor.
run() - Method in class tfw.base.learn.sync.ThreadsTest_ObjectiveType.R1
 
run() - Method in class tfw.base.learn.sync.ThreadsTest_ObjectiveType.R2
 
run() - Method in class tfw.base.learn.sync.ThreadsTest_ObjectiveType.R3
 
run() - Method in class tfw.base.learn.sync.ThreadsTest_PrimitiveType.R1
 
run() - Method in class tfw.base.learn.sync.ThreadsTest_PrimitiveType.R2
 
run() - Method in class tfw.base.learn.sync.ThreadsTest_PrimitiveType.R3
 

S

s2n(String) - Static method in class tfw.base.util.text.TextToolE
Converts to null while input is an empty string.
s2n(String) - Static method in class tfw.base.util.text.TextToolP
Converts to null while input is an empty string.
s2n(String) - Static method in class tfw.base.util.text.TextToolT
Converts to null while input is an empty string.
SafeTextElement - Class in tfw.base.dom.model
DOM element with only text content.
Only the "content" string is effective.
Escapes "&"→"&amp;", "<"→"&lt;", ">"→"&gt;" and """→"&quot;" for the document in "toString(...)" methods.
SafeTextElement(String) - Constructor for class tfw.base.dom.model.SafeTextElement
Constructor.
saveToFile(String, DataTable) - Static method in class tfw.base.data.util.DataToolT
Saves a data table into into a file by dumping it into properties.
saveToFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolE
Saves properties to a properties file.
saveToFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolP
Saves properties to a properties file.
saveToFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolT
Saves properties to a properties file.
saveToFile(Node, String) - Static method in class tfw.base.util.xml.XMLToolE
Saves the given node into an XML file according to the given file name.
saveToFile(Node, File) - Static method in class tfw.base.util.xml.XMLToolE
Saves the given node into the given XML file.
saveToFile(Node, String) - Static method in class tfw.base.util.xml.XMLToolP
Saves the given node into an XML file according to the given file name.
saveToFile(Node, File) - Static method in class tfw.base.util.xml.XMLToolP
Saves the given node into the given XML file.
saveToFile(Node, String) - Static method in class tfw.base.util.xml.XMLToolT
Saves the given node into an XML file according to the given file name.
saveToFile(Node, File) - Static method in class tfw.base.util.xml.XMLToolT
Saves the given node into the given XML file.
saveToPropertiesFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolE
Saves properties to a traditional properties file.
saveToPropertiesFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolP
Saves properties to a traditional properties file.
saveToPropertiesFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolT
Saves properties to a traditional properties file.
saveToXmlFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolE
Saves properties to an XML properties file.
saveToXmlFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolP
Saves properties to an XML properties file.
saveToXmlFile(Properties, String) - Static method in class tfw.base.util.properties.PropertiesToolT
Saves properties to an XML properties file.
screenUp() - Static method in class tfw.base.util.misc.MiscToolE
Screen up.
screenUp(int) - Static method in class tfw.base.util.misc.MiscToolE
Screen up rolls for certain rows.
screenUp() - Static method in class tfw.base.util.misc.MiscToolP
Screen up.
screenUp(int) - Static method in class tfw.base.util.misc.MiscToolP
Screen up rolls for certain rows.
screenUp() - Static method in class tfw.base.util.misc.MiscToolT
Screen up.
screenUp(int) - Static method in class tfw.base.util.misc.MiscToolT
Screen up rolls for certain rows.
select(Long) - Method in class tfw.base.data.model.DataTable
Selects a single row and copies it out by its ID.

"synchronized", due to non-concurrency resources accessing.
select(Collection<Long>, int, int) - Method in class tfw.base.data.model.DataTable
Selects rows and copies them out by their ID.

"synchronized", due to non-concurrency resources accessing.
select(DataSelector) - Method in class tfw.base.data.model.DataTable
Selects rows and copies them out by the given condition in the data selector.
Logic design:
Parses the condition information from the data selector.
Matches rows and getting their IDs.
Sorts the matched rows.
Copies out the rows of appointed count from the appointed start index.

"synchronized", due to non-concurrency resources accessing.
SelectorColumn - Class in tfw.base.data.model
Column element of data selector, with condition flag and value.
SelectorColumn(String, Serializable) - Constructor for class tfw.base.data.model.SelectorColumn
Constructor.
SelectorOrder - Class in tfw.base.data.model
Order element of data selector, with column name and ascending / descending flag.
SelectorOrder(String, String) - Constructor for class tfw.base.data.model.SelectorOrder
Constructor.
serialVersionUID - Static variable in class tfw.base.data.model.DataSelector
long serialVersionUID
serialVersionUID - Static variable in exception tfw.base.data.model.DataTableException
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.data.model.SelectorColumn
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.data.model.SelectorOrder
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.data.model.TreeNode
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.dom.model.A_TextElement
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.dom.model.DomElement
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.dom.model.RiskyTextElement
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.dom.model.SafeTextElement
long serialVersionUID
serialVersionUID - Static variable in exception tfw.base.logging.WrongLoggerTypeException
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.context.OperationContext
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.data_context.DataContext
long serialVersionUID
serialVersionUID - Static variable in exception tfw.base.operation.data_context.NullDataContextException
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.step.A_LoggedI18nStep
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.step.A_LoggedStep
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.step.A_OperationStep
long serialVersionUID
serialVersionUID - Static variable in exception tfw.base.operation.step.OperationStepException
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.step.OperationStepResult
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps.BusinessStep
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps.DataOparationStep
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps.DBConnectStep
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps.BusinessStep
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps.DataOparationStep
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps.DBConnectStep
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.BusinessStep
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.DataOparationStep
long serialVersionUID
serialVersionUID - Static variable in class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps.DBConnectStep
long serialVersionUID
set(Object) - Method in class tfw.base.logging.A_LoggingAdapter
Sets the logger to adapter.
set(Level) - Method in class tfw.base.logging.A_LoggingAdapter
Sets the lowest level to adapter.
set(int) - Method in class tfw.base.logging.A_LoggingAdapter
Sets the text depth offset to adapter.
set - Variable in class tfw.base.util.i18n.I18nToolT.CombinedResourceBundle.CombinedResourceBundleEnumeration
 
setAndOrFlag(String) - Method in class tfw.base.data.model.DataSelector
Sets the "AND / OR" flag.
setAttribute(String, Serializable) - Method in class tfw.base.data.model.TreeNode
Associates one specified value with the specified key in attribute map.
setAttribute(String, String) - Method in class tfw.base.dom.model.A_TextElement
Do nothing.
setAttribute(String) - Method in class tfw.base.dom.model.DomElement
Associates one null value with the specified key in attribute map.
For probable HTML /XML usage.
setAttribute(String, String) - Method in class tfw.base.dom.model.DomElement
Associates one specified value with the specified key in attribute map.
setAttributes(Map<String, Serializable>) - Method in class tfw.base.data.model.TreeNode
Copies all of the attributes from the specified map into attribute map in this node.
setAttributes(Map<String, String>) - Method in class tfw.base.dom.model.DomElement
Copies all of the attributes from the specified map into attribute map in this node.
setContents(String) - Method in class tfw.base.dom.model.A_TextElement
Sets the element contents.
setForceTight(boolean) - Method in class tfw.base.dom.model.DomElement
Sets a "force tight" flag to this element.
setHelper(LoggedOperationStepHelper<RESULT_OBJECT_TYPE>) - Method in class tfw.base.operation.step.A_LoggedI18nStep
Sets the step helper.
setHelper(LoggedOperationStepHelper<RESULT_OBJECT_TYPE>) - Method in class tfw.base.operation.step.A_LoggedStep
Sets the step helper.
setHelper(ProtoOperationStepHelper<RESULT_OBJECT_TYPE>) - Method in class tfw.base.operation.step.A_OperationStep
Sets the step helper.
setInnerLocaleKey(String) - Method in class tfw.base.operation.step.A_LoggedI18nStep
Sets the inner locale with this name uses for logging.
setLocale(Locale) - Method in class tfw.base.logging.A_LoggingAdapter
Sets the locale to adapter.
setMatchedRowCount(int) - Method in class tfw.base.data.model.DataSelectResult
Sets matched row count; usually be called while generating this result.
setNodeType(String) - Method in class tfw.base.data.model.TreeNode
Sets node type.
setOuterLocaleKey(String) - Method in class tfw.base.operation.step.A_LoggedI18nStep
Sets the outer locale with this name uses for logging.
setRecords(List<LogRecord>) - Method in class tfw.base.operation.step.OperationStepResult
Sets records into this result.
setResultObject(TYPE) - Method in class tfw.base.operation.step.OperationStepResult
Sets the payload of this result.
setSelectRowCount(int) - Method in class tfw.base.data.model.DataSelector
Sets the row count to select.
setStartRowIdx(int) - Method in class tfw.base.data.model.DataSelector
Sets the start row index of matched rows.
setStatus(int) - Method in class tfw.base.operation.step.OperationStepResult
Sets execute status.
setTargetResult(OperationStepResult<RESULT_OBJECT_TYPE>) - Method in class tfw.base.operation.step.ProtoOperationStepHelper
Sets the target result.
setTextComparator(Comparator<Object>) - Method in class tfw.base.data.model.DataSelector
Sets text comparator.
setTextSpacing(String) - Method in class tfw.base.logging.LogRecord
Sets the text spacing.
setTextSpacing(String) - Method in class tfw.base.operation.context.OperationContext
Sets the text spacing.
setTextSpacing(String) - Method in class tfw.base.operation.data_context.DataContext
Sets the text spacing.
setTextSummary(String) - Method in class tfw.base.operation.step.OperationStepResult
Sets text record summary.
setThrowable(Throwable) - Method in class tfw.base.operation.step.OperationStepResult
Sets the throwable to record.
setTotalRowCount(int) - Method in class tfw.base.data.model.DataSelectResult
Sets total row count; usually be called while generating this result.
showColor() - Method in class tfw.base.util.misc.testcase.Locomotive
Shows color.
showPower() - Method in class tfw.base.util.misc.testcase.Locomotive
Shows power.
showWheelCount() - Method in class tfw.base.util.misc.testcase.Locomotive
Shows wheel count.
simpleFormat(Date, String) - Static method in class tfw.base.util.date.DateToolE
Formatting the incoming date into a string.
simpleFormat(Date, String) - Static method in class tfw.base.util.date.DateToolP
Formatting the incoming date into a string.
simpleFormat(Date, String) - Static method in class tfw.base.util.date.DateToolT
Formatting the incoming date into a string.
simpleParse(String, String) - Static method in class tfw.base.util.date.DateToolE
Parsing date from the incoming string.
simpleParse(String, String) - Static method in class tfw.base.util.date.DateToolP
Parsing date from the incoming string.
simpleParse(String, String) - Static method in class tfw.base.util.date.DateToolT
Parsing date from the incoming string.
simpleReplace(String, String, String) - Static method in class tfw.base.util.text.TextToolE
Replaces contents from a given string.
simpleReplace(StringBuffer, String, String) - Static method in class tfw.base.util.text.TextToolE
Replaces contents from a given string buffer.
simpleReplace(StringBuilder, String, String) - Static method in class tfw.base.util.text.TextToolE
Replaces contents from a given string builder.
simpleReplace(String, String, String) - Static method in class tfw.base.util.text.TextToolP
Replaces contents from a given string.
simpleReplace(StringBuffer, String, String) - Static method in class tfw.base.util.text.TextToolP
Replaces contents from a given string buffer.
simpleReplace(StringBuilder, String, String) - Static method in class tfw.base.util.text.TextToolP
Replaces contents from a given string builder.
simpleReplace(String, String, String) - Static method in class tfw.base.util.text.TextToolT
Replaces contents from a given string.
simpleReplace(StringBuffer, String, String) - Static method in class tfw.base.util.text.TextToolT
Replaces contents from a given string buffer.
simpleReplace(StringBuilder, String, String) - Static method in class tfw.base.util.text.TextToolT
Replaces contents from a given string builder.
size() - Method in class tfw.base.operation.context.OperationContext
 
size() - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
size() - Method in class tfw.base.operation.data_context.DataContext
 
size() - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
sizeForConsole(char) - Static method in class tfw.base.util.misc.MiscToolT
Counts how much space the target string takes.
sizeForConsole(String) - Static method in class tfw.base.util.misc.MiscToolT
Counts how much space the target string takes.
sizeForScreen(char) - Static method in class tfw.base.util.misc.MiscToolE
Counts how much space the target string takes.
sizeForScreen(String) - Static method in class tfw.base.util.misc.MiscToolE
Counts how much space the target string takes.
sizeForScreen(char) - Static method in class tfw.base.util.misc.MiscToolP
Counts how much space the target string takes.
sizeForScreen(String) - Static method in class tfw.base.util.misc.MiscToolP
Counts how much space the target string takes.
SO_DataContext - Class in tfw.base.operation.data_context
Deprecated.
This is an experimental class, not fully ready to use.
SO_DataContext(Map<String, Object>) - Constructor for class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
SO_OperationContext - Class in tfw.base.operation.context
Deprecated.
This is an experimental class, not fully ready to use.
SO_OperationContext(Map<String, Object>) - Constructor for class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
sortByName(File[], boolean) - Static method in class tfw.base.util.file.FileToolE
Sorts an array of files by there full name (absolute paths).
sortByName(List<File>, boolean) - Static method in class tfw.base.util.file.FileToolE
Sorts an array of files by there full name (absolute paths).
sortByName(File[], boolean) - Static method in class tfw.base.util.file.FileToolP
Sorts an array of files by there full name (absolute paths).
sortByName(List<File>, boolean) - Static method in class tfw.base.util.file.FileToolP
Sorts an array of files by there full name (absolute paths).
sortByName(File[], boolean) - Static method in class tfw.base.util.file.FileToolT
Sorts an array of files by there full name (absolute paths).
sortByName(List<File>, boolean) - Static method in class tfw.base.util.file.FileToolT
Sorts an array of files by there full name (absolute paths).
sortChildren(Comparator<TreeNode>) - Method in class tfw.base.data.model.TreeNode
Sort the list of child nodes in this node.
sortChildren(Comparator<DomElement>) - Method in class tfw.base.dom.model.DomElement
Sort the list of child nodes in this node.
splitNameByPostfix(Object) - Static method in class tfw.base.util.file.FileToolE
Splits a file name into main part and postfix part by the final dot.
splitNameByPostfix(Object) - Static method in class tfw.base.util.file.FileToolP
Splits a file name into main part and postfix part by the final dot.
splitNameByPostfix(Object) - Static method in class tfw.base.util.file.FileToolT
Splits a file name into main part and postfix part by the final dot.
srColumnValue - Variable in class tfw.base.data.model.SelectorColumn
 
ste - Variable in class tfw.base.logging.LogRecord
This thing stores a single group of meta information of the log record.
ste1d - Variable in class tfw.base.logging.LogRecord
This thing stores all meta information of the log record.
strAndOrFlag - Variable in class tfw.base.data.model.DataSelector
 
strAscDescFlag - Variable in class tfw.base.data.model.SelectorOrder
 
strAscDescFlag - Variable in class tfw.base.util.misc.BasicObjectComparator
 
strAttrName - Variable in class tfw.base.util.xml.XMLPath
 
strColName - Variable in class tfw.base.data.model.SelectorOrder
 
strColor - Variable in class tfw.base.util.misc.testcase.Locomotive
 
strColumnFlag - Variable in class tfw.base.data.model.SelectorColumn
 
strContents - Variable in class tfw.base.dom.model.A_TextElement
 
strIdColName - Variable in class tfw.base.data.model.DataInsertResult
 
strIdColName - Variable in class tfw.base.data.model.DataSelectResult
To be initialized during constructing.
strIdColName - Variable in class tfw.base.data.model.DataTable
 
strInnerLocaleKey - Variable in class tfw.base.operation.step.A_LoggedI18nStep
The inner locale with this name uses for logging.
strMessage - Variable in class tfw.base.logging.LogRecord
 
strNodeName - Variable in class tfw.base.util.xml.XMLPathStage
 
strNodeType - Variable in class tfw.base.data.model.TreeNode
 
strOuterLocaleKey - Variable in class tfw.base.operation.step.A_LoggedI18nStep
The outer locale with this name uses for display.
strSourceClassName - Variable in class tfw.base.logging.LogRecord
 
strTagName - Variable in class tfw.base.dom.model.DomElement
Tag name.
strTargetClassName - Variable in class tfw.base.logging.LogRecord
"this.getClass().getName()" from the target class.
In some cases, the class name in stack trace element array does not match "this.getClass().getName()", so this name need to pass in manually.
strTargetClassName - Variable in class tfw.base.operation.step.LoggedOperationStepHelper
 
strTargetClassName - Variable in class tfw.base.operation.step.ProtoOperationStepHelper
 
strTargetFileName - Variable in class tfw.base.logging.LogRecord
 
strTargetMethodName - Variable in class tfw.base.logging.LogRecord
 
strTextSpacing - Variable in class tfw.base.logging.LogRecord
 
strTextSpacing - Variable in class tfw.base.operation.context.OperationContext
 
strTextSpacing - Variable in class tfw.base.operation.data_context.DataContext
 
strTextSummary - Variable in class tfw.base.operation.step.OperationStepResult
 
strValue - Variable in class tfw.base.learn.sync.ThreadsTest_ObjectiveType.TestType
 

T

t - Variable in class tfw.base.operation.step.OperationStepResult
 
TableTestCase - Class in tfw.base.data.testcase
Test cases for data tables.
TableTestCase() - Constructor for class tfw.base.data.testcase.TableTestCase
 
targetOpStepResult - Variable in class tfw.base.operation.step.LoggedOperationStepHelper
 
targetOpStepResult - Variable in class tfw.base.operation.step.ProtoOperationStepHelper
 
tCaught - Variable in class tfw.base.logging.LogRecord
 
test() - Method in class tfw.base.data.testcase.NodeTestCase
Test method.
test() - Method in class tfw.base.data.testcase.TableTestCase
Test method.
test() - Method in class tfw.base.dom.testcase.DomElementTestCase
Test method.
test() - Method in class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps
Test method.
test() - Method in class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps
Test method.
test() - Method in class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps
Test method.
test1dArray() - Method in class tfw.base.util.array.testcase.TestCase
Test for functions of 1D array.
test2dArray() - Method in class tfw.base.util.array.testcase.TestCase
Test for functions of 2D array.
TestCase - Class in tfw.base.util.array.testcase
Test case.
TestCase() - Constructor for class tfw.base.util.array.testcase.TestCase
 
TestCase - Class in tfw.base.util.file.testcase
Test case.
TestCase() - Constructor for class tfw.base.util.file.testcase.TestCase
 
TestCase - Class in tfw.base.util.misc.testcase
Test case.
TestCase() - Constructor for class tfw.base.util.misc.testcase.TestCase
 
TestCase - Class in tfw.base.util.xml.testcase
Test case.
TestCase() - Constructor for class tfw.base.util.xml.testcase.TestCase
 
TestCase_01_Test_basic_operation_steps - Class in tfw.base.operation.testcase
Test case.
TestCase_01_Test_basic_operation_steps() - Constructor for class tfw.base.operation.testcase.TestCase_01_Test_basic_operation_steps
 
TestCase_01_Test_basic_operation_steps.BusinessStep - Class in tfw.base.operation.testcase
A business step type for test.
TestCase_01_Test_basic_operation_steps.Connection - Class in tfw.base.operation.testcase
Empty class for test.
TestCase_01_Test_basic_operation_steps.DataOparationStep - Class in tfw.base.operation.testcase
A data operation step type for test.
TestCase_01_Test_basic_operation_steps.DBConnectStep - Class in tfw.base.operation.testcase
A database connecting step type for test.
TestCase_02_Test_logged_operation_steps - Class in tfw.base.operation.testcase
Test case.
TestCase_02_Test_logged_operation_steps() - Constructor for class tfw.base.operation.testcase.TestCase_02_Test_logged_operation_steps
 
TestCase_02_Test_logged_operation_steps.BusinessStep - Class in tfw.base.operation.testcase
A business step type for test.
TestCase_02_Test_logged_operation_steps.Connection - Class in tfw.base.operation.testcase
Empty class for test.
TestCase_02_Test_logged_operation_steps.DataOparationStep - Class in tfw.base.operation.testcase
A data operation step type for test.
TestCase_02_Test_logged_operation_steps.DBConnectStep - Class in tfw.base.operation.testcase
A database connecting step type for test.
TestCase_03_Test_logged_i18n_operation_steps - Class in tfw.base.operation.testcase
Test case.
TestCase_03_Test_logged_i18n_operation_steps() - Constructor for class tfw.base.operation.testcase.TestCase_03_Test_logged_i18n_operation_steps
 
TestCase_03_Test_logged_i18n_operation_steps.BusinessStep - Class in tfw.base.operation.testcase
A business step type for test.
TestCase_03_Test_logged_i18n_operation_steps.Connection - Class in tfw.base.operation.testcase
Empty class for test.
TestCase_03_Test_logged_i18n_operation_steps.DataOparationStep - Class in tfw.base.operation.testcase
A data operation step type for test.
TestCase_03_Test_logged_i18n_operation_steps.DBConnectStep - Class in tfw.base.operation.testcase
A database connecting step type for test.
testCreateArray() - Method in class tfw.base.util.misc.testcase.TestCase
Test case.
testCreateObject() - Method in class tfw.base.util.misc.testcase.TestCase
Test case.
testDataTableDelete(boolean, DataTable[]) - Method in class tfw.base.data.testcase.TableTestCase
Tests data deleting.
testDataTableInit(boolean) - Method in class tfw.base.data.testcase.TableTestCase
Tests the course of constructing and initializing.
testDataTableInsert(boolean, DataTable[]) - Method in class tfw.base.data.testcase.TableTestCase
Tests data inserting and result polluting.
testDataTableSaveAndReload(boolean, DataTable[]) - Method in class tfw.base.data.testcase.TableTestCase
Tests data saving and reloading.
testDataTableSelect(boolean, DataTable[]) - Method in class tfw.base.data.testcase.TableTestCase
Tests data selecting, result combining and polluting.
testDataTableUpdate(boolean, DataTable[]) - Method in class tfw.base.data.testcase.TableTestCase
Tests data updating.
testObj - Variable in class tfw.base.learn.sync.ThreadsTest_ObjectiveType.R1
 
testObj - Variable in class tfw.base.learn.sync.ThreadsTest_ObjectiveType.R2
 
testObj - Variable in class tfw.base.learn.sync.ThreadsTest_ObjectiveType.R3
 
testObj - Variable in class tfw.base.learn.sync.ThreadsTest_PrimitiveType.R1
 
testObj - Variable in class tfw.base.learn.sync.ThreadsTest_PrimitiveType.R2
 
testObj - Variable in class tfw.base.learn.sync.ThreadsTest_PrimitiveType.R3
 
TestType() - Constructor for class tfw.base.learn.sync.ThreadsTest_ObjectiveType.TestType
 
TestType() - Constructor for class tfw.base.learn.sync.ThreadsTest_PrimitiveType.TestType
 
textComparator - Variable in class tfw.base.data.model.DataSelector
For serialization, most fields in this class are Serializable; but this field is not sure to be.
To prevent from NotSerializableException, this field has to be dropped during serializing.
TextToolE - Class in tfw.base.util.text
A pack of tool functions for text manipulating.
Eats exceptions.
TextToolE() - Constructor for class tfw.base.util.text.TextToolE
 
TextToolP - Class in tfw.base.util.text
A pack of tool functions for text manipulating.
Prints exceptions.
TextToolP() - Constructor for class tfw.base.util.text.TextToolP
 
TextToolT - Class in tfw.base.util.text
A pack of tool functions for text manipulating.
Throws exceptions.
TextToolT() - Constructor for class tfw.base.util.text.TextToolT
 
tfw.base.data.model - package tfw.base.data.model
 
tfw.base.data.testcase - package tfw.base.data.testcase
 
tfw.base.data.util - package tfw.base.data.util
 
tfw.base.dom.model - package tfw.base.dom.model
 
tfw.base.dom.testcase - package tfw.base.dom.testcase
 
tfw.base.learn.sync - package tfw.base.learn.sync
 
tfw.base.logging - package tfw.base.logging
 
tfw.base.logging.compatible.forJDKLogger - package tfw.base.logging.compatible.forJDKLogger
 
tfw.base.operation.context - package tfw.base.operation.context
 
tfw.base.operation.data_context - package tfw.base.operation.data_context
 
tfw.base.operation.step - package tfw.base.operation.step
 
tfw.base.operation.testcase - package tfw.base.operation.testcase
 
tfw.base.util.array - package tfw.base.util.array
 
tfw.base.util.array.testcase - package tfw.base.util.array.testcase
 
tfw.base.util.date - package tfw.base.util.date
 
tfw.base.util.file - package tfw.base.util.file
 
tfw.base.util.file.testcase - package tfw.base.util.file.testcase
 
tfw.base.util.i18n - package tfw.base.util.i18n
 
tfw.base.util.misc - package tfw.base.util.misc
 
tfw.base.util.misc.testcase - package tfw.base.util.misc.testcase
 
tfw.base.util.number - package tfw.base.util.number
 
tfw.base.util.properties - package tfw.base.util.properties
 
tfw.base.util.text - package tfw.base.util.text
 
tfw.base.util.throwable - package tfw.base.util.throwable
 
tfw.base.util.xml - package tfw.base.util.xml
 
tfw.base.util.xml.testcase - package tfw.base.util.xml.testcase
 
threadPrintln(int, String) - Method in class tfw.base.learn.sync.ThreadsTest_ObjectiveType
Prints thread information.
threadPrintln(int, String) - Method in class tfw.base.learn.sync.ThreadsTest_PrimitiveType
Prints thread information.
ThreadsTest_ObjectiveType - Class in tfw.base.learn.sync
Tests how an instance-family variable been protected from the destruction of concurrency operation.
ThreadsTest_ObjectiveType() - Constructor for class tfw.base.learn.sync.ThreadsTest_ObjectiveType
 
ThreadsTest_ObjectiveType.R1 - Class in tfw.base.learn.sync
Runnable 1.
ThreadsTest_ObjectiveType.R2 - Class in tfw.base.learn.sync
Runnable 2.
ThreadsTest_ObjectiveType.R3 - Class in tfw.base.learn.sync
Runnable 3.
ThreadsTest_ObjectiveType.TestType - Class in tfw.base.learn.sync
Class type to test, with the variable to be protected.
ThreadsTest_PrimitiveType - Class in tfw.base.learn.sync
Tests how an instance-family variable been protected from the destruction of concurrency operation.
ThreadsTest_PrimitiveType() - Constructor for class tfw.base.learn.sync.ThreadsTest_PrimitiveType
 
ThreadsTest_PrimitiveType.R1 - Class in tfw.base.learn.sync
Runnable 1.
ThreadsTest_PrimitiveType.R2 - Class in tfw.base.learn.sync
Runnable 2.
ThreadsTest_PrimitiveType.R3 - Class in tfw.base.learn.sync
Runnable 3.
ThreadsTest_PrimitiveType.TestType - Class in tfw.base.learn.sync
Class type to test, with the variable to be protected.
ThrowableTool - Class in tfw.base.util.throwable
A pack of tool functions for manipulating a "Throwable", such as an "Exception".
ThrowableTool() - Constructor for class tfw.base.util.throwable.ThrowableTool
 
tidy() - Method in class tfw.base.operation.step.OperationStepResult
Make this result tidy??
toDomElement(String, String, String, boolean, String...) - Method in class tfw.base.data.model.TreeNode
Generates a DOM element, for the convenience of text representation, for the first level invocation from outside.
toDomElement(String, String, boolean, String...) - Method in class tfw.base.data.model.TreeNode
Generates a DOM element, for the convenience of text representation, for the recursive invocation from TreeNode.toDomElement(String, String, String, boolean, String...) .
toString() - Method in class tfw.base.data.model.DataInsertResult
Returns a string representation of the object.
toString() - Method in class tfw.base.data.model.DataModifyResult
Returns a string representation of the object.
toString() - Method in class tfw.base.data.model.DataSelector
Returns a string representation of the object.
toString() - Method in class tfw.base.data.model.DataSelectResult
Returns a string representation of the object.
toString() - Method in class tfw.base.data.model.DataTable
Returns a string representation of the object.
toString() - Method in class tfw.base.data.model.SelectorColumn
Returns a string representation of the object.
toString() - Method in class tfw.base.data.model.SelectorOrder
Returns a string representation of the object.
toString() - Method in class tfw.base.data.model.TreeNode
 
toString(boolean) - Method in class tfw.base.data.model.TreeNode
Returns a string representation of the object.
toString(int, String, String, String, boolean, String...) - Method in class tfw.base.data.model.TreeNode
Returns a string representation of the object.
toString(int, boolean, String, char, String[], String[]) - Method in class tfw.base.dom.model.A_TextElement
 
toString() - Method in class tfw.base.dom.model.DomElement
 
toString(int) - Method in class tfw.base.dom.model.DomElement
Returns a string representation of the object.
toString(boolean) - Method in class tfw.base.dom.model.DomElement
Returns a string representation of the object.
toString(String) - Method in class tfw.base.dom.model.DomElement
Returns a string representation of the object.
toString(int, boolean) - Method in class tfw.base.dom.model.DomElement
Returns a string representation of the object.
toString(int, String) - Method in class tfw.base.dom.model.DomElement
Returns a string representation of the object.
toString(boolean, String) - Method in class tfw.base.dom.model.DomElement
Returns a string representation of the object.
toString(int, boolean, String) - Method in class tfw.base.dom.model.DomElement
Returns a string representation of the object.
toString(int, boolean, String, char, String[], String[]) - Method in class tfw.base.dom.model.DomElement
Returns a string representation of the object.
toString(Locale) - Method in enum tfw.base.logging.Level
Returns a localized string representation of the object.
toString() - Method in class tfw.base.logging.LogRecord
Returns a string representation of the object.
toString(int) - Method in class tfw.base.logging.LogRecord
Returns a string representation of the object.
toString(Locale) - Method in class tfw.base.logging.LogRecord
Returns a string representation of the object.
toString(int, Locale) - Method in class tfw.base.logging.LogRecord
Returns a string representation of the object.
toString() - Method in class tfw.base.operation.context.OperationContext
 
toString(int) - Method in class tfw.base.operation.context.OperationContext
Returns a string representation of the object, with appointed count of text span.
toString() - Method in class tfw.base.operation.data_context.DataContext
 
toString(int) - Method in class tfw.base.operation.data_context.DataContext
Returns string representation of the object, with appointed count of text span.
toString() - Method in class tfw.base.operation.step.OperationStepResult
 
toString() - Method in class tfw.base.util.xml.XMLPath
 
toString(String...) - Method in class tfw.base.util.xml.XMLPath
 
toString() - Method in class tfw.base.util.xml.XMLPathStage
 
toString(String) - Method in class tfw.base.util.xml.XMLPathStage
 
toString_InnerUse() - Method in class tfw.base.data.model.SelectorColumn
Returns a string representation of the object, for inner text combining use.
toTightString(char, String[], String[]) - Method in class tfw.base.dom.model.A_TextElement
 
toTightString() - Method in class tfw.base.dom.model.A_TextElement
 
toTightString() - Method in class tfw.base.dom.model.DomElement
Returns a tight string representation of the object.
toTightString(char, String[], String[]) - Method in class tfw.base.dom.model.DomElement
Returns a tight string representation of the object.
toTightString() - Method in class tfw.base.dom.model.RiskyTextElement
Escapes nothing and leaves the text content as is was .
Some sensitive characters like "<", ">" and """ can broke the structure of the document, can can cause some errors.
toTightString() - Method in class tfw.base.dom.model.SafeTextElement
Escapes "&"→"&amp;", "<"→"&lt;", ">"→"&gt;" and """→"&quot;" for the document.
touch_(Object) - Static method in class tfw.base.util.file.FileToolE
Deprecated.
Unformal, may change or remove soon.
touch_(Object) - Static method in class tfw.base.util.file.FileToolP
Deprecated.
Unformal, may change or remove soon.
touch_(Object) - Static method in class tfw.base.util.file.FileToolT
Deprecated.
Unformal, may change or remove soon.
translateLogLevel(Level) - Method in class tfw.base.logging.compatible.forJDKLogger.JDKLoggingAdapter
Translates log level from "tfw.base.logging.Level" to "java.util.logging.Level".
TreeNode - Class in tfw.base.data.model
An implementation of tree node, supports attributes and child nodes.
TreeNode(String) - Constructor for class tfw.base.data.model.TreeNode
Constructor.
TreeNode(String, Map<String, Serializable>, List<TreeNode>) - Constructor for class tfw.base.data.model.TreeNode
Constructor.
TYPE_BOOLEAN - Static variable in class tfw.base.data.model.DataTable
 
TYPE_BRANCH - Static variable in class tfw.base.data.model.TreeNode
 
TYPE_FLOAT - Static variable in class tfw.base.data.model.DataTable
 
TYPE_INTEGER - Static variable in class tfw.base.data.model.DataTable
 
TYPE_LEAF - Static variable in class tfw.base.data.model.TreeNode
 
TYPE_TEXT - Static variable in class tfw.base.data.model.DataTable
 
TYPE_TOP - Static variable in class tfw.base.data.model.TreeNode
 

U

update(Long, Map<String, Boolean>, Map<String, Serializable>) - Method in class tfw.base.data.model.DataTable
Updates a single row by its ID.

"synchronized", due to non-concurrency resources accessing.
update(Collection<Long>, Map<String, Boolean>, Map<String, Serializable>) - Method in class tfw.base.data.model.DataTable
Updates rows by IDs.

"synchronized", due to non-concurrency resources accessing.
userPermissionChars(Object) - Static method in class tfw.base.util.file.FileToolE
Gets user permission of an existed file in a char array formation.
userPermissionChars(Object) - Static method in class tfw.base.util.file.FileToolP
Gets user permission of an existed file in a char array formation.
userPermissionChars(Object) - Static method in class tfw.base.util.file.FileToolT
Gets user permission of an existed file in a char array formation.
userPermissionString(Object) - Static method in class tfw.base.util.file.FileToolE
Gets user permission of an existed file in a text string formation.
userPermissionString(Object) - Static method in class tfw.base.util.file.FileToolP
Gets user permission of an existed file in a text string formation.
userPermissionString(Object) - Static method in class tfw.base.util.file.FileToolT
Gets user permission of an existed file in a text string formation.

V

valueOf(String) - Static method in enum tfw.base.logging.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum tfw.base.logging.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class tfw.base.operation.context.OperationContext
 
values() - Method in class tfw.base.operation.context.SO_OperationContext
Deprecated.
 
values() - Method in class tfw.base.operation.data_context.DataContext
 
values() - Method in class tfw.base.operation.data_context.SO_DataContext
Deprecated.
 
variantEqual(Locale, Locale) - Static method in class tfw.base.util.i18n.I18nToolE
Checks whether the 2 variants in the 2 given locales equal.
variantEqual(Locale, Locale) - Static method in class tfw.base.util.i18n.I18nToolP
Checks whether the 2 variants in the 2 given locales equal.
variantEqual(Locale, Locale) - Static method in class tfw.base.util.i18n.I18nToolT
Checks whether the 2 variants in the 2 given locales equal.

W

WrongLoggerTypeException - Exception in tfw.base.logging
A logger adapter throws this exception while the adapter receives a logger with a type that the adapter can not handle.
WrongLoggerTypeException() - Constructor for exception tfw.base.logging.WrongLoggerTypeException
 

X

XMLPath - Class in tfw.base.util.xml
XML path.
XMLPath(String, String...) - Constructor for class tfw.base.util.xml.XMLPath
Constructor.
XMLPath(XMLPathStage[], String) - Constructor for class tfw.base.util.xml.XMLPath
Constructor.
XMLPathStage - Class in tfw.base.util.xml
XML path stage, component of XML path.
XMLPathStage(String) - Constructor for class tfw.base.util.xml.XMLPathStage
Constructor.
XMLPathStage(int) - Constructor for class tfw.base.util.xml.XMLPathStage
Constructor.
XMLPathStage(String, int) - Constructor for class tfw.base.util.xml.XMLPathStage
Constructor.
XMLToolE - Class in tfw.base.util.xml
A pack of tool functions for XML manipulating.
Eats exceptions.
XMLToolE() - Constructor for class tfw.base.util.xml.XMLToolE
 
XMLToolP - Class in tfw.base.util.xml
A pack of tool functions for XML manipulating.
Prints exceptions.
XMLToolP() - Constructor for class tfw.base.util.xml.XMLToolP
 
XMLToolT - Class in tfw.base.util.xml
A pack of tool functions for XML manipulating.
Throws exceptions.
XMLToolT() - Constructor for class tfw.base.util.xml.XMLToolT
 

_

_DataTable(String, Map<String, String>, Collection<Map<String, Serializable>>) - Method in class tfw.base.data.model.DataTable
The actual constructor body.

"synchronized", due to non-concurrency resources accessing.
_toDomElement_(String, String, String, boolean, String...) - Method in class tfw.base.data.model.TreeNode
The actual functional part of TreeNode.toDomElement(String, String, String, boolean, String...) and TreeNode.toDomElement(String, String, boolean, String...), generates the wanted DOM element, adds the attributes and children of this tree node into the DOM element, and returns the DOM element.
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