$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

T

T - class org.erights.e.develop.assertion.T.
Untamed: This class provides assert and require checks you can add to your program.
T() - Constructor for class org.erights.e.develop.assertion.T
Enabled:
T0 - Variable in class javax.swing.ProgressMonitor
 
tab - Variable in class javax.swing.HeaderParser
 
TAB - Static variable in class java.awt.Event
Enabled: The Tab key.
TAB - Static variable in class org.eclipse.swt.SWT
Suppressed: ASCII character convenience constant for the tab character (value is the char '\t').
TAB - Static variable in class org.eclipse.swt.custom.StyledText
 
tab() - Method in class antlr.CharScanner
Enabled: advance the current column number by an appropriate amount.
TabableView - interface javax.swing.text.TabableView.
Unsafe: Interface for Views that have size dependent upon tabs.
tabBase - Variable in class javax.swing.text.ParagraphView
Used by the TabExpander functionality to determine where to base the tab calculations.
tabBase - Variable in class javax.swing.text.WrappedPlainView
 
tabBase - Variable in class javax.swing.text.PlainView
 
tabChars - Static variable in class javax.swing.text.ParagraphView
Used for searching for a tab.
tabDecimalChars - Static variable in class javax.swing.text.ParagraphView
Used for searching for a tab or decimal character.
TabExpander - interface javax.swing.text.TabExpander.
Unsafe: Simple interface to allow for different types of implementations of tab expansion.
TabFolder - class org.eclipse.swt.widgets.TabFolder.
Safe:
TabFolder(Composite, int) - Constructor for class org.eclipse.swt.widgets.TabFolder
Enabled: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TabFolderClass - Static variable in class org.eclipse.swt.widgets.TabFolder
 
TabFolderProc - Static variable in class org.eclipse.swt.widgets.TabFolder
 
tabHeight - Variable in class org.eclipse.swt.custom.CTabFolder
 
TabItem - class org.eclipse.swt.widgets.TabItem.
Safe: Instances of this class represent a selectable user interface object corresponding to a tab for a page in a tab folder.
TabItem(TabFolder, int) - Constructor for class org.eclipse.swt.widgets.TabItem
Enabled: Constructs a new instance of this class given its parent (which must be a TabFolder) and a style value describing its behavior and appearance.
TabItem(TabFolder, int, int) - Constructor for class org.eclipse.swt.widgets.TabItem
Enabled: Constructs a new instance of this class given its parent (which must be a TabFolder), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
tabLayoutPolicy - Variable in class javax.swing.JTabbedPane
 
table - Variable in class antlr.SimpleTokenManager
 
table - Variable in class java.lang.ThreadLocalMap
The table, resized as necessary.
table - Variable in class java.util.IdentityHashMap
The table, resized as necessary.
table - Variable in class java.util.WeakHashMap
The table, resized as necessary.
table - Variable in class java.util.Enumerator
 
table - Variable in class java.util.HashMap
The table, resized as necessary.
table - Variable in class java.util.Hashtable
The hash table data.
table - Static variable in class javax.accessibility.AccessibleBundle
 
table - Variable in class javax.swing.ArrayTable
 
table - Variable in class javax.swing.text.SimpleAttributeSet
 
table - Variable in class org.eclipse.swt.custom.TableTree
 
table - Variable in class org.eclipse.swt.custom.TableEditor
 
table - Variable in class org.eclipse.swt.custom.TableCursor
 
table - Variable in class org.eclipse.swt.dnd.TableDragUnderEffect
 
Table - class org.eclipse.swt.widgets.Table.
Safe:
TABLE - Static variable in class javax.accessibility.AccessibleRole
Enabled: An object used to present information in terms of rows and columns.
Table(Composite, int) - Constructor for class org.eclipse.swt.widgets.Table
Enabled: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
javax.swing.text.TableView.TableCell - class javax.swing.text.TableCell.
 
TableCell(Element) - Constructor for class javax.swing.text.TableCell
Constructs a TableCell for the given element.
tableChanged(TableModelEvent) - Method in class javax.swing.JTable
Suppressed: Invoked when this table's TableModel generates a TableModelEvent.
tableChanged(TableModelEvent) - Method in class javax.swing.AccessibleJTable
Track changes to the table contents
tableChanged(TableModelEvent) - Method in interface javax.swing.event.TableModelListener
Enabled: This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
TableClass - Static variable in class org.eclipse.swt.widgets.Table
 
TableColumn - class org.eclipse.swt.widgets.TableColumn.
Safe:
TableColumn(Table, int) - Constructor for class org.eclipse.swt.widgets.TableColumn
Enabled: Constructs a new instance of this class given its parent (which must be a Table) and a style value describing its behavior and appearance.
TableColumn(Table, int, int) - Constructor for class org.eclipse.swt.widgets.TableColumn
Enabled: Constructs a new instance of this class given its parent (which must be a Table), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableColumnModelEvent - class javax.swing.event.TableColumnModelEvent.
Safe: TableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.
TableColumnModelEvent(TableColumnModel, int, int) - Constructor for class javax.swing.event.TableColumnModelEvent
Suppressed: Constructs a TableColumnModelEvent object.
TableColumnModelListener - interface javax.swing.event.TableColumnModelListener.
Unsafe: TableColumnModelListener defines the interface for an object that listens to changes in a TableColumnModel.
TableCursor - class org.eclipse.swt.custom.TableCursor.
Safe: A TableCursor provides a way for the user to navigate around a Table using the keyboard.
TableCursor(Table, int) - Constructor for class org.eclipse.swt.custom.TableCursor
Suppressed: Constructs a new instance of this class given its parent table and a style value describing its behavior and appearance.
TableDragUnderEffect - class org.eclipse.swt.dnd.TableDragUnderEffect.
 
TableDragUnderEffect(Table) - Constructor for class org.eclipse.swt.dnd.TableDragUnderEffect
 
TableEditor - class org.eclipse.swt.custom.TableEditor.
Safe: A TableEditor is a manager for a Control that appears above a cell in a Table and tracks with the moving and resizing of that cell.
TableEditor(Table) - Constructor for class org.eclipse.swt.custom.TableEditor
Enabled: Creates a TableEditor for the specified Table.
tableFocusIn(Event) - Method in class org.eclipse.swt.custom.TableCursor
 
tableHeader - Variable in class javax.swing.JTable
The TableHeader working with the table.
tableItem - Variable in class org.eclipse.swt.custom.TableTreeItem
 
TableItem - class org.eclipse.swt.widgets.TableItem.
Safe: Instances of this class represent a selectable user interface object that represents an item in a table.
TableItem(Table, int) - Constructor for class org.eclipse.swt.widgets.TableItem
Enabled: Constructs a new instance of this class given its parent (which must be a Table) and a style value describing its behavior and appearance.
TableItem(Table, int, int) - Constructor for class org.eclipse.swt.widgets.TableItem
Enabled: Constructs a new instance of this class given its parent (which must be a Table), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
tableListener - Variable in class org.eclipse.swt.custom.TableCursor
 
tableListener - Variable in class org.eclipse.swt.custom.ControlEditor
 
TableModelEvent - class javax.swing.event.TableModelEvent.
Safe:
TableModelEvent(TableModel) - Constructor for class javax.swing.event.TableModelEvent
Suppressed: All row data in the table has changed, listeners should discard any state that was based on the rows and requery the TableModel to get the new row count and all the appropriate values.
TableModelEvent(TableModel, int) - Constructor for class javax.swing.event.TableModelEvent
Suppressed: This row of data has been updated.
TableModelEvent(TableModel, int, int) - Constructor for class javax.swing.event.TableModelEvent
Suppressed: The data in rows [firstRow, lastRow] have been updated.
TableModelEvent(TableModel, int, int, int) - Constructor for class javax.swing.event.TableModelEvent
Suppressed: The cells in column column in the range [firstRow, lastRow] have been updated.
TableModelEvent(TableModel, int, int, int, int) - Constructor for class javax.swing.event.TableModelEvent
Suppressed: The cells from (firstRow, column) to (lastRow, column) have been changed.
TableModelListener - interface javax.swing.event.TableModelListener.
Unsafe:
tableMouseDown(Event) - Method in class org.eclipse.swt.custom.TableCursor
 
tabLength - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
tabLength - Variable in class org.eclipse.swt.custom.StyledText
 
TableProc - Static variable in class org.eclipse.swt.widgets.Table
 
javax.swing.text.TableView.TableRow - class javax.swing.text.TableRow.
 
TableRow(Element) - Constructor for class javax.swing.text.TableRow
Constructs a TableView for the given element.
tableRowsDeleted(TableModelEvent) - Method in class javax.swing.JTable
 
tableRowsDeleted(TableModelEvent) - Method in class javax.swing.AccessibleJTable
Track changes to the table contents (row deletions)
tableRowsInserted(TableModelEvent) - Method in class javax.swing.JTable
 
tableRowsInserted(TableModelEvent) - Method in class javax.swing.AccessibleJTable
Track changes to the table contents (row insertions)
tables - Variable in class javax.swing.MultiUIDefaults
 
tables - Variable in class javax.swing.LAFState
 
tableTree - Variable in class org.eclipse.swt.custom.TableTreeEditor
 
TableTree - class org.eclipse.swt.custom.TableTree.
Safe:
TableTree(Composite, int) - Constructor for class org.eclipse.swt.custom.TableTree
Enabled: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TableTreeEditor - class org.eclipse.swt.custom.TableTreeEditor.
Unsafe: A TableTreeEditor is a manager for a Control that appears above a cell in a TableTree and tracks with the moving and resizing of that cell.
TableTreeEditor(TableTree) - Constructor for class org.eclipse.swt.custom.TableTreeEditor
Enabled: Creates a TableEditor for the specified Table.
TableTreeItem - class org.eclipse.swt.custom.TableTreeItem.
Safe: A TableTreeItem is a selectable user interface object that represents an item in a heirarchy of items in a TableTree.
TableTreeItem(TableTree, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a TableTree) and a style value describing its behavior and appearance.
TableTreeItem(TableTree, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a TableTree, a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableTreeItem(TableTreeItem, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a TableTreeItem) and a style value describing its behavior and appearance.
TableTreeItem(TableTreeItem, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a TableTreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableTreeItem(TableTree, TableTreeItem, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
 
TableView - class javax.swing.text.TableView.
Unsafe:
TableView(Element) - Constructor for class javax.swing.text.TableView
Suppressed: Constructs a TableView for the given element.
tabList - Variable in class org.eclipse.swt.widgets.Composite
 
tabListeners - Variable in class org.eclipse.swt.custom.CTabFolder
 
TABLOID - Static variable in class java.awt.MediaType
An alias for LEDGER.
tabPlacement - Variable in class javax.swing.JTabbedPane
Where the tabs are placed.
tabs - Variable in class antlr.CodeGenerator
Current tab indentation for code output
tabs - Variable in class javax.swing.text.TabSet
TabStops this TabSet contains.
tabs - Variable in class org.eclipse.swt.widgets.Text
 
tabs() - Method in class antlr.DumpASTVisitor
 
TabSet - class javax.swing.text.TabSet.
Safe:
TabSet - Static variable in class javax.swing.text.ParagraphConstants
TabSet for the paragraph.
TabSet - Static variable in class javax.swing.text.StyleConstants
Suppressed: TabSet for the paragraph, type is a TabSet containing TabStops.
TabSet(TabStop[]) - Constructor for class javax.swing.text.TabSet
Enabled: Creates and returns an instance of TabSet.
tabSize - Variable in class javax.swing.text.WrappedPlainView
 
tabSize - Variable in class javax.swing.text.PlainView
 
tabSizeAttribute - Static variable in class javax.swing.text.PlainDocument
Suppressed: Name of the attribute that specifies the tab size for tabs contained in the content.
TabStop - class javax.swing.text.TabStop.
Safe:
TabStop(float) - Constructor for class javax.swing.text.TabStop
Enabled: Creates a tab at position pos with a default alignment and default leader.
TabStop(float, int, int) - Constructor for class javax.swing.text.TabStop
Enabled: Creates a tab with the specified position pos, alignment align and leader leader.
tabWidth - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
tag - Variable in class javax.swing.text.html.parser.TagStack
 
tag - Variable in class org.erights.e.develop.trace.TraceLogDescriptor
The 'tag' is the first component of the log filename.
Tag - Static variable in class org.quasiliteral.term.TermParser
Enabled:
TAG - Static variable in class com.combex.e.edoc.DocSaver
 
tag() - Method in class org.quasiliteral.term.TermLexer
A tag is a sequence of tag-segments separated by colons.
tagCode2typeCode(short) - Static method in class org.quasiliteral.astro.AstroTag
Enabled: The type-code for use by Antlr, which is the tag-code +1.
TagElement - class javax.swing.text.html.parser.TagElement.
Untamed:
TagElement(Element) - Constructor for class javax.swing.text.html.parser.TagElement
Enabled:
TagElement(Element, boolean) - Constructor for class javax.swing.text.html.parser.TagElement
Enabled:
taggedHole(Astro, Astro) - Method in class org.quasiliteral.quasiterm.QuasiMetaBuilder
Enabled:
taggedHole(Astro, Astro) - Method in class org.quasiliteral.quasiterm.QBuilder
Enabled:
taggedHole(Astro, Astro) - Method in class org.quasiliteral.term.QuasiBuilderAdaptor
Enabled:
taggedHole(Astro, Astro) - Method in interface org.quasiliteral.term.QuasiBuilder
Enabled:
tagInfo(Tag) - Method in class com.combex.e.edoc.DocSaver
Enabled:
tags() - Method in class com.combex.e.edoc.EDoc
Return all tags in this Doc item.
tags() - Method in class com.combex.e.edoc.EComment
Return all tags in this comment.
tags(String) - Method in class com.combex.e.edoc.EDoc
Return tags of the specified kind in this Doc item.
tags(String) - Method in class com.combex.e.edoc.EComment
Return tags of the specified kind in this comment.
tagsInfo(Object, Tag[]) - Method in class com.combex.e.edoc.DocSaver
Enabled: Append onto 'argList' the tagInfo for each tag
tagsInfo(Tag[]) - Method in class com.combex.e.edoc.DocSaver
Enabled: the list of tagInfo for each tag
TagStack - class javax.swing.text.html.parser.TagStack.
A stack of tags.
TagStack(TagElement, TagStack) - Constructor for class javax.swing.text.html.parser.TagStack
Construct a stack element.
tail - Variable in class antlr.Alternative
 
tail - Variable in class antlr.collections.impl.LList
 
tail - Variable in class java.awt.Queue
 
tailMap(Object) - Method in class java.util.TreeMap
Enabled: Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(Object) - Method in class java.util.SubMap
 
tailMap(Object) - Method in interface java.util.SortedMap
Enabled: Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Object) - Method in class java.util.UnmodifiableSortedMap
 
tailMap(Object) - Method in class java.util.SynchronizedSortedMap
 
tailSet(Object) - Method in class java.util.TreeSet
Enabled: Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(Object) - Method in interface java.util.SortedSet
Enabled: Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(Object) - Method in class java.util.UnmodifiableSortedSet
 
tailSet(Object) - Method in class java.util.SynchronizedSortedSet
 
TAIWAN - Static variable in class java.util.Locale
Enabled: Useful constant for country.
takeIPv4Address(int, int, String) - Method in class java.net.Parser
 
takeTicket() - Method in class org.erights.e.elib.vat.Vat
Dispenses a ticket number for the next enqueued Runnable.
TAMIL - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
tan() - Method in class java.lang.Double
Added:
tan(double) - Static method in class java.lang.Math
Enabled: Returns the trigonometric tangent of an angle.
tan(double) - Static method in class java.lang.StrictMath
Enabled: Returns the trigonometric tangent of an angle.
tan(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled:
target - Variable in class antlr.debug.ParserMatchEvent
 
target - Variable in class java.awt.MediaTracker
A given Component that will be tracked by a media tracker where the image will eventually be drawn.
target - Variable in class java.awt.Event
Suppressed: The target component.
target - Variable in class java.lang.Thread
 
target - Variable in class javax.accessibility.AccessibleRelation
 
target - Variable in class javax.swing.AbstractActionPropertyChangeListener
 
target - Variable in class javax.swing.OverlayLayout
 
target - Variable in class javax.swing.BoxLayout
 
target - Static variable in class javax.swing.RunnableEvent
 
target() - Method in class org.erights.e.elang.scope.ForwardingSlot
The slot I currently forward to
targetActions - Variable in class java.awt.dnd.DragSourceDragEvent
The target drop action.
targetLastEntered - Variable in class java.awt.LightweightDispatcher
The last component entered
targetMethod - Variable in class org.erights.e.develop.trace.TraceCaller
 
targetRule - Variable in class antlr.RuleRefElement
 
TaskQueue - class java.util.TaskQueue.
 
TaskQueue() - Constructor for class java.util.TaskQueue
 
tasks - Variable in class javax.swing.text.LayoutQueue
 
TC_ARRAY - Static variable in interface java.io.ObjectStreamConstants
Enabled: new Array.
TC_BASE - Static variable in interface java.io.ObjectStreamConstants
Enabled: First tag value.
TC_BLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
Enabled: Block of optional data.
TC_BLOCKDATALONG - Static variable in interface java.io.ObjectStreamConstants
Enabled: long Block data.
TC_CLASS - Static variable in interface java.io.ObjectStreamConstants
Enabled: Reference to Class.
TC_CLASSDESC - Static variable in interface java.io.ObjectStreamConstants
Enabled: new Class Descriptor.
TC_ENDBLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
Enabled: End of optional block data blocks for an object.
TC_EXCEPTION - Static variable in interface java.io.ObjectStreamConstants
Enabled: Exception during write.
TC_LONGSTRING - Static variable in interface java.io.ObjectStreamConstants
Enabled: Long string.
TC_MAX - Static variable in interface java.io.ObjectStreamConstants
Enabled: Last tag value.
TC_NULL - Static variable in interface java.io.ObjectStreamConstants
Enabled: Null object reference.
TC_OBJECT - Static variable in interface java.io.ObjectStreamConstants
Enabled: new Object.
TC_PROXYCLASSDESC - Static variable in interface java.io.ObjectStreamConstants
Enabled: new Proxy Class Descriptor.
TC_REFERENCE - Static variable in interface java.io.ObjectStreamConstants
Enabled: Reference to an object already written into the stream.
TC_RESET - Static variable in interface java.io.ObjectStreamConstants
Enabled: Reset stream context.
TC_STRING - Static variable in interface java.io.ObjectStreamConstants
Enabled: new String.
TCP_NODELAY - Static variable in interface java.net.SocketOptions
Enabled: Disable Nagle's algorithm for this connection.
TCPConnectionListener - class net.vattp.tunnel.TCPConnectionListener.
Untamed: Class to listen for incoming TCP connections to be proxied to vats which are using HTTP for communications.
TCPConnectionListener(ServerSocket, Hashtable) - Constructor for class net.vattp.tunnel.TCPConnectionListener
 
teardown() - Static method in class java.lang.Terminator
 
tearOff - Variable in class java.awt.Menu
This field indicates whether the menu has the tear of property or not.
tearOffRoots(FlexMap) - Method in class org.erights.e.extern.persist.SturdyRefMaker
Enabled: Uses the "tear-off" technique for establishing private shared state between two objects.
TELUGU - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
temp - Variable in class java.net.SocketOutputStream
 
temp - Variable in class java.net.SocketInputStream
 
TEMP_STACK_SIZE - Static variable in class javax.swing.JTree
Max number of stacks to keep around.
tempChars - Variable in class javax.swing.text.AbstractWriter
Used when writing out a string.
tempHeight - Variable in class java.awt.GridBagConstraints
Temporary place holder for the Height of the component.
temporary - Variable in class java.awt.LightweightFocusRequest
 
temporary - Variable in class java.awt.event.FocusEvent
A focus event can have two different levels, permanent and temporary.
tempRect - Variable in class javax.swing.text.BoxView
used in paint.
tempSep(String) - Static method in class org.erights.e.elang.syntax.HilbertHotel
If 'name' ends in "_", return the index of "_".
tempSet - Variable in class javax.swing.text.StyledInsertBreakAction
 
tempWidth - Variable in class java.awt.GridBagConstraints
Temporary place holder for the Width of the component.
tempX - Variable in class java.awt.GridBagConstraints
Temporary place holder for the x coordinate.
tempY - Variable in class java.awt.GridBagConstraints
Temporary place holder for the y coordinate.
Term - class org.quasiliteral.term.Term.
Untamed:
term__quasiParser - Static variable in class org.quasiliteral.quasiterm.QBuilder
Enabled:
term(Astro) - Method in class org.quasiliteral.astro.BaseBuilder
Enabled:
term(Astro) - Method in interface org.quasiliteral.astro.AstroBuilder
Enabled: For when a functor is used as a term without being followed by an explicit '()'.
term(Astro) - Method in class org.quasiliteral.quasiterm.QuasiMetaBuilder
Enabled:
term(Astro) - Method in class org.quasiliteral.quasiterm.QBuilder
Enabled: Just returns 'functor' itself.
term(Astro) - Method in class org.quasiliteral.term.QuasiBuilderAdaptor
Enabled:
term(Astro, Object) - Method in class org.quasiliteral.antlr.ASTBuilder
Enabled: @param functor :(AstroAST | AstroToken)
term(Astro, Object) - Method in interface org.quasiliteral.astro.AstroBuilder
Enabled: Returns an internal node (eg, an AST or Term), for which 'leaf' is the functor and 'args' are the arguments.
term(Astro, Object) - Method in class org.quasiliteral.quasiterm.QuasiMetaBuilder
Enabled:
term(Astro, Object) - Method in class org.quasiliteral.quasiterm.QBuilder
Enabled: Returns the QTerm '(...)'.
term(Astro, Object) - Method in class org.quasiliteral.term.TermBuilder
Enabled: @param functor :Term with no arguments
term(Astro, Object) - Method in class org.quasiliteral.term.QuasiBuilderAdaptor
Enabled:
Term(AstroTag, Object, SourceSpan, ConstList) - Constructor for class org.quasiliteral.term.Term
Makes a Term that represents a node in an abstract syntax tree, ie, a Term tree.
TermBuilder - class org.quasiliteral.term.TermBuilder.
Untamed: Builds Term/Functor trees.
TermBuilder(AstroSchema) - Constructor for class org.quasiliteral.term.TermBuilder
Enabled:
terminal(Token) - Method in class antlr.ANTLRParser
Enabled:
terminate() - Method in class javax.swing.text.html.parser.ContentModelState
Check if the state can be terminated.
terminate() - Method in class javax.swing.text.html.parser.TagStack
Return true if the current state can be terminated.
terminates() - Method in interface org.erights.e.elib.eio.InStream
Enabled: Reliquish the ability to obtain any further elements from the stream, thereby allowing the stream and its upstream producers to release resources and avoid wasted effort.
terminatesx() - Method in interface org.erights.e.elib.eio.Stream
Enabled: Returns a vow for the terminator.
Terminator - class java.lang.Terminator.
Package-private utility class for setting up and tearing down platform-specific support for termination-triggered shutdowns.
org.erights.e.elang.interp.Rune.Terminator - class org.erights.e.elang.interp.Terminator.
 
Terminator() - Constructor for class java.lang.Terminator
 
Terminator(long, TextWriter) - Constructor for class org.erights.e.elang.interp.Terminator
 
TermLexer - class org.quasiliteral.term.TermLexer.
Untamed: Breaks textually input into a stream of tokens according to the Term language's defined grammar.
TermLexer(LineFeeder, boolean, boolean, boolean) - Constructor for class org.quasiliteral.term.TermLexer
Enabled:
TermLexer(LineFeeder, boolean, boolean, boolean, AstroBuilder) - Constructor for class org.quasiliteral.term.TermLexer
Enabled:
TermParser - class org.quasiliteral.term.TermParser.
Safe:
TermParser(LexerFace, QuasiBuilder) - Constructor for class org.quasiliteral.term.TermParser
Enabled:
terse(int) - Static method in class org.erights.e.develop.trace.TraceLevelTranslator
Convert tracing thresholds into three-character synonyms.
terseCompleteDateString(Date) - Static method in class org.erights.e.develop.trace.TraceDateToString
This must return one that can be used within a filename, so convert ":"s to "_"s.
test.bar - package test.bar
 
test.foo - package test.foo
 
test.ivar - package test.ivar
 
test() - Method in class org.erights.e.elang.evm.IfExpr
Enabled:
test(boolean) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the message "Failed: Assertion failed."
test(boolean, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
test(boolean, String) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation, prefixed by "Failed: ".
test(Object) - Static method in class java.awt.dnd.SerializationTester
 
testBit(int) - Method in class java.math.BigInteger
Enabled: Returns true if and only if the designated bit is set.
org.erights.e.elib.tests.TestELib.TestClass - class org.erights.e.elib.tests.TestClass.
TestClass -- inner class that has the method we'll be using as a message.
TestClass() - Constructor for class org.erights.e.elib.tests.TestClass
 
testColorValueRange(float, float, float, float) - Static method in class java.awt.Color
Checks the color float components supplied for validity.
testColorValueRange(int, int, int, int) - Static method in class java.awt.Color
Checks the color integer components supplied for validity.
TestELib - class org.erights.e.elib.tests.TestELib.
Untamed: TestELib -- simple tester to send a message to an object and execute a closure method.
TestELib() - Constructor for class org.erights.e.elib.tests.TestELib
Enabled:
testit(int) - Method in class org.erights.e.elib.tests.TestELib
Enabled: testit -- the test code.
testLiterals - Variable in class antlr.RuleBlock
 
testLiterals - Variable in class antlr.LexerGrammar
 
testLiteralsTable(int) - Method in class antlr.CharScanner
Enabled:
testLiteralsTable(String, int) - Method in class antlr.CharScanner
Enabled: Test the text passed in against the literals table Override this method to perform a different literals test This is used primarily when you want to test a portion of a token.
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.VarPattern
 
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.SuchThatPattern
 
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.QuasiPatternPatt
Throws an IncompleteQuasiException rather than indicating match failure
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.QuasiLiteralPatt
throws a IncompleteQuasiException, rather than reporting a problem according to optEjector
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.Pattern
If this pattern matches the specimen, add macthing bindings to the scope.
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.ListPattern
 
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.IgnorePattern
 
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.FinalPattern
 
testMatch(EvalContext, Object, OneArgFunc) - Method in class org.erights.e.elang.evm.CdrPattern
 
TestMultiQ - class org.erights.e.elib.tests.TestMultiQ.
Untamed: Worker classes for the mult-queue tester.
TestMultiQ() - Constructor for class org.erights.e.elib.tests.TestMultiQ
Enabled:
TestMultiQMain - class org.erights.e.elib.tests.TestMultiQMain.
Untamed: TestMultiQMain -- test elib message sending using two run queues.
TestMultiQMain() - Constructor for class org.erights.e.elib.tests.TestMultiQMain
Enabled:
testProp(ConstMap, String) - Static method in class org.erights.e.elib.tables.ConstMap
Enabled: Test the setting of a boolean property.
testProperty(String, boolean) - Static method in class org.erights.e.elang.interp.Rune
 
tests - Static variable in class net.vattp.data.DES
 
testSI(boolean, Object, int) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
text - Variable in class antlr.CommonToken
 
text - Variable in class antlr.CommonAST
 
text - Variable in class antlr.CharScanner
 
text - Variable in class antlr.debug.ParserMatchEvent
 
text - Variable in class antlr.debug.MessageEvent
 
text - Variable in class java.awt.TextComponent
The value of the text.
text - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the background of text control objects, such as textfields and comboboxes.
text - Variable in class java.awt.Label
The text of this label.
text - Variable in class java.awt.event.InputMethodEvent
 
text - Variable in class javax.swing.AbstractButton
 
text - Variable in class javax.swing.JLabel
 
text - Variable in class javax.swing.text.TextLayoutStrategy
 
text - Variable in class javax.swing.text.ReplaceHolder
The text to insert, may be null.
text - Variable in class javax.swing.text.html.parser.Parser
 
text - Variable in class org.eclipse.swt.custom.CLabel
the current text
text - Variable in class org.eclipse.swt.custom.CCombo
 
text - Variable in class org.eclipse.swt.events.VerifyEvent
Enabled: the new text that will be inserted.
text - Variable in class org.eclipse.swt.widgets.Item
 
text - Variable in class org.eclipse.swt.widgets.Event
Suppressed: depending on the event, the new text that will be inserted.
Text - class org.capml.dom.Text.
Deprecated. Use Term trees instead.
Text - class org.eclipse.swt.widgets.Text.
Safe: Instances of this class are selectable user interface objects that allow the user to enter and modify text.
TEXT - Static variable in class java.awt.SystemColor
Enabled: The array index for the text system color.
TEXT - Static variable in class javax.accessibility.AccessibleRole
Enabled: An object that presents text to the user.
TEXT_ARG - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
TEXT_ARG - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
TEXT_ARG - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ELEMENT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ELEMENT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ELEMENT - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ID_ELEMENT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ID_ELEMENT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
TEXT_ARG_ID_ELEMENT - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
TEXT_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
Suppressed: Identifies a change in the button's text.
TEXT_CURSOR - Static variable in class java.awt.Cursor
Enabled: The text cursor type.
TEXT_CURSOR - Static variable in class java.awt.Frame
Enabled: @deprecated replaced by Cursor.TEXT_CURSOR.
TEXT_END - Static variable in class org.eclipse.swt.custom.ST
Enabled:
TEXT_EVENT_MASK - Static variable in class java.awt.AWTEvent
Enabled: The event mask for selecting text events.
TEXT_FIRST - Static variable in class java.awt.event.TextEvent
Enabled: The first number in the range of ids used for text events.
TEXT_HIGHLIGHT - Static variable in class java.awt.SystemColor
Enabled: The array index for the textHighlight system color.
TEXT_HIGHLIGHT_TEXT - Static variable in class java.awt.SystemColor
Enabled: The array index for the textHighlightText system color.
TEXT_INACTIVE_TEXT - Static variable in class java.awt.SystemColor
Enabled: The array index for the textInactiveText system color.
TEXT_ITEM - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
TEXT_ITEM - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
TEXT_ITEM - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
TEXT_LAST - Static variable in class java.awt.event.TextEvent
Enabled: The last number in the range of ids used for text events.
TEXT_NODE - Static variable in class org.capml.dom.Node
Enabled:
TEXT_PLAIN_BASE_TYPE - Static variable in class java.awt.datatransfer.SystemFlavorMap
A String representing text/plain MIME type.
TEXT_START - Static variable in class org.eclipse.swt.custom.ST
Enabled:
TEXT_TEXT - Static variable in class java.awt.SystemColor
Enabled: The array index for the textText system color.
TEXT_VALUE_CHANGED - Static variable in class java.awt.event.TextEvent
Enabled: This event id indicates that object's text changed.
text() - Method in class com.combex.e.edoc.ETag
Return the text of this tag, that is, portion beyond tag name.
Text(Composite, int) - Constructor for class org.eclipse.swt.widgets.Text
Enabled: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
text(Element) - Method in class javax.swing.text.AbstractWriter
Writes out text.
Text(String) - Constructor for class org.capml.dom.Text
Deprecated. Enabled:
TextAction - class javax.swing.text.TextAction.
Unsafe: An Action implementation useful for key bindings that are shared across a number of different text components.
TextAction(String) - Constructor for class javax.swing.text.TextAction
Suppressed: Creates a new JTextAction object.
TextArea - class java.awt.TextArea.
Unsafe:
TextArea() - Constructor for class java.awt.TextArea
Suppressed: Constructs a new text area with the empty string as text.
TextArea(int, int) - Constructor for class java.awt.TextArea
Suppressed: Constructs a new text area with the specified number of rows and columns and the empty string as text.
TextArea(String) - Constructor for class java.awt.TextArea
Suppressed: Constructs a new text area with the specified text.
TextArea(String, int, int) - Constructor for class java.awt.TextArea
Suppressed: Constructs a new text area with the specified text, and with the specified number of rows and columns.
TextArea(String, int, int, int) - Constructor for class java.awt.TextArea
Suppressed: Constructs a new text area with the specified text, and with the rows, columns, and scroll bar visibility as specified.
textAreaSerializedDataVersion - Variable in class java.awt.TextArea
The textArea Serialized Data Version.
TextChanged - Static variable in class org.eclipse.swt.custom.StyledText
 
textChanged(int, int, int, int, int) - Method in class org.eclipse.swt.custom.WrappedContent
Recalculates the line wrap for the lines affected by the text change.
textChanged(int, int, int, int, int) - Method in interface org.eclipse.swt.custom.LineCache
Called when a text change occurred.
textChanged(int, int, int, int, int) - Method in class org.eclipse.swt.custom.ContentWidthCache
Updates the line width array to reflect a text change.
textChanged(int, int, int, int, int) - Method in class org.eclipse.swt.custom.WordWrapCache
Passes the text change notification to the line wrap content.
textChanged(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
Suppressed: This method is called when the content has changed.
TextChangedEvent - class org.eclipse.swt.custom.TextChangedEvent.
Unsafe:
TextChangedEvent(StyledTextContent) - Constructor for class org.eclipse.swt.custom.TextChangedEvent
Suppressed: Create the TextChangedEvent to be used by the StyledTextContent implementor.
textChangeListener - Variable in class org.eclipse.swt.custom.StyledText
 
TextChangeListener - interface org.eclipse.swt.custom.TextChangeListener.
Unsafe:
TextChanging - Static variable in class org.eclipse.swt.custom.StyledText
 
textChanging(int, int) - Method in class org.eclipse.swt.custom.DefaultLineStyler
 
textChanging(TextChangingEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
Suppressed: This method is called when the content is about to be changed.
textChanging(TextChangingEvent) - Method in class org.eclipse.swt.custom.DefaultLineStyler
Updates the style ranges and line backgrounds to reflect a pending text change.
TextChangingEvent - class org.eclipse.swt.custom.TextChangingEvent.
Unsafe:
TextChangingEvent(StyledTextContent) - Constructor for class org.eclipse.swt.custom.TextChangingEvent
Suppressed: Create the TextChangedEvent to be used by the StyledTextContent implementor.
TextChangingEvent(StyledTextContent, StyledTextEvent) - Constructor for class org.eclipse.swt.custom.TextChangingEvent
 
TextComponent - class java.awt.TextComponent.
Unsafe: The TextComponent class is the superclass of any component that allows the editing of some text.
TextComponent(String) - Constructor for class java.awt.TextComponent
Constructs a new text component initialized with the specified text.
textComponentSerializedDataVersion - Variable in class java.awt.TextComponent
The textComponent SerializedDataVersion.
TextEvent - class java.awt.event.TextEvent.
Unsafe:
textEvent(Event) - Method in class org.eclipse.swt.custom.CCombo
 
TextEvent(Object, int) - Constructor for class java.awt.event.TextEvent
Suppressed: Constructs a TextEvent object.
textExtent(String) - Method in class org.eclipse.swt.graphics.GC
Enabled: Returns the extent of the given string.
textExtent(String, int) - Method in class org.eclipse.swt.graphics.GC
Enabled: Returns the extent of the given string.
TextField - class java.awt.TextField.
Unsafe:
TextField() - Constructor for class java.awt.TextField
Suppressed: Constructs a new text field.
TextField(int) - Constructor for class java.awt.TextField
Suppressed: Constructs a new empty text field with the specified number of columns.
TextField(String) - Constructor for class java.awt.TextField
Suppressed: Constructs a new text field initialized with the specified text.
TextField(String, int) - Constructor for class java.awt.TextField
Suppressed: Constructs a new text field initialized with the specified text to be displayed, and wide enough to hold the specified number of columns.
textFieldSerializedDataVersion - Variable in class java.awt.TextField
The textField Serialized Data Version.
textFlavorComparator - Static variable in class java.awt.datatransfer.DataFlavor
 
java.awt.datatransfer.DataFlavor.TextFlavorComparator - class java.awt.datatransfer.TextFlavorComparator.
 
TextFlavorComparator() - Constructor for class java.awt.datatransfer.TextFlavorComparator
 
textFormatterActionMap - Variable in class javax.swing.JFormattedTextField
ActionMap that the TextFormatter Actions are added to.
textHighlight - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the background of selected items, such as in menus, comboboxes, and text.
textHighlightText - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the text of selected items, such as in menus, comboboxes, and text.
textInactiveText - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the text of inactive items, such as in menus.
TextLayoutStrategy - class javax.swing.text.TextLayoutStrategy.
A flow strategy that uses java.awt.font.LineBreakMeasureer to produce java.awt.font.TextLayout for i18n capable rendering.
TextLayoutStrategy() - Constructor for class javax.swing.text.TextLayoutStrategy
Constructs a layout strategy for paragraphs based upon java.awt.font.LineBreakMeasurer.
textLimit - Variable in class org.eclipse.swt.custom.StyledText
 
textListener - Variable in class java.awt.TextComponent
 
TextListener - interface java.awt.event.TextListener.
Unsafe:
textListenerK - Static variable in class java.awt.Component
 
textListeners - Variable in class org.eclipse.swt.custom.DefaultContent
 
TextMaker - Static variable in class org.capml.dom.Text
Deprecated. Enabled:
textOrChar(String) - Method in class antlr.CppCodeGenerator
 
textOut - Variable in class java.io.PrintStream
Track both the text- and character-output streams, so that their buffers can be flushed without flushing the entire stream.
textpos - Variable in class javax.swing.text.html.parser.Parser
 
TextReader - class org.erights.e.elib.oldeio.TextReader.
Untamed: A non-blocking Reader for reading the text that appears in a shared StringBuffer.
textReader() - Method in class java.io.File
Added: Open 'self' for reading text, decoding UTF-8 and turning platform newlines into '\n's
textReader() - Method in class java.net.URL
Added: Open 'self' for reading text, decoding UTF-8 and turning platform newlines into '\n's
textReader() - Method in class org.erights.e.meta.java.io.ReadOnlyFile
Enabled: Open 'self' for reading text, decoding UTF-8 and turning platform newlines into '\n's
textReader(File) - Static method in class org.erights.e.meta.java.io.FileSugar
Enabled: Open 'self' for reading text, decoding UTF-8 and turning platform newlines into '\n's
TextReader(StringBuffer) - Constructor for class org.erights.e.elib.oldeio.TextReader
optFiller defaults to null
TextReader(StringBuffer, Thunk) - Constructor for class org.erights.e.elib.oldeio.TextReader
Makes a Reader for reading from 'buf' in a non-blocking fashion, and calling 'optFiller' to refill it when it's empty.
textReader(URL) - Static method in class org.erights.e.meta.java.net.URLSugar
Enabled: Open 'self' for reading text, decoding UTF-8 and turning platform newlines into '\n's
texts - Variable in class org.eclipse.swt.custom.TableTreeItem
 
TextSet - Static variable in class org.eclipse.swt.custom.StyledText
 
textSet(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
Suppressed: This method is called instead of the textChanging/textChanged combination when the entire old content has been replaced (e.g., by a call to StyledTextContent.setText()).
textStore - Variable in class org.eclipse.swt.custom.DefaultContent
 
textText - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the text of text control objects, such as textfields and comboboxes.
textToNumericFormat(String) - Static method in class java.net.Inet4Address
 
textToNumericFormat(String) - Static method in class java.net.Inet6Address
 
TextTransfer - class org.eclipse.swt.dnd.TextTransfer.
Untamed: The class TextTransfer provides a platform specific mechanism for converting plain text represented as a java String to a platform specific representation of the data and vice versa.
TextTransfer() - Constructor for class org.eclipse.swt.dnd.TextTransfer
 
TexturePaint - class java.awt.TexturePaint.
Safe: The TexturePaint class provides a way to fill a Shape with a texture that is specified as a BufferedImage.
TexturePaint(BufferedImage, Rectangle2D) - Constructor for class java.awt.TexturePaint
Enabled: Constructs a TexturePaint object.
TexturePaintContext - class java.awt.TexturePaintContext.
 
TexturePaintContext(ColorModel, AffineTransform, int, int, int) - Constructor for class java.awt.TexturePaintContext
 
textValueChanged(TextEvent) - Method in class java.awt.AWTEventMulticaster
Enabled:
textValueChanged(TextEvent) - Method in class java.awt.AccessibleAWTTextComponent
TextListener notification of a text value change.
textValueChanged(TextEvent) - Method in interface java.awt.event.TextListener
Enabled: Invoked when the value of the text has changed.
org.eclipse.swt.custom.StyledText.TextWriter - class org.eclipse.swt.custom.TextWriter.
 
TextWriter - class org.erights.e.elib.oldeio.TextWriter.
Safe:
textWriter() - Method in class java.io.File
Added: 'append' argument defaults to false
textWriter(boolean) - Method in class java.io.File
Added: Open 'self' for writing of appending text, encoded as UTF-8, with '\n's written as platform newlines.
textWriter(File) - Static method in class org.erights.e.meta.java.io.FileSugar
Enabled: 'append' argument defaults to false
textWriter(File, boolean) - Static method in class org.erights.e.meta.java.io.FileSugar
Enabled: Open 'self' for writing of appending text, encoded as UTF-8, with '\n's written as platform newlines.
TextWriter(int, int) - Constructor for class org.eclipse.swt.custom.TextWriter
Creates a writer that writes content starting at offset "start" in the document.
TextWriter(Writer) - Constructor for class org.erights.e.elib.oldeio.TextWriter
Enabled: Initial newline defaults to "\n".
TextWriter(Writer, boolean) - Constructor for class org.erights.e.elib.oldeio.TextWriter
Enabled: Initial newline defaults to "\n".
TextWriter(Writer, String, boolean, boolean, FlexMap) - Constructor for class org.erights.e.elib.oldeio.TextWriter
Enabled: Returns a writer that wraps 'out', and writes all strings with "\n" replaced with the 'newline' string.
THAANA - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
THAI - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
thawKeyMap - Static variable in class javax.swing.text.StyleContext
 
THE_BRAND - Static variable in class org.erights.e.elib.serial.PersistentKeyHolder
Enabled:
THE_DEFAULT - Static variable in class org.erights.e.elib.vat.SWTRunner
 
THE_DEFAULT - Static variable in class org.erights.e.elib.vat.AWTRunner
 
THE_ONE - Static variable in class net.captp.jcomm.LocatorUnumDesc
 
THE_ONE - Static variable in class org.erights.e.elang.interp.UnsafeLoader
 
THE_ONE - Static variable in class org.erights.e.elang.interp.TypeLoader
 
THE_ONE - Static variable in class org.erights.e.elang.interp.ResourceUriGetter
Enabled:
THE_ONE - Static variable in class org.erights.e.elang.interp.Loop
Enabled:
THE_ONE - Static variable in class org.erights.e.elang.interp.Comparer
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.debug.Profiler
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.prim.Thrower
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.prim.ScriptMaker
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.prim.CallableScript
The behavior of all Callables are described by the one CallableScript
THE_ONE - Static variable in class org.erights.e.elib.serial.Unserializer
Enabled: The canonical instance
THE_ONE - Static variable in class org.erights.e.elib.serial.Serializer
Enabled: The canonical instance
THE_ONE - Static variable in class org.erights.e.elib.serial.PersistentAuditor
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.serial.PassByProxyGuard
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.serial.PassByCopyAuditor
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.serial.PassByConstructionAuditor
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.serial.DeepPassByCopyAuditor
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.serial.DeepFrozenAuditor
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.slot.VoidGuard
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.slot.SlotDefiner
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.slot.SettableGuard
Enabled: The canonical instance
THE_ONE - Static variable in class org.erights.e.elib.slot.NullOkGuard
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.slot.FinalGuard
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.slot.AuditChecker
Enabled:
THE_ONE - Static variable in class org.erights.e.elib.slot.AnyGuard
Enabled: The one instance
THE_ONE - Static variable in class org.erights.e.elib.tables.SimpleCompFunc
The canonical instance
THE_ONE - Static variable in class org.erights.e.elib.tables.EmptyTwine
Enabled: The canonical instance
THE_ONE - Static variable in class org.erights.e.elib.util.IdentityFunc
Enabled: The canonical instance
THE_ONE - Static variable in class org.erights.e.elib.vat.WeakPtrThread
 
THE_ONE - Static variable in class org.erights.e.elib.vat.SacrificialComponent
 
THE_ONE - Static variable in class org.erights.e.meta.java.io.FileGetter
Enabled:
THE_ONE - Static variable in class org.quasiliteral.text.SimpleQuasiParser
Enabled:
THE_PAIR - Static variable in class org.erights.e.elib.serial.PersistentKeyHolder
 
THE_SEALER - Static variable in class org.erights.e.elib.serial.PersistentKeyHolder
Enabled:
THE_UNSEALER - Static variable in class org.erights.e.elib.serial.PersistentKeyHolder
Enabled:
thealgorithm - Variable in class java.security.SignedObject
 
theASTNodeType - Variable in class antlr.ASTFactory
Name of AST class to create during tree construction.
theASTNodeTypeClass - Variable in class antlr.ASTFactory
 
theAuthenticator - Static variable in class java.net.Authenticator
 
TheAuthProtocols - Static variable in class net.vattp.data.StartUpProtocol
The protocol negotiation string we send, least desired last
TheAuthProtocolTable - Static variable in class net.vattp.data.StartUpProtocol
The authentication protocols we support.
TheCachedEqualizers - Static variable in class org.erights.e.elib.tables.Equalizer
 
TheCollator - Static variable in class com.combex.e.edoc.ERootDoc
The TheCollator for this application.
theContext - Variable in class java.awt.Color
The paint context used to generate a solid color pattern.
TheContinuerOps - Static variable in class org.erights.e.elang.syntax.EParser
These are the tokens that may appear at the end of a line, in which case the next line is a (to be indented) continuation of the expression.
TheContinuers - Static variable in class org.erights.e.elang.syntax.EParser
TheContinuers[tagCode] says whether this is a continuation operator, and if so, how much to indent by.
theESecureRandom - Static variable in class net.vattp.security.ESecureRandom
The instance of this singleton class
TheGuardSugars - Static variable in class org.erights.e.elib.base.ClassDesc
The above list of pairs turned into a ConstMap.
theHeaderLengths - Static variable in class net.vattp.data.RecvThread
 
theHierarchy - Variable in class antlr.preprocessor.Tool
 
theIsStarted - Variable in class net.vattp.security.TimerJitterEntropy
 
theLastDX - Static variable in class net.vattp.security.ESecureRandom
 
theLastDY - Static variable in class net.vattp.security.ESecureRandom
 
theLastKeys - Static variable in class net.vattp.security.ESecureRandom
Last keys seen
theLastX - Static variable in class net.vattp.security.ESecureRandom
 
theLastY - Static variable in class net.vattp.security.ESecureRandom
 
theLLkAnalyzer - Variable in class antlr.Grammar
 
then() - Method in class org.erights.e.elang.evm.IfExpr
Enabled:
thePingMsg - Static variable in class net.vattp.data.DataPath
The ping message to send when a when no messages have been received within .
thePongMsg - Static variable in class net.vattp.data.DataPath
The pong message to send when a ping message is received.
thePreambleAction - Variable in class antlr.DefineGrammarSymbols
 
ThePromotions - Static variable in class org.erights.e.elib.prim.ScriptMaker
Maps fq class names to the fqn of the classes they promote to.
ThePumpkin - Static variable in class net.captp.tables.CommTable
Used to indicate the absence of any other object
ThePumpkin - Static variable in class org.erights.e.elib.tables.EMap
This object must never be stored as a value in a map.
theQueue - Variable in class java.awt.EventDispatchThread
 
theShutDownToken - Static variable in class net.vattp.data.DataPath
enqueued to effectively close the SynchQueue
TheSimplifications - Static variable in class org.erights.e.elib.tables.Equalizer
Maps fq class names to the fqn of the classes they simplify to.
TheSpreadUncall - Static variable in class org.erights.e.elib.tables.EmptyTwine
 
TheSugars - Static variable in class org.erights.e.elib.prim.StaticMaker
Maps fq class names to the fqn of the classes that sugar the maker for that class.
TheSugars - Static variable in class org.erights.e.elib.prim.ScriptMaker
Maps fq class names to the fqn of the classes that sugar them.
theTimeJitterEntropy - Static variable in class net.vattp.security.ESecureRandom
static entropy generator reference to start the entropy generation thread
TheTimer - Static variable in class org.erights.e.extern.timer.Timer
The single permitted instance of this class
theTimer() - Static method in class org.erights.e.extern.timer.Timer
Enabled: XXX Return the single permitted Timer object.
TheTokens - Static variable in class org.erights.e.elang.syntax.EParser
 
TheTokens - Static variable in class org.quasiliteral.term.TermParser
 
TheToStringVerb - Static variable in class org.erights.e.elib.prim.StaticMethodNode
 
TheTypeVerb - Static variable in class org.erights.e.elib.prim.StaticMethodNode
 
TheViciousMarker - Static variable in class org.erights.e.elib.ref.ViciousCycleException
Enabled: The ViciousCycleException.
TheViciousRef - Static variable in class org.erights.e.elib.ref.Ref
The canonical reference BROKEN by TheViciousMarker.
THIS - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
thisClassDocImpl() - Method in class com.combex.e.edoc.EMemberDoc
 
thisClassDocImpl() - Method in class com.combex.e.edoc.EDoc
 
thisClassDocImpl() - Method in class com.combex.e.edoc.EClassDoc
 
thread - Variable in class java.util.Timer
The timer thread.
thread - Variable in class org.eclipse.swt.widgets.RunnableLock
 
thread - Variable in class org.eclipse.swt.widgets.Display
 
Thread - class java.lang.Thread.
Untamed:
Thread() - Constructor for class java.lang.Thread
Enabled: Allocates a new Thread object.
Thread(Runnable) - Constructor for class java.lang.Thread
Enabled: Allocates a new Thread object.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Enabled: Allocates a new Thread object.
Thread(String) - Constructor for class java.lang.Thread
Enabled: Allocates a new Thread object.
Thread(ThreadGroup, Runnable) - Constructor for class java.lang.Thread
Enabled: Allocates a new Thread object.
Thread(ThreadGroup, Runnable, String) - Constructor for class java.lang.Thread
Enabled: Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group.
Thread(ThreadGroup, Runnable, String, long) - Constructor for class java.lang.Thread
Enabled: Allocates a new Thread object so that it has target as its run object, has the specified name as its name, belongs to the thread group referred to by group, and has the specified stack size.
Thread(ThreadGroup, String) - Constructor for class java.lang.Thread
Enabled: Allocates a new Thread object.
ThreadDeath - error java.lang.ThreadDeath.
Untamed: An instance of ThreadDeath is thrown in the victim thread when the stop method with zero arguments in class Thread is called.
ThreadDeath() - Constructor for class java.lang.ThreadDeath
Enabled:
threadGroup - Variable in class java.awt.EventQueue
 
ThreadGroup - class java.lang.ThreadGroup.
Untamed:
ThreadGroup() - Constructor for class java.lang.ThreadGroup
Creates an empty Thread group that is not in any Thread group.
ThreadGroup(String) - Constructor for class java.lang.ThreadGroup
Enabled: Constructs a new thread group.
ThreadGroup(ThreadGroup, String) - Constructor for class java.lang.ThreadGroup
Enabled: Creates a new thread group.
threadGroupPermission - Static variable in class java.lang.SecurityManager
 
threadId - Variable in class org.eclipse.swt.widgets.Display
 
threadInitNumber - Static variable in class java.awt.EventQueue
 
threadInitNumber - Static variable in class java.lang.Thread
 
ThreadLocal - class java.lang.ThreadLocal.
Untamed:
ThreadLocal() - Constructor for class java.lang.ThreadLocal
Enabled:
threadLocalHashCode - Variable in class java.lang.ThreadLocal
ThreadLocals rely on per-thread hash maps attached to each thread (Thread.threadLocals and inheritableThreadLocals).
java.lang.ThreadLocal.ThreadLocalMap - class java.lang.ThreadLocalMap.
 
ThreadLocalMap(ThreadLocal.ThreadLocalMap) - Constructor for class java.lang.ThreadLocalMap
Construct a new map including all Inheritable ThreadLocals from given parent map.
ThreadLocalMap(ThreadLocal, Object) - Constructor for class java.lang.ThreadLocalMap
Construct a new map initially containing (firstKey, firstValue).
threadLocals - Variable in class java.lang.Thread
 
threadPermission - Static variable in class java.lang.SecurityManager
 
threadQ - Variable in class java.lang.Thread
 
threadReaper - Variable in class java.util.Timer
This object causes the timer's task execution thread to exit gracefully when there are no live references to the Timer object and no tasks in the timer queue.
threads - Variable in class java.lang.ThreadGroup
 
threshold - Variable in class java.io.HandleTable
 
threshold - Variable in class java.lang.ThreadLocalMap
The next size value at which to resize.
threshold - Variable in class java.util.IdentityHashMap
The next size value at which to resize (capacity * load factor).
threshold - Variable in class java.util.WeakHashMap
The next size value at which to resize (capacity * load factor).
threshold - Variable in class java.util.HashMap
The next size value at which to resize (capacity * load factor).
threshold - Variable in class java.util.Hashtable
The table is rehashed when its size exceeds this threshold.
THRESHOLD - Static variable in class javax.swing.text.StyleContext
The threshold for no longer sharing the set of attributes in an immutable table.
THROW - Static variable in class org.erights.e.elang.syntax.ENodeBuilder
 
throwable - Variable in class org.eclipse.swt.SWTException
Enabled:
throwable - Variable in class org.eclipse.swt.SWTError
Enabled:
throwable - Variable in class org.eclipse.swt.widgets.RunnableLock
 
Throwable - class java.lang.Throwable.
Safe: The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Enabled: Constructs a new throwable with null as its detail message.
Throwable(String) - Constructor for class java.lang.Throwable
Enabled: Constructs a new throwable with the specified detail message.
Throwable(String, Throwable) - Constructor for class java.lang.Throwable
Suppressed: Constructs a new throwable with the specified detail message and cause.
Throwable(Throwable) - Constructor for class java.lang.Throwable
Suppressed: Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ThrowableGuardSugar - class org.erights.e.meta.java.lang.ThrowableGuardSugar.
Untamed: Coerces Strings, Twine, and Throwables to kinds of Throwbles.
ThrowableGuardSugar(Class) - Constructor for class org.erights.e.meta.java.lang.ThrowableGuardSugar
Enabled: @param clazz must be a type of Throwable
ThrowableSugar - class org.erights.e.develop.exception.ThrowableSugar.
Untamed: A sweetener defining extra messages that may be e-sent to a Throwable
ThrowableSugar() - Constructor for class org.erights.e.develop.exception.ThrowableSugar
prevents instantiation
Thrower - class org.erights.e.elib.prim.Thrower.
Safe: An StaticMaker on this class is the function named "throw" in the universalScope (and therefore also in the safeScope).
Thrower() - Constructor for class org.erights.e.elib.prim.Thrower
 
throwMiscException(Throwable) - Static method in class java.io.ObjectStreamClass
Convenience method for throwing an exception that is either a RuntimeException, Error, or of some unexpected type (in which case it is wrapped inside an IOException).
throwMissingResourceException(String, Locale) - Static method in class java.util.ResourceBundle
Throw a MissingResourceException with proper message
thrownExceptions() - Method in class com.combex.e.edoc.EExecutableMemberDoc
Return exceptions this method or constructor throws.
throwNoViable - Variable in class antlr.SatherCodeGenerator
 
throwNoViable - Variable in class antlr.JavaCodeGenerator
 
throwNoViable - Variable in class antlr.CppCodeGenerator
 
THROWS - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
throwsSpec - Variable in class antlr.RuleBlock
 
throwsSpec - Variable in class antlr.preprocessor.Rule
 
throwsSpec() - Method in class antlr.ANTLRParser
Enabled:
throwsSpec() - Method in class antlr.preprocessor.Preprocessor
Enabled:
throwsTags() - Method in class com.combex.e.edoc.EExecutableMemberDoc
Return the throws tags in this method.
throwsTags() - Method in class com.combex.e.edoc.EComment
Return throws tags in this comment.
thru(Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
thru(Object, Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled:
Thunk - interface org.erights.e.elib.base.Thunk.
Untamed:
THUNK - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
thunk(Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled: Expands to
thunk(Object, Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled: Expands to
THURSDAY - Static variable in class java.util.Calendar
Enabled: Value of the DAY_OF_WEEK field indicating Thursday.
TIBETAN - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
TICK_RATE - Static variable in class net.vattp.data.Msg
The tick rate for the connection keep alive clock.
TickReactor - interface org.erights.e.extern.timer.TickReactor.
Untamed:
till(Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
till(Object, Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled:
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
time - Variable in class org.eclipse.swt.events.TypedEvent
Suppressed: the time that the event occurred.
time - Variable in class org.eclipse.swt.widgets.Event
Suppressed: the time that the event occurred.
TIME_FUDGE - Static variable in class net.vattp.data.Msg
A fudge factor with which to multiply the timeouts for purposes of debugging.
timeout - Variable in class java.net.PlainSocketImpl
 
timeout - Variable in class java.net.PlainDatagramSocketImpl
 
Timeout - class org.erights.e.extern.timer.Timeout.
Untamed:
Timeout(TimerThread, Object, Message) - Constructor for class org.erights.e.extern.timer.Timeout
Creates a new Timeout object.
timePingSent - Variable in class net.vattp.data.DataPath
The time we last sent a ping, or zero if we have received a message which canceled the ping timeout.
timer - Variable in class java.awt.dnd.DropTargetAutoScroller
 
timer - Variable in class javax.swing.Autoscroller
 
Timer - class java.util.Timer.
Untamed: A facility for threads to schedule tasks for future execution in a background thread.
Timer - class javax.swing.Timer.
Unsafe:
Timer - class org.erights.e.extern.timer.Timer.
Untamed: The master control object for timers and clocks.
TIMER_ID - Static variable in class org.eclipse.swt.widgets.ProgressBar
 
Timer() - Constructor for class java.util.Timer
Enabled: Creates a new timer.
Timer() - Constructor for class org.erights.e.extern.timer.Timer
Private constructor.
Timer(boolean) - Constructor for class java.util.Timer
Enabled: Creates a new timer whose associated thread may be specified to run as a daemon.
Timer(int, ActionListener) - Constructor for class javax.swing.Timer
Suppressed: Creates a Timer that will notify its listeners every delay milliseconds.
timerCount - Variable in class org.eclipse.swt.widgets.Display
 
timerExec(int, Runnable) - Method in class org.eclipse.swt.widgets.Display
Suppressed: Causes the run() method of the runnable to be invoked by the user-interface thread after the specified number of milliseconds have elapsed.
timerIds - Variable in class org.eclipse.swt.widgets.Display
 
TimerJitterEntropy - class net.vattp.security.TimerJitterEntropy.
Use clock phase differences between 2 PC clocks to generate entropy.
TimerJitterEntropy(String) - Constructor for class net.vattp.security.TimerJitterEntropy
 
timerList - Variable in class org.eclipse.swt.widgets.Display
 
TimerQEntry - class org.erights.e.extern.timer.TimerQEntry.
 
TimerQEntry(long, TimerWatcher) - Constructor for class org.erights.e.extern.timer.TimerQEntry
For one time alarm events
TimerQEntry(TimerWatcher, long) - Constructor for class org.erights.e.extern.timer.TimerQEntry
For repeating clock events
TimerQueue - class javax.swing.TimerQueue.
 
timerQueue() - Method in class javax.swing.Timer
Returns the timer queue.
TimerQueue() - Constructor for class javax.swing.TimerQueue
Constructor for TimerQueue.
javax.swing.SystemEventQueueUtilities.TimerQueueRestart - class javax.swing.TimerQueueRestart.
Runnable that will message the shared instance of the Timer Queue to restart.
TimerQueueRestart() - Constructor for class javax.swing.TimerQueueRestart
 
timers - Static variable in class org.erights.e.develop.trace.Trace
Enabled:
TimerTask - class java.util.TimerTask.
Untamed:
TimerTask() - Constructor for class java.util.TimerTask
Creates a new timer task.
TimerThread - class java.util.TimerThread.
This "helper class" implements the timer's task execution thread, which waits for tasks on the timer queue, executions them when they fire, reschedules repeating tasks, and removes cancelled tasks and spent non-repeating tasks from the queue.
TimerThread - class org.erights.e.extern.timer.TimerThread.
Thread to handle timeouts and clocks.
TimerThread() - Constructor for class org.erights.e.extern.timer.TimerThread
Package level constructor
TimerThread(TaskQueue) - Constructor for class java.util.TimerThread
 
TimerWatcher - class org.erights.e.extern.timer.TimerWatcher.
Base class for Timeout and Clock objects
TimerWatcher() - Constructor for class org.erights.e.extern.timer.TimerWatcher
 
timesTenToThe(BigInteger, int) - Static method in class java.math.BigDecimal
 
timeToFields(long, boolean) - Method in class java.util.GregorianCalendar
Convert the time as milliseconds to the date fields.
TimeZone - class java.util.TimeZone.
Untamed:
TimeZone() - Constructor for class java.util.TimeZone
Enabled: Sole constructor.
timing - Variable in class org.erights.e.develop.trace.Trace
Enabled: Timing messages are for performance tuning.
TIMING - Static variable in interface org.erights.e.develop.trace.TraceConstants
As a late addition, there's a "timing" boolean that can be set orthogonally from the thresholds.
timingm(String) - Method in class org.erights.e.develop.trace.Trace
Enabled: Public interface methods that accept classes are the names of the boolean fields, with 'm' appended (to denote 'method').
timingm(String, Object) - Method in class org.erights.e.develop.trace.Trace
Enabled: These methods take an Object in addition to a string.
timingProperty(String) - Static method in class org.erights.e.develop.trace.TraceController
Is this a timing control statement like "TraceBuffer_ui_timing=true"?
tiny10pow - Static variable in class java.lang.FloatingDecimal
 
tip - Variable in class javax.swing.ToolTipManager
 
tip - Variable in class javax.swing.Page
 
tip - Variable in class org.eclipse.swt.custom.CTabFolder
 
tipShowing - Variable in class javax.swing.ToolTipManager
 
tipText - Variable in class javax.swing.JToolTip
 
tipWindow - Variable in class javax.swing.ToolTipManager
 
title - Variable in class java.awt.Dialog
Specifies the title of the Dialog.
title - Variable in class java.awt.Frame
This is the title of the frame.
title - Variable in class javax.swing.JInternalFrame
The title displayed in this internal frame's title bar.
title - Variable in class javax.swing.Page
 
title - Variable in class javax.swing.text.html.parser.DTD
Enabled:
title - Variable in class org.eclipse.swt.widgets.Dialog
 
TITLE - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for title area trim (value is 1<<5).
TITLE_PROPERTY - Static variable in class javax.swing.JInternalFrame
Suppressed: Bound property name.
TITLECASE_LETTER - Static variable in class java.lang.Character
Enabled: General category "Lt" in the Unicode specification.
TitleProperty - Static variable in interface javax.swing.text.Document
Suppressed: The property name for the title of the document, if there is one.
tmp - Variable in class javax.swing.RepaintManager
 
tmpdir - Static variable in class java.io.File
 
tmpDirtyComponents - Variable in class javax.swing.RepaintManager
 
tmpFileLock - Static variable in class java.io.File
 
tmpRect - Variable in class javax.swing.JComponent
 
TNSPACE - Variable in class com.combex.e.edoc.ParameterParseMachine
 
TO - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
to(Object, Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
to(Object, Object, Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled:
toArray() - Method in class antlr.collections.impl.BitSet
Enabled:
toArray() - Method in class java.awt.dnd.DragGestureEvent
Suppressed: Returns an Object array of the events comprising the drag gesture.
toArray() - Method in class java.util.EntrySet
 
toArray() - Method in class java.util.UnmodifiableCollection
 
toArray() - Method in class java.util.ArrayList
 
toArray() - Method in class java.util.LinkedList
Enabled: Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class java.util.UnmodifiableEntrySet
 
toArray() - Method in class java.util.KeySet
 
toArray() - Method in class java.util.Values
 
toArray() - Method in class java.util.EntrySet
 
toArray() - Method in class java.util.SynchronizedCollection
 
toArray() - Method in class java.util.ArrayList
Enabled: Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in interface java.util.Set
Enabled: Returns an array containing all of the elements in this set.
toArray() - Method in class java.util.Vector
Enabled: Returns an array containing all of the elements in this Vector in the correct order.
toArray() - Method in interface java.util.List
Enabled: Returns an array containing all of the elements in this list in proper sequence.
toArray() - Method in class java.util.AbstractCollection
Enabled: Returns an array containing all of the elements in this collection.
toArray() - Method in interface java.util.Collection
Enabled: Returns an array containing all of the elements in this collection.
toArray() - Method in class javax.accessibility.AccessibleRelationSet
Enabled: Returns the current relation set as an array of AccessibleRelation
toArray() - Method in class javax.accessibility.AccessibleStateSet
Enabled: Returns the current state set as an array of AccessibleState
toArray() - Method in class javax.swing.DefaultListModel
Enabled: Returns an array containing all of the elements in this list in the correct order.
toArray(Object[]) - Method in class java.awt.dnd.DragGestureEvent
Suppressed: Returns an array of the events comprising the drag gesture.
toArray(Object[]) - Method in class java.util.EntrySet
 
toArray(Object[]) - Method in class java.util.UnmodifiableCollection
 
toArray(Object[]) - Method in class java.util.LinkedList
Enabled: Returns an array containing all of the elements in this list in the correct order; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in class java.util.UnmodifiableEntrySet
 
toArray(Object[]) - Method in class java.util.KeySet
 
toArray(Object[]) - Method in class java.util.Values
 
toArray(Object[]) - Method in class java.util.EntrySet
 
toArray(Object[]) - Method in class java.util.SynchronizedCollection
 
toArray(Object[]) - Method in class java.util.ArrayList
Enabled: Returns an array containing all of the elements in this list in the correct order; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in interface java.util.Set
Enabled: Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in class java.util.Vector
Enabled: Returns an array containing all of the elements in this Vector in the correct order; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in interface java.util.List
Enabled: Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in class java.util.AbstractCollection
Enabled: Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in interface java.util.Collection
Enabled: Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toASCIIString() - Method in class java.net.URI
Enabled: Returns the content of this URI as a US-ASCII string.
toBack() - Method in class java.awt.Window
Enabled: If this Window is visible, sends this Window to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in class javax.swing.JInternalFrame
Suppressed: Sends this internal frame to the back.
toBigInteger() - Method in class java.math.BigDecimal
Enabled: Converts this BigDecimal to a BigInteger.
toBinaryString(int) - Static method in class java.lang.Integer
Enabled: Returns a string representation of the integer argument as an unsigned integer in base 2.
toBinaryString(long) - Static method in class java.lang.Long
Enabled: Returns a string representation of the long argument as an unsigned integer in base 2.
toBoolean(String) - Static method in class java.lang.Boolean
 
toByteArray() - Method in class java.io.ByteArrayOutputStream
Enabled: Creates a newly allocated byte array.
toByteArray() - Method in class java.math.BigInteger
Enabled: Returns a byte array containing the two's-complement representation of this BigInteger.
toCallable(Object) - Static method in class org.erights.e.elib.ref.Ref
Enabled: Return an object that's E-equivanetlt to target, but has Java-type Callable.
toCharArray() - Method in class java.io.CharArrayWriter
Enabled: Returns a copy of the input data.
toCharArray() - Method in class java.lang.String
Suppressed: Converts this string to a new character array.
toContent(Object) - Static method in class org.capml.quasi.QuasiContent
Deprecated. Coerce 'content', which must be Content (as defined in the class comment) or a String into a Content (as also defined there).
toContentList(Object) - Static method in class org.capml.quasi.QuasiContent
Deprecated. Coerce 'content', which must be Content (as defined in the class comment) or a String into a ContentList (as also defined there).
toControl(int, int) - Method in class org.eclipse.swt.widgets.Control
Suppressed: Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
toControl(Point) - Method in class org.eclipse.swt.widgets.Control
Enabled: Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
toDegrees(double) - Static method in class java.lang.Math
Enabled: Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toDegrees(double) - Static method in class java.lang.StrictMath
Enabled: Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toDisplay(int, int) - Method in class org.eclipse.swt.widgets.Control
Suppressed: Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
toDisplay(Point) - Method in class org.eclipse.swt.widgets.Control
Enabled: Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
toDisplayString() - Method in class javax.accessibility.AccessibleBundle
Enabled: Gets localized string describing the key using the default locale.
toDisplayString(Locale) - Method in class javax.accessibility.AccessibleBundle
Enabled: Obtains the key as a localized string.
toDisplayString(String, Locale) - Method in class javax.accessibility.AccessibleBundle
Obtains the key as a localized string.
toEject(OneArgFunc, Object) - Static method in class org.erights.e.elib.prim.Thrower
Enabled: Exits according to optEjector with the provided value, for use from Java.
toEnd - Variable in class java.util.SubMap
fromKey is significant only if fromStart is false.
toExternalForm() - Method in class java.net.URL
Enabled: Constructs a string representation of this URL.
toExternalForm(URL) - Method in class java.net.URLStreamHandler
Converts a URL of a specific protocol to a String.
toFront() - Method in class java.awt.Window
Suppressed: If this Window is visible, brings this Window to the front and may make it the focused Window.
toFront() - Method in class javax.swing.JInternalFrame
Suppressed: Brings this internal frame to the front.
toFront(JComponent) - Static method in class org.erights.e.ui.awt.HocusFocus
Enabled: This is needed because getTopLevelAncestor() is also suppressed.
toFront(Window) - Static method in class org.erights.e.ui.awt.HocusFocus
Enabled:
toFrontInternalFrame(JInternalFrame) - Static method in class org.erights.e.ui.awt.HocusFocus
Enabled:
TOGGLE - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for toggle button behavior (value is 1<<1).
TOGGLE_BUTTON - Static variable in class javax.accessibility.AccessibleRole
Enabled: A specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state.
TOGGLE_CLICK_COUNT_PROPERTY - Static variable in class javax.swing.JTree
Suppressed: Bound property name for toggleClickCount.
TOGGLE_OVERWRITE - Static variable in class org.eclipse.swt.custom.ST
Enabled:
javax.swing.JToggleButton.ToggleButtonModel - class javax.swing.ToggleButtonModel.
The ToggleButton model
ToggleButtonModel() - Constructor for class javax.swing.ToggleButtonModel
Creates a new ToggleButton Model
toggleClickCount - Variable in class javax.swing.JTree
Number of mouse clicks before a node is expanded.
toggleComponentOrientationAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the Action for toggling the component's orientation.
javax.swing.text.DefaultEditorKit.ToggleComponentOrientationAction - class javax.swing.text.ToggleComponentOrientationAction.
 
ToggleComponentOrientationAction() - Constructor for class javax.swing.text.ToggleComponentOrientationAction
Create this action with the appropriate identifier.
toggleExponentSign(int, char) - Method in class javax.swing.text.NumberFormatter
Invoked to toggle the sign of the exponent (for scientific numbers).
toggleSign(boolean) - Method in class javax.swing.text.NumberFormatter
Invoked to toggle the sign.
toggleSignIfNecessary(DocumentFilter.FilterBypass, int, char) - Method in class javax.swing.text.NumberFormatter
Will change the sign of the integer or exponent field if aChar is the positive or minus sign.
toGMTString() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.format(Date date), using a GMT TimeZone.
toHex(int) - Static method in class java.util.Properties
Convert a nibble to a hex character
toHexString(int) - Static method in class java.lang.Integer
Enabled: Returns a string representation of the integer argument as an unsigned integer in base 16.
toHexString(long) - Static method in class java.lang.Long
Enabled: Returns a string representation of the long argument as an unsigned integer in base 16.
toIndex - Variable in class javax.swing.event.TableColumnModelEvent
The index of the column to where it was moved or added from
toInt(String) - Static method in class org.erights.e.develop.trace.TraceLevelTranslator
Convert a string into one of the numeric trace levels.
toIntArray() - Method in class java.math.MutableBigInteger
Convert this MutableBigInteger into an int array with no leading zeros, of a length that is equal to this MutableBigInteger's intLen.
toIteratorIndex(int) - Method in class javax.swing.text.AttributedSegment
 
toJavaFormatString() - Method in class java.lang.FloatingDecimal
 
tok - Variable in class antlr.TreeSpecifierNode
 
TOK_BYE - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_DUP - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_ERR_INTERNAL - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_ERR_PROTOCOL - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_ERR_WRONG_ID - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_GIVEINFO - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_GO - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_GOTOO - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_IAM - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_IWANT - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_NOT_ME - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_REPLYINFO - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_RESUME - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_TRY - Static variable in class net.vattp.data.StartUpProtocol
 
TOK_YOUCHOSE - Static variable in class net.vattp.data.StartUpProtocol
 
token - Variable in class antlr.NoViableAltException
Enabled:
token - Variable in class antlr.MismatchedTokenException
Enabled:
Token - class antlr.Token.
Untamed:
TOKEN - Static variable in class antlr.MismatchedTokenException
Enabled:
TOKEN - Static variable in class antlr.debug.ParserMatchEvent
Enabled:
TOKEN_REF - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
Token() - Constructor for class antlr.Token
Enabled:
Token(int) - Constructor for class antlr.Token
Enabled:
Token(int, String) - Constructor for class antlr.Token
Enabled:
TokenBuffer - class antlr.TokenBuffer.
Untamed: A Stream of Token objects fed to the parser from a Tokenizer that can be rewound via mark()/rewind() methods.
TokenBuffer(TokenStream) - Constructor for class antlr.TokenBuffer
Enabled: Create a token buffer
tokenDefined(String) - Method in interface antlr.TokenManager
Is a token symbol defined?
tokenDefined(String) - Method in class antlr.SimpleTokenManager
Is a token symbol defined?
tokenEvent - Variable in class antlr.debug.ParserEventSupport
 
tokenListeners - Variable in class antlr.debug.ParserEventSupport
 
tokenManager - Variable in class antlr.Grammar
The token manager associated with the grammar, if any.
TokenManager - interface antlr.TokenManager.
 
tokenManagers - Variable in class antlr.DefineGrammarSymbols
 
tokenName(int) - Method in class antlr.MismatchedTokenException
 
tokenNames - Variable in class antlr.TreeParser
Table of token type to token names
tokenNames - Variable in class antlr.Parser
Table of token type to token names
tokenNames - Variable in class antlr.MismatchedTokenException
 
tokenNames - Static variable in class antlr.BaseAST
 
tokenObjectClass - Variable in class antlr.CharScanner
 
TokenQueue - class antlr.TokenQueue.
A private circular buffer object used by the token buffer
TokenQueue(int) - Constructor for class antlr.TokenQueue
 
TokenRangeElement - class antlr.TokenRangeElement.
 
TokenRangeElement(Grammar, Token, Token, int) - Constructor for class antlr.TokenRangeElement
 
TokenRefElement - class antlr.TokenRefElement.
 
TokenRefElement(Grammar, Token, boolean, int) - Constructor for class antlr.TokenRefElement
 
TOKENS - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
TOKENS_SPEC - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
Enabled:
tokenSection - Variable in class antlr.preprocessor.Grammar
 
tokensSpec() - Method in class antlr.ANTLRParser
Enabled:
tokensSpecOptions(Token) - Method in class antlr.ANTLRParser
Enabled:
tokenStartColumn - Variable in class antlr.LexerSharedInputState
 
tokenStartLine - Variable in class antlr.LexerSharedInputState
 
TokenStream - interface antlr.TokenStream.
Untamed:
TokenStreamBasicFilter - class antlr.TokenStreamBasicFilter.
Untamed: This object is a TokenStream that passes through all tokens except for those that you tell it to discard.
TokenStreamBasicFilter(TokenStream) - Constructor for class antlr.TokenStreamBasicFilter
Enabled:
TokenStreamException - exception antlr.TokenStreamException.
Untamed: Anything that goes wrong while generating a stream of tokens.
TokenStreamException() - Constructor for class antlr.TokenStreamException
Enabled:
TokenStreamException(String) - Constructor for class antlr.TokenStreamException
Enabled:
TokenStreamHiddenTokenFilter - class antlr.TokenStreamHiddenTokenFilter.
Untamed: This object filters a token stream coming from a lexer or another TokenStream so that only certain token channels get transmitted to the parser.
TokenStreamHiddenTokenFilter(TokenStream) - Constructor for class antlr.TokenStreamHiddenTokenFilter
Enabled:
TokenStreamIOException - exception antlr.TokenStreamIOException.
Untamed: Wraps an IOException in a TokenStreamException
TokenStreamIOException(IOException) - Constructor for class antlr.TokenStreamIOException
Enabled: TokenStreamIOException constructor comment.
TokenStreamRecognitionException - exception antlr.TokenStreamRecognitionException.
Untamed: Wraps a RecognitionException in a TokenStreamException so you can pass it along.
TokenStreamRecognitionException(RecognitionException) - Constructor for class antlr.TokenStreamRecognitionException
Enabled:
TokenStreamRetryException - exception antlr.TokenStreamRetryException.
Untamed: Aborted recognition of current token.
TokenStreamRetryException() - Constructor for class antlr.TokenStreamRetryException
Enabled:
TokenStreamSelector - class antlr.TokenStreamSelector.
Untamed: A token stream MUX (multiplexor) knows about n token streams and can multiplex them onto the same channel for use by token stream consumer like a parser.
TokenStreamSelector() - Constructor for class antlr.TokenStreamSelector
Enabled:
TokenSymbol - class antlr.TokenSymbol.
 
TokenSymbol(String) - Constructor for class antlr.TokenSymbol
 
tokenText - Variable in class antlr.MismatchedTokenException
 
tokenType - Variable in class antlr.GrammarAtom
 
tokenTypeForCharLiteral(String) - Static method in class antlr.ANTLRLexer
Enabled:
TokenTypesFileExt - Static variable in class antlr.CodeGenerator
Enabled:
TokenTypesFileSuffix - Static variable in class antlr.CodeGenerator
Enabled:
toKey - Variable in class java.util.SubMap
 
tokName(int) - Static method in class net.vattp.data.StartUpProtocol
Translate a startup protocol message token to a printable string for error messages and the like.
tokNames - Static variable in class net.vattp.data.StartUpProtocol
 
toLocaleString() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.format(Date date).
toLower(char) - Method in class antlr.CharScanner
Enabled:
toLower(char) - Static method in class java.net.URI
 
toLowerCase() - Method in class java.lang.String
Enabled: Converts all of the characters in this String to lower case using the rules of the default locale.
toLowerCase() - Method in class org.erights.e.elib.tables.Twine
Enabled:
toLowerCase(char) - Static method in class java.lang.Character
Enabled: Converts the character argument to lowercase using case mapping information from the UnicodeData file.
toLowerCase(Locale) - Method in class java.lang.String
Suppressed: Converts all of the characters in this String to lower case using the rules of the given Locale.
toLowerCase(String) - Method in class java.util.Locale
 
toModelPosition(int) - Method in class javax.swing.text.AttributedSegment
 
toNotify - Variable in class java.awt.SentEvent
 
toOctalString(int) - Static method in class java.lang.Integer
Enabled: Returns a string representation of the integer argument as an unsigned integer in base 8.
toOctalString(long) - Static method in class java.lang.Long
Enabled: Returns a string representation of the long argument as an unsigned integer in base 8.
tool - Variable in class antlr.SimpleTokenManager
 
tool - Variable in class antlr.LLkAnalyzer
 
tool - Variable in class antlr.Grammar
 
tool - Variable in class antlr.DefineGrammarSymbols
 
tool - Variable in class antlr.CodeGenerator
The antlr Tool
tool - Variable in class antlr.ANTLRParser
 
tool - Variable in class antlr.actions.cpp.ActionLexer
 
tool - Variable in class antlr.actions.java.ActionLexer
 
tool - Variable in class antlr.actions.sather.ActionLexer
 
Tool - class antlr.Tool.
Untamed:
Tool - class antlr.preprocessor.Tool.
Untamed:
TOOL - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for tool window behavior (value is 1<<2).
TOOL_BAR - Static variable in class javax.accessibility.AccessibleRole
Enabled: A bar or palette usually composed of push buttons or toggle buttons.
TOOL_TIP - Static variable in class javax.accessibility.AccessibleRole
Enabled: An object that provides information about another object.
TOOL_TIP_TEXT_KEY - Static variable in class javax.swing.JComponent
Suppressed: The comment to display when the cursor is over the component, also known as a "value tip", "flyover help", or "flyover label".
Tool() - Constructor for class antlr.Tool
Enabled: Construct a new Tool.
Tool(Tool, String[]) - Constructor for class antlr.preprocessor.Tool
Enabled:
ToolBar - class org.eclipse.swt.widgets.ToolBar.
Safe:
ToolBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.ToolBar
Enabled: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ToolBarClass - Static variable in class org.eclipse.swt.widgets.ToolBar
 
ToolBarProc - Static variable in class org.eclipse.swt.widgets.ToolBar
 
toolDisabledImageList - Variable in class org.eclipse.swt.widgets.Display
 
toolError(String) - Static method in class antlr.Tool
Enabled: Issue an error; used for general tool errors not for grammar stuff
ToolErrorHandler - interface antlr.ToolErrorHandler.
 
toolHotImageList - Variable in class org.eclipse.swt.widgets.Display
 
toolImageList - Variable in class org.eclipse.swt.widgets.Display
 
ToolItem - class org.eclipse.swt.widgets.ToolItem.
Safe: Instances of this class represent a selectable user interface object that represents a button in a tool bar.
ToolItem(ToolBar, int) - Constructor for class org.eclipse.swt.widgets.ToolItem
Enabled: Constructs a new instance of this class given its parent (which must be a ToolBar) and a style value describing its behavior and appearance.
ToolItem(ToolBar, int, int) - Constructor for class org.eclipse.swt.widgets.ToolItem
Enabled: Constructs a new instance of this class given its parent (which must be a ToolBar), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
toolkit - Static variable in class java.awt.Toolkit
The default toolkit.
Toolkit - class java.awt.Toolkit.
Unsafe: This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit.
Toolkit() - Constructor for class java.awt.Toolkit
Suppressed:
java.awt.Toolkit.ToolkitEventMulticaster - class java.awt.ToolkitEventMulticaster.
 
ToolkitEventMulticaster(AWTEventListener, AWTEventListener) - Constructor for class java.awt.ToolkitEventMulticaster
 
toolTipHandle - Variable in class org.eclipse.swt.widgets.Shell
 
toolTipItem - Variable in class org.eclipse.swt.custom.CTabFolder
 
ToolTipManager - class javax.swing.ToolTipManager.
Safe: Manages all the ToolTips in the system.
ToolTipManager() - Constructor for class javax.swing.ToolTipManager
 
toolTipText - Variable in class javax.swing.ToolTipManager
 
toolTipText - Variable in class org.eclipse.swt.custom.CTabItem
 
toolTipText - Variable in class org.eclipse.swt.widgets.ToolItem
 
toolTipText - Variable in class org.eclipse.swt.widgets.TabItem
 
toolTipText - Variable in class org.eclipse.swt.widgets.Control
 
toolTipText(NMTTDISPINFO) - Method in class org.eclipse.swt.widgets.Tree
 
toolTipText(NMTTDISPINFO) - Method in class org.eclipse.swt.widgets.ToolBar
 
toolTipText(NMTTDISPINFO) - Method in class org.eclipse.swt.widgets.TabFolder
 
toolTipText(NMTTDISPINFO) - Method in class org.eclipse.swt.widgets.Composite
 
TooManyListenersException - exception java.util.TooManyListenersException.
Untamed:
TooManyListenersException() - Constructor for class java.util.TooManyListenersException
Enabled: Constructs a TooManyListenersException with no detail message.
TooManyListenersException(String) - Constructor for class java.util.TooManyListenersException
Enabled: Constructs a TooManyListenersException with the specified detail message.
top - Variable in class java.awt.Insets
Suppressed: The inset from the top.
top - Variable in class javax.swing.text.CompositeView
 
top - Variable in class org.eclipse.swt.layout.FormData
Enabled: top specifies the attachment of the top of the control.
TOP - Static variable in class javax.swing.JSplitPane
Suppressed: Used to add a Component above the other Component.
TOP - Static variable in interface javax.swing.SwingConstants
Enabled: Box-orientation constant used to specify the top of a box.
TOP - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for align top behavior (value is 1<<7, since align UP and align TOP are considered the same).
TOP_ALIGNMENT - Static variable in class java.awt.Component
Enabled: Ease-of-use constant for getAlignmentY().
TOP_MARGIN - Static variable in class org.eclipse.swt.custom.CTabItem
 
top() - Method in interface antlr.collections.Stack
Enabled:
top() - Method in class antlr.collections.impl.LList
Enabled:
toPage - Variable in class java.awt.JobAttributes
 
topCenter - Variable in class org.eclipse.swt.custom.ViewForm
 
topControl - Variable in class org.eclipse.swt.custom.StackLayout
Enabled: topControl the Control that is displayed at the top of the stack.
topIndex - Variable in class org.eclipse.swt.custom.StyledText
 
topInset - Variable in class javax.swing.text.AsyncBoxView
 
topLeft - Variable in class org.eclipse.swt.custom.ViewForm
 
topLevelWindowPermission - Static variable in class java.lang.SecurityManager
 
topMargin - Variable in class org.eclipse.swt.custom.StyledText
 
TopNounExpr - class org.erights.e.elang.evm.TopNounExpr.
Untamed:
TopNounExpr(SourceSpan, String) - Constructor for class org.erights.e.elang.evm.TopNounExpr
Enabled:
topOffset - Variable in class org.eclipse.swt.custom.StyledText
 
topRight - Variable in class org.eclipse.swt.custom.ViewForm
 
topRight - Variable in class org.eclipse.swt.custom.CTabFolder
 
topTabIndex - Variable in class org.eclipse.swt.custom.CTabFolder
 
toQualifiedString() - Method in class com.combex.e.edoc.EMemberDoc
 
toQualifiedString() - Method in class com.combex.e.edoc.EExecutableMemberDoc
Return the qualified name appended with the signature.
toQualifiedString() - Method in class com.combex.e.edoc.EDoc
Returns the qualified string representation of this Doc item.
toQuote(Object) - Static method in class org.erights.e.elib.prim.E
Enabled: Like toTwine, but gets the quoted form.
toRadians(double) - Static method in class java.lang.Math
Enabled: Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toRadians(double) - Static method in class java.lang.StrictMath
Enabled: Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toRef(Object) - Static method in class org.erights.e.elib.ref.Ref
Enabled: Return an object that's E-equivanetlt to target, but has Java-type Ref.
toShortString() - Method in class javax.swing.DebugGraphics
 
toString() - Method in class antlr.ZeroOrMoreBlock
 
toString() - Method in class antlr.WildcardElement
 
toString() - Method in class antlr.TreeElement
 
toString() - Method in class antlr.TokenRangeElement
 
toString() - Method in class antlr.Token
Suppressed:
toString() - Method in class antlr.SynPredBlock
 
toString() - Method in class antlr.RuleRefElement
 
toString() - Method in class antlr.RuleEndElement
 
toString() - Method in class antlr.RuleBlock
Suppressed:
toString() - Method in class antlr.RecognitionException
Suppressed:
toString() - Method in class antlr.OneOrMoreBlock
 
toString() - Method in class antlr.NoViableAltException
Suppressed: Returns a string representation of this exception.
toString() - Method in class antlr.MismatchedTokenException
Suppressed: @return a string representation of this exception.
toString() - Method in class antlr.Lookahead
Suppressed:
toString() - Method in class antlr.GrammarElement
 
toString() - Method in class antlr.GrammarAtom
 
toString() - Method in class antlr.Grammar
Suppressed: Print out the grammar without actions
toString() - Method in class antlr.CommonToken
Suppressed:
toString() - Method in class antlr.CharRangeElement
 
toString() - Method in class antlr.BlockEndElement
 
toString() - Method in class antlr.BaseAST
Suppressed:
toString() - Method in class antlr.ASTPair
Suppressed:
toString() - Method in class antlr.ASTNULLType
Suppressed:
toString() - Method in class antlr.ANTLRStringBuffer
Suppressed:
toString() - Method in class antlr.AlternativeBlock
 
toString() - Method in class antlr.ActionTransInfo
Suppressed:
toString() - Method in class antlr.ActionElement
 
toString() - Method in interface antlr.collections.AST
Suppressed:
toString() - Method in class antlr.collections.impl.IntRange
Suppressed:
toString() - Method in class antlr.collections.impl.BitSet
Suppressed:
toString() - Method in class antlr.debug.TraceEvent
Suppressed:
toString() - Method in class antlr.debug.SyntacticPredicateEvent
Suppressed:
toString() - Method in class antlr.debug.SemanticPredicateEvent
Suppressed:
toString() - Method in class antlr.debug.ParserTokenEvent
Suppressed:
toString() - Method in class antlr.debug.ParserMatchEvent
Suppressed:
toString() - Method in class antlr.debug.NewLineEvent
Suppressed:
toString() - Method in class antlr.debug.MessageEvent
Suppressed:
toString() - Method in class antlr.debug.InputBufferEvent
Suppressed:
toString() - Method in class antlr.preprocessor.Rule
 
toString() - Method in class antlr.preprocessor.Option
 
toString() - Method in class antlr.preprocessor.GrammarFile
Suppressed:
toString() - Method in class antlr.preprocessor.Grammar
 
toString() - Method in class com.combex.e.edoc.ETag
convert this object to a string.
toString() - Method in class com.combex.e.edoc.ESerialFieldTag
Convert this object to a string.
toString() - Method in class com.combex.e.edoc.EPrimitiveType
Returns a string representation of the type.
toString() - Method in class com.combex.e.edoc.EParamTag
convert this object to a string.
toString() - Method in class com.combex.e.edoc.EParameter
Suppressed: Returns a string representation of the class.
toString() - Method in class com.combex.e.edoc.EPackageDoc
Returns a string representation of the package.
toString() - Method in class com.combex.e.edoc.EMemberDoc
Returns a string representation of the member.
toString() - Method in class com.combex.e.edoc.EDoc
Returns a string representation of this Doc item.
toString() - Method in class com.combex.e.edoc.EComment
Return text for this Doc comment.
toString() - Method in class com.combex.e.edoc.EClassDoc
Returns a string representation of the class.
toString() - Method in class com.combex.e.edoc.EArrayType
Returns a string representation of the type.
toString() - Method in class java.awt.LightweightFocusRequest
 
toString() - Method in class java.awt.HeavyweightFocusRequest
 
toString() - Method in class java.awt.GridLayout
Suppressed: Returns the string representation of this grid layout's values.
toString() - Method in class java.awt.PageAttributes
Suppressed: Returns a string representation of this PageAttributes.
toString() - Method in class java.awt.JobAttributes
Suppressed: Returns a string representation of this JobAttributes.
toString() - Method in class java.awt.Event
Suppressed: NOTE: The Event class is obsolete and is available only for backwards compatilibility.
toString() - Method in class java.awt.FlowLayout
Suppressed: Returns a string representation of this FlowLayout object and its values.
toString() - Method in class java.awt.AWTKeyStroke
Suppressed: Returns a string that displays and identifies this object's properties.
toString() - Method in class java.awt.Dimension
Suppressed: Returns a string representation of the values of this Dimension object's height and width fields.
toString() - Method in class java.awt.Font
Suppressed: Converts this Font object to a String representation.
toString() - Method in class java.awt.Color
Suppressed: Returns a string representation of this Color.
toString() - Method in class java.awt.Graphics
Suppressed: Returns a String object representing this Graphics object's value.
toString() - Method in class java.awt.Rectangle
Suppressed: Returns a String representing this Rectangle and its values.
toString() - Method in class java.awt.BorderLayout
Suppressed: Returns a string representation of the state of this border layout.
toString() - Method in class java.awt.Point
Suppressed: Returns a string representation of this point and its location in the (xy) coordinate space.
toString() - Method in class java.awt.Cursor
Suppressed: Returns a string representation of this cursor.
toString() - Method in class java.awt.MenuComponent
Suppressed: Returns a representation of this menu component as a string.
toString() - Method in class java.awt.Component
Suppressed: Returns a string representation of this component and its values.
toString() - Method in class java.awt.AWTEvent
Suppressed: Returns a String representation of this object.
toString() - Method in class java.awt.FontMetrics
Suppressed: Returns a representation of this FontMetrics object's values as a String.
toString() - Method in class java.awt.Insets
Suppressed: Returns a string representation of this Insets object.
toString() - Method in class java.awt.SystemColor
Suppressed: Returns a string representation of this Color's values.
toString() - Method in class java.awt.ScrollPaneAdjustable
Suppressed: Returns a string representation of this scrollbar and its values.
toString() - Method in class java.awt.Robot
Suppressed: Returns a string representation of this Robot.
toString() - Method in class java.awt.RenderingHints
Suppressed: Returns a rather long string representation of the hashmap which contains the mappings of keys to values for this RenderingHints object.
toString() - Method in class java.awt.MenuShortcut
Suppressed: Returns an internationalized description of the MenuShortcut.
toString() - Method in class java.awt.GridBagLayout
Suppressed: Returns a string representation of this grid bag layout's values.
toString() - Method in class java.awt.CheckboxGroup
Suppressed: Returns a string representation of this check box group, including the value of its current selection.
toString() - Method in class java.awt.CardLayout
Suppressed: Returns a string representation of the state of this card layout.
toString() - Method in class java.awt.AttributeValue
 
toString() - Method in class java.awt.datatransfer.MimeType
Return the String representation of this object.
toString() - Method in class java.awt.datatransfer.MimeTypeParameterList
 
toString() - Method in class java.awt.datatransfer.DataFlavor
Suppressed: String representation of this DataFlavor and its parameters.
toString() - Method in class java.io.ByteArrayOutputStream
Suppressed: Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in class java.io.File
Suppressed: Returns the pathname string of this abstract pathname.
toString() - Method in class java.io.ObjectStreamClass
Suppressed: Return a string describing this ObjectStreamClass.
toString() - Method in class java.io.ObjectStreamField
Suppressed: Return a string that describes this field.
toString() - Method in class java.io.StringWriter
Suppressed: Return the buffer's current value as a string.
toString() - Method in class java.io.StreamTokenizer
Suppressed: Returns the string representation of the current stream token and the line number it occurs on.
toString() - Method in class java.io.CharArrayWriter
Suppressed: Converts input data to a string.
toString() - Method in class java.lang.FloatingDecimal
 
toString() - Method in class java.lang.Long
Suppressed: Returns a String object representing this Long's value.
toString() - Method in class java.lang.Integer
Suppressed: Returns a String object representing this Integer's value.
toString() - Method in class java.lang.Short
Suppressed: Returns a String object representing this Short's value.
toString() - Method in class java.lang.Byte
Suppressed: Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Double
Suppressed: Returns a string representation of this Double object.
toString() - Method in class java.lang.Float
Suppressed: Returns a string representation of this Float object.
toString() - Method in class java.lang.Character
Suppressed: Returns a String object representing this Character's value.
toString() - Method in class java.lang.Subset
Returns the name of this subset.
toString() - Method in class java.lang.Boolean
Suppressed: Returns a String object representing this Boolean's value.
toString() - Method in class java.lang.StringBuffer
Suppressed: Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.ThreadGroup
Suppressed: Returns a string representation of this Thread group.
toString() - Method in class java.lang.Thread
Suppressed: Returns a string representation of this thread, including the thread's name, priority, and thread group.
toString() - Method in class java.lang.Throwable
Suppressed: Returns a short description of this throwable.
toString() - Method in class java.lang.Class
Suppressed: Converts the object to a string.
toString() - Method in class java.lang.String
Suppressed: This object (which is already a string!) is itself returned.
toString() - Method in interface java.lang.CharSequence
Suppressed: Returns a string containing the characters in this sequence in the same order as this sequence.
toString() - Method in class java.lang.Object
Suppressed: Returns a string representation of the object.
toString() - Method in class java.lang.StackTraceElement
Suppressed: Returns a string representation of this stack trace element.
toString() - Method in class java.lang.Package
Suppressed: Returns the string representation of this Package.
toString() - Method in class java.lang.FDBigInt
 
toString() - Method in class java.math.SignedMutableBigInteger
Print out the first intLen ints of this MutableBigInteger's value array starting at offset.
toString() - Method in class java.math.MutableBigInteger
Returns a String representation of this MutableBigInteger in radix 10.
toString() - Method in class java.math.BigInteger
Suppressed: Returns the decimal String representation of this BigInteger.
toString() - Method in class java.math.BigDecimal
Suppressed: Returns the string representation of this BigDecimal.
toString() - Method in class java.net.InetAddress
Suppressed: Converts this IP address to a String.
toString() - Method in class java.net.URLConnection
Suppressed: Returns a String representation of this URL connection.
toString() - Method in class java.net.URL
Suppressed: Constructs a string representation of this URL.
toString() - Method in class java.net.URI
Suppressed: Returns the content of this URI as a string.
toString() - Method in class java.net.SocketImpl
Suppressed: Returns the address and port of this socket as a String.
toString() - Method in class java.net.Socket
Suppressed: Converts this socket to a String.
toString() - Method in class java.net.ServerSocket
Suppressed: Returns the implementation address and implementation port of this socket as a String.
toString() - Method in class java.net.NetworkInterface
Suppressed:
toString() - Method in class java.net.InetSocketAddress
Suppressed: Constructs a string representation of this InetSocketAddress.
toString() - Method in interface java.security.Principal
Suppressed: Returns a string representation of this principal.
toString() - Method in class java.security.UnresolvedPermission
Suppressed: Returns a string describing this UnresolvedPermission.
toString() - Method in class java.security.PermissionCollection
Suppressed: Returns a string describing this PermissionCollection object, providing information about all the permissions it contains.
toString() - Method in class java.security.CodeSource
Suppressed: Returns a string describing this CodeSource, telling its URL and certificates.
toString() - Method in class java.security.PrivilegedActionException
Suppressed:
toString() - Method in class java.security.Permission
Suppressed: Returns a string describing this Permission.
toString() - Method in class java.security.ProtectionDomain
Suppressed: Convert a ProtectionDomain to a String.
toString() - Method in class java.security.Signer
Deprecated. Suppressed: Returns a string of information about the signer.
toString() - Method in class java.security.Signature
Suppressed: Returns a string representation of this signature object, providing information that includes the state of the object and the name of the algorithm used.
toString() - Method in class java.security.Provider
Suppressed: Returns a string with the name and the version number of this provider.
toString() - Method in class java.security.MessageDigest
Suppressed: Returns a string representation of this message digest object.
toString() - Method in class java.security.IdentityScope
Suppressed: Returns a string representation of this identity scope, including its name, its scope name, and the number of identities in this identity scope.
toString() - Method in class java.security.Identity
Deprecated. Suppressed: Returns a short string describing this identity, telling its name and its scope (if any).
toString() - Method in class java.security.DigestOutputStream
Suppressed: Prints a string representation of this digest output stream and its associated message digest object.
toString() - Method in class java.security.DigestInputStream
Suppressed: Prints a string representation of this digest input stream and its associated message digest object.
toString() - Method in class java.security.AlgorithmParameters
Suppressed: Returns a formatted string describing the parameters.
toString() - Method in class java.util.Currency
Suppressed: Returns the ISO 4217 currency code of this currency.
toString() - Method in class java.util.Calendar
Suppressed: Return a string representation of this calendar.
toString() - Method in class java.util.Date
Suppressed: Converts this Date object to a String of the form:
toString() - Method in class java.util.EntryIterator
 
toString() - Method in class java.util.UnmodifiableCollection
 
toString() - Method in class java.util.Entry
 
toString() - Method in class java.util.UnmodifiableMap
 
toString() - Method in class java.util.UnmodifiableEntry
 
toString() - Method in class java.util.SynchronizedMap
 
toString() - Method in class java.util.Entry
 
toString() - Method in class java.util.SynchronizedCollection
 
toString() - Method in class java.util.BitSet
Suppressed: Returns a string representation of this bit set.
toString() - Method in class java.util.EventObject
Suppressed: Returns a String representation of this EventObject.
toString() - Method in class java.util.Locale
Suppressed: Getter for the programmatic name of the entire locale, with the language, country and variant separated by underbars.
toString() - Method in class java.util.Entry
 
toString() - Method in class java.util.Entry
 
toString() - Method in class java.util.AbstractMap
Suppressed: Returns a string representation of this map.
toString() - Method in class java.util.SimpleEntry
 
toString() - Method in class java.util.ImmutableEntry
 
toString() - Method in class java.util.Vector
Suppressed: Returns a string representation of this Vector, containing the String representation of each element.
toString() - Method in class java.util.AbstractCollection
Suppressed: Returns a string representation of this collection.
toString() - Method in class java.util.Hashtable
Suppressed: Returns a string representation of this Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString() - Method in class java.util.SimpleTimeZone
Suppressed: Returns a string representation of this time zone.
toString() - Method in class javax.accessibility.AccessibleBundle
Suppressed: Gets localized string describing the key using the default locale.
toString() - Method in class javax.accessibility.AccessibleRelationSet
Suppressed: Creates a localized String representing all the relations in the set using the default locale.
toString() - Method in class javax.accessibility.AccessibleStateSet
Suppressed: Creates a localized String representing all the states in the set using the default locale.
toString() - Method in class javax.swing.DefaultListSelectionModel
Suppressed: Returns a string that displays and identifies this object's properties.
toString() - Method in class javax.swing.SizeRequirements
Suppressed: Returns a string describing the minimum, preferred, and maximum size requirements, along with the alignment.
toString() - Method in class javax.swing.TimerQueue
 
toString() - Method in class javax.swing.DefaultBoundedRangeModel
Suppressed: Returns a string that displays all of the BoundedRangeModel properties.
toString() - Method in class javax.swing.ImageIcon
Suppressed: Returns a string representation of this image.
toString() - Method in class javax.swing.SwingGraphics
 
toString() - Method in class javax.swing.RepaintManager
Suppressed: Returns a string that displays and identifies this object's properties.
toString() - Method in class javax.swing.LookAndFeel
Suppressed: Returns a string that displays and identifies this object's properties.
toString() - Method in class javax.swing.LookAndFeelInfo
Returns a string that displays and identifies this object's properties.
toString() - Method in class javax.swing.SpringProxy
 
toString() - Method in class javax.swing.StaticSpring
 
toString() - Method in class javax.swing.CompoundSpring
 
toString() - Method in class javax.swing.DefaultListModel
Suppressed: Returns a string that displays and identifies this object's properties.
toString() - Method in class javax.swing.event.ListSelectionEvent
Suppressed: Returns a string that displays and identifies this object's properties.
toString() - Method in class javax.swing.event.ListDataEvent
Suppressed: Returns a string representation of this ListDataEvent.
toString() - Method in class javax.swing.event.EventType
Converts the type to a string.
toString() - Method in class javax.swing.event.EventType
Converts the type to a string.
toString() - Method in class javax.swing.event.EventListenerList
Suppressed: Returns a string representation of the EventListenerList.
toString() - Method in class javax.swing.event.TreeModelEvent
Suppressed: Returns a string that displays and identifies this object's properties.
toString() - Method in class javax.swing.text.Segment
Suppressed: Converts a segment into a String.
toString() - Method in class javax.swing.text.ElemChanges
 
toString() - Method in class javax.swing.text.ElementSpec
Converts the element to a string.
toString() - Method in class javax.swing.text.DefaultDocumentEvent
Returns a string description of the change event.
toString() - Method in class javax.swing.text.StickyPosition
 
toString() - Method in class javax.swing.text.Bias
string representation
toString() - Method in class javax.swing.text.LeafElement
Converts the element to a string.
toString() - Method in class javax.swing.text.BranchElement
Converts the element to a string.
toString() - Method in class javax.swing.text.SmallAttributeSet
Returns a string showing the key/value pairs
toString() - Method in class javax.swing.text.NamedStyle
Converts the style to a string.
toString() - Method in class javax.swing.text.SimpleAttributeSet
Suppressed: Converts the attribute set to a String.
toString() - Method in class javax.swing.text.StyleConstants
Suppressed: Returns the string representation.
toString() - Method in class javax.swing.text.StyleContext
Suppressed: Converts a StyleContext to a String.
toString() - Method in class javax.swing.text.DefaultCaret
Suppressed:
toString() - Method in class javax.swing.text.MutableCaretEvent
 
toString() - Method in class javax.swing.text.DefaultKeymap
String representation of the keymap...
toString() - Method in class javax.swing.text.TabStop
Suppressed:
toString() - Method in class javax.swing.text.TabSet
Suppressed: Returns the string representation of the set of tabs.
toString() - Method in class javax.swing.text.StickyPosition
 
toString() - Method in class javax.swing.text.html.parser.TagStack
Convert to a string.
toString() - Method in class javax.swing.text.html.parser.AttributeList
Suppressed: @return string representation
toString() - Method in class javax.swing.text.html.parser.ContentModel
Suppressed: Convert to a string.
toString() - Method in class javax.swing.text.html.parser.Element
Suppressed: Convert to a string.
toString() - Method in class javax.swing.text.html.parser.DTD
Suppressed: Returns a string representation of this DTD.
toString() - Method in class net.captp.jcomm.Promise3Desc
 
toString() - Method in class net.captp.jcomm.ObjectID
Suppressed:
toString() - Method in class net.captp.jcomm.NewRemotePromiseDesc
 
toString() - Method in class net.captp.jcomm.NewFarDesc
 
toString() - Method in class net.captp.jcomm.IncomingDesc
 
toString() - Method in class net.captp.jcomm.ImportDesc
 
toString() - Method in class net.captp.jcomm.Far3Desc
 
toString() - Method in class net.vattp.data.VatTPMgr
Suppressed: Convert the state of the world to a string and print it.
toString() - Method in class net.vattp.data.VatTPConnection
Suppressed: Describe this connection object.
toString() - Method in class net.vattp.data.NetAddr
Suppressed: Produce a printable representation of this.
toString() - Method in class net.vattp.data.EARL
Suppressed: Return the fully-composed URI string for this EARL.
toString() - Method in class net.vattp.data.DataPath
Describe this path object.
toString() - Method in class net.vattp.data.DataCommThunk
 
toString() - Method in class net.vattp.data.AuthSecrets
 
toString() - Method in class org.apache.oro.text.regex.StringSubstitution
Suppressed: Returns the same value as StringSubstitution.getSubstitution().
toString() - Method in class org.apache.oro.text.regex.Perl5MatchResult
The same as group(0).
toString() - Method in class org.apache.oro.text.regex.PatternMatcherInput
Suppressed: Returns the string representation of the input, where the input is considered to start from the begin offset and end at the end offset.
toString() - Method in interface org.apache.oro.text.regex.MatchResult
Suppressed: Returns the same as group(0).
toString() - Method in class org.apache.oro.text.regex.CharStringPointer
 
toString() - Method in class org.eclipse.swt.custom.StyleRange
Suppressed: Answers a string description of the receiver.
toString() - Method in class org.eclipse.swt.custom.StyledTextBidi
Returns a string representation of the receiver.
toString() - Method in class org.eclipse.swt.custom.DirectionRun
 
toString() - Method in class org.eclipse.swt.custom.TextWriter
Returns the string.
toString() - Method in class org.eclipse.swt.graphics.RGB
Suppressed: Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Region
Suppressed: Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Rectangle
Suppressed: Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Point
Suppressed: Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.ImageLoaderEvent
Suppressed: Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Image
Suppressed: Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.GC
Suppressed: Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.FontData
Suppressed: Returns a string representation of the receiver which is suitable for constructing an equivalent instance using the FontData(String) constructor.
toString() - Method in class org.eclipse.swt.graphics.Font
Suppressed: Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Cursor
Suppressed: Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Color
Suppressed: Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.FormAttachment
Suppressed:
toString() - Method in class org.eclipse.swt.widgets.Widget
Suppressed: Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.widgets.Event
Suppressed: Returns a string representation of the object.
toString() - Method in class org.erights.e.develop.trace.TraceMessage
Default string representation displays all fields.
toString() - Method in class org.erights.e.develop.trace.TraceCaller
Suppressed:
toString() - Method in class org.erights.e.elang.evm.ParseNode
Suppressed: For use in IDEs that invoke toString() from inside the debugger (at least VisualAge and IntelliJ IDEA).
toString() - Method in class org.erights.e.elang.evm.Matcher
Suppressed:
toString() - Method in class org.erights.e.elang.evm.EMethodNode
Suppressed:
toString() - Method in class org.erights.e.elang.evm.EImpl
Suppressed: The miranda __printOn will call this.
toString() - Method in class org.erights.e.elang.interp.URLGetter
Suppressed:
toString() - Method in class org.erights.e.elang.interp.UnsafeLoader
 
toString() - Method in class org.erights.e.elang.interp.TypeLoader
 
toString() - Method in class org.erights.e.elang.interp.Terminator
 
toString() - Method in class org.erights.e.elang.interp.ResourceUriGetter
Suppressed:
toString() - Method in class org.erights.e.elang.interp.PackageLoader
 
toString() - Method in class org.erights.e.elang.interp.Loop
Suppressed:
toString() - Method in class org.erights.e.elang.interp.ImportLoader
 
toString() - Method in class org.erights.e.elang.scope.OuterScope
Suppressed:
toString() - Method in class org.erights.e.elang.scope.InnerScope
Suppressed:
toString() - Method in class org.erights.e.elang.scope.ForwardingSlot
 
toString() - Method in class org.erights.e.elib.base.TypeDesc
Suppressed: Prints ``
toString() - Method in class org.erights.e.elib.base.SourceSpan
Suppressed:
toString() - Method in class org.erights.e.elib.base.Ejector
Suppressed:
toString() - Method in class org.erights.e.elib.oldeio.UnQuote
Suppressed:
toString() - Method in class org.erights.e.elib.prim.VTable
Suppressed:
toString() - Method in class org.erights.e.elib.prim.StaticMaker
Suppressed: Another special dispensation.
toString() - Method in class org.erights.e.elib.prim.SafeJ
Suppressed:
toString() - Method in class org.erights.e.elib.prim.OverloaderNode
Suppressed:
toString() - Method in class org.erights.e.elib.prim.JavaMemberNode
Suppressed:
toString() - Method in class org.erights.e.elib.prim.JavaMatcher
Suppressed:
toString() - Method in class org.erights.e.elib.prim.CallThunk
 
toString() - Method in class org.erights.e.elib.ref.Ref
Suppressed:
toString() - Method in class org.erights.e.elib.ref.LocalResolver
 
toString() - Method in class org.erights.e.elib.sealing.Brand
Suppressed: Same string as Brand.__printOn(TextWriter)
toString() - Method in class org.erights.e.elib.slot.SlotDefiner
Suppressed: Same as getName()
toString() - Method in class org.erights.e.elib.slot.BaseGuard
Suppressed: Same as getName()
toString() - Method in class org.erights.e.elib.tables.WeakValue
 
toString() - Method in class org.erights.e.elib.tables.WeakKey
 
toString() - Method in class org.erights.e.elib.tables.Twine
Suppressed:
toString() - Method in class org.erights.e.elib.tables.TraversalKey
Suppressed:
toString() - Method in class org.erights.e.elib.tables.ESet
Suppressed:
toString() - Method in class org.erights.e.elib.tables.EMap
Suppressed:
toString() - Method in class org.erights.e.elib.tables.EList
Suppressed:
toString() - Method in class org.erights.e.elib.vat.Vat
Suppressed: May be called from any thead.
toString() - Method in class org.erights.e.elib.vat.SWTRunner
 
toString() - Method in class org.erights.e.elib.vat.SendingContext
Suppressed:
toString() - Method in class org.erights.e.elib.vat.HeadlessRunner
 
toString() - Method in class org.erights.e.elib.vat.DeadRunner
 
toString() - Method in class org.erights.e.elib.vat.AWTRunner
 
toString() - Method in class org.erights.e.extern.persist.GraphParam
 
toString() - Method in class org.erights.e.meta.java.lang.VoidGuardSugar
Suppressed: Same as getName()
toString() - Method in class org.erights.e.meta.java.lang.ShortGuardSugar
Suppressed: Same as getName()
toString() - Method in class org.erights.e.meta.java.lang.LongGuardSugar
Suppressed: Same as getName()
toString() - Method in class org.erights.e.meta.java.lang.IntegerGuardSugar
Suppressed: Same as getName()
toString() - Method in class org.erights.e.meta.java.lang.FloatGuardSugar
Suppressed: Same as getName()
toString() - Method in class org.erights.e.meta.java.lang.DoubleGuardSugar
Suppressed: Same as getName()
toString() - Method in class org.erights.e.meta.java.lang.ByteGuardSugar
Suppressed: Same as getName()
toString() - Method in class org.erights.e.meta.java.math.BigIntegerGuardSugar
Suppressed: Same as getName()
toString() - Method in class org.quasiliteral.antlr.AstroLexerSharedInputState
Suppressed:
toString() - Method in class org.quasiliteral.antlr.AstroAST
Suppressed:
toString() - Method in class org.quasiliteral.antlr.ASTBuilder
Suppressed:
toString() - Method in class org.quasiliteral.astro.BaseSchema
Suppressed:
toString() - Method in class org.quasiliteral.astro.AstroTag
Suppressed:
toString() - Method in class org.quasiliteral.quasiterm.QuasiMetaBuilder
Suppressed:
toString() - Method in class org.quasiliteral.quasiterm.QAstroArg
Suppressed:
toString() - Method in class org.quasiliteral.syntax.TwineFeeder
Suppressed:
toString() - Method in class org.quasiliteral.syntax.SyntaxException
Suppressed:
toString() - Method in class org.quasiliteral.syntax.Indenter
Suppressed: Show closing stack
toString() - Method in class org.quasiliteral.syntax.FileFeeder
Suppressed:
toString() - Method in class org.quasiliteral.syntax.BaseLexer
Suppressed:
toString() - Method in class org.quasiliteral.term.TermBuilder
Suppressed:
toString() - Method in class org.quasiliteral.term.Term
Suppressed:
toString() - Method in class org.quasiliteral.term.QuasiBuilderAdaptor
Suppressed:
toString() - Method in class org.quasiliteral.text.Substituter
Suppressed: Prints using the template string
toString(boolean) - Static method in class java.lang.Boolean
Suppressed: Returns a String object representing the specified boolean.
toString(boolean) - Method in class java.security.Identity
Deprecated. Enabled: Returns a string representation of this identity, with optionally more details than that provided by the toString method without any arguments.
toString(boolean) - Method in interface java.security.Certificate
Enabled: Returns a string that represents the contents of the certificate.
toString(byte) - Static method in class java.lang.Byte
Enabled: Returns a new String object representing the specified byte.
toString(char) - Static method in class java.lang.Character
Suppressed: Returns a String object representing the specified char.
toString(double) - Static method in class java.lang.Double
Enabled: Returns a string representation of the double argument.
toString(float) - Static method in class java.lang.Float
Enabled: Returns a string representation of the float argument.
toString(int) - Method in class java.io.ByteArrayOutputStream
Deprecated. This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the toString(String enc) method, which takes an encoding-name argument, or the toString() method, which uses the platform's default character encoding.
toString(int) - Static method in class java.lang.Integer
Enabled: Returns a String object representing the specified integer.
toString(int) - Method in class java.math.BigInteger
Enabled: Returns the String representation of this BigInteger in the given radix.
toString(int, int) - Static method in class java.lang.Integer
Enabled: Returns a string representation of the first argument in the radix specified by the second argument.
toString(long) - Static method in class java.lang.Long
Enabled: Returns a String object representing the specified long.
toString(long, int) - Static method in class java.lang.Long
Enabled: Returns a string representation of the first argument in the radix specified by the second argument.
toString(Object) - Static method in class org.erights.e.elib.prim.E
Enabled: Like E.toTwine(obj), but returns a String.
toString(short) - Static method in class java.lang.Short
Enabled: Returns a new String object representing the specified short.
toString(String) - Method in class antlr.collections.impl.BitSet
Enabled: Transform a bit set into a string by formatting each element as an integer
toString(String) - Method in class java.io.ByteArrayOutputStream
Enabled: Converts the buffer's contents into a string, translating bytes into characters according to the specified character encoding.
toString(String, CharFormatter) - Method in class antlr.Lookahead
Enabled:
toString(String, CharFormatter) - Method in class antlr.collections.impl.BitSet
Enabled: Transform a bit set into a string of characters.
toString(String, CharFormatter, Grammar) - Method in class antlr.Lookahead
Enabled:
toString(String, String, String, String, String, int, String, String, String) - Method in class java.net.URI
 
toString(String, Vector) - Method in class antlr.Lookahead
Enabled:
toString(String, Vector) - Method in class antlr.collections.impl.BitSet
Enabled: Create a string representation where instead of integer elements, the ith element of vocabulary is displayed instead.
toString(TraceMessage) - Method in class org.erights.e.develop.trace.TraceMessageStringifier
Convert the given message into a string, obeying 'show' controls set earlier.
toString64() - Method in class java.math.BigInteger
Added: Convert an integer to a base 64 string, with an optional leading minus sign.
toString64(BigInteger) - Static method in class org.erights.e.meta.java.math.BigIntegerSugar
Enabled: Convert an integer to a base 64 string, with an optional leading minus sign.
toStringList() - Method in class antlr.BaseAST
Enabled: Print out a child-sibling tree in LISP notation
toStringList() - Method in class antlr.ASTNULLType
Enabled:
toStringList() - Method in interface antlr.collections.AST
Enabled:
toStringOfHalfWords() - Method in class antlr.collections.impl.BitSet
Enabled: Dump a comma-separated list of the words making up the bit set.
toStringOfWords() - Method in class antlr.collections.impl.BitSet
Enabled: Dump a comma-separated list of the words making up the bit set.
toStringTree() - Method in class antlr.BaseAST
Enabled:
toStringTree() - Method in class antlr.ASTNULLType
Enabled:
toStringTree() - Method in interface antlr.collections.AST
Enabled:
toStringWithRanges(String, CharFormatter) - Method in class antlr.collections.impl.BitSet
Enabled: Print out the bit set but collapse char ranges.
totalMemory() - Method in class java.lang.Runtime
Enabled: Returns the total amount of memory in the Java virtual machine.
toTitleCase(char) - Static method in class java.lang.Character
Enabled: Converts the character argument to titlecase using case mapping information from the UnicodeData file.
toTwine(Object) - Static method in class org.erights.e.elib.prim.E
Enabled: Prints obj into a Twine if necessary, and returns this printed form.
touch() - Static method in class org.erights.e.develop.trace.Trace
Invoking this method causes this class to be loaded, which causes all the static trace objects to be defined.
toUnsignedString(int, int) - Static method in class java.lang.Integer
Convert the integer to an unsigned number.
toUnsignedString(long, int) - Static method in class java.lang.Long
Convert the integer to an unsigned number.
toUpperCase() - Method in class java.lang.String
Enabled: Converts all of the characters in this String to upper case using the rules of the default locale.
toUpperCase() - Method in class org.erights.e.elib.tables.Twine
Enabled:
toUpperCase(char) - Static method in class java.lang.Character
Enabled: Converts the character argument to uppercase using case mapping information from the UnicodeData file.
toUpperCase(Locale) - Method in class java.lang.String
Suppressed: Converts all of the characters in this String to upper case using the rules of the given Locale.
toUpperCase(String) - Method in class java.util.Locale
 
toUpperCaseCharArray(char) - Static method in class java.lang.Character
Converts the char argument to uppercase using case mapping information from the SpecialCasing file in the Unicode specification.
toUpperCaseEx(char) - Static method in class java.lang.Character
Converts the character argument to uppercase using case mapping information from the UnicodeData file.
toURI() - Method in class java.io.File
Suppressed: Constructs a file: URI that represents this abstract pathname.
toURL() - Method in class java.io.File
Enabled: Converts this abstract pathname into a file: URL.
toURL() - Method in class java.net.URI
Enabled: Constructs a URL from this URI.
toViewCoordinates(Dimension) - Method in class javax.swing.JViewport
Enabled: Converts a size in pixel coordinates to view coordinates.
toViewCoordinates(Point) - Method in class javax.swing.JViewport
Enabled: Converts a point in pixel coordinates to view coordinates.
toWeakCell(Object) - Static method in class net.vattp.security.Native
 
trace - Static variable in class org.erights.e.develop.trace.Trace
Enabled:
Trace - class org.erights.e.develop.trace.Trace.
Untamed: This might better be called TraceCache, but the name is retained for backward compatibility.
TRACE - Static variable in class javax.swing.MenuSelectionManager
 
TRACE - Static variable in class javax.swing.JPopupMenu
 
TRACE - Static variable in class javax.swing.JMenuBar
 
TRACE - Static variable in class javax.swing.JMenu
 
TRACE - Static variable in class javax.swing.JMenuItem
 
TRACE - Static variable in class javax.swing.SwingGraphics
 
TRACE - Static variable in interface org.erights.e.develop.trace.TraceConstants
This identifies the TraceMessageAcceptor used for the in-core trace and its associated window.
trace() - Method in class org.erights.e.elib.vat.SendingContext
This should always be called once construction is complete.
Trace(String) - Constructor for class org.erights.e.develop.trace.Trace
Enabled: Initialize a Trace object for the given subsystem.
trace(String, String) - Method in class antlr.LLkParser
 
TraceAdapter - class antlr.debug.TraceAdapter.
Untamed:
TraceAdapter() - Constructor for class antlr.debug.TraceAdapter
Enabled:
TraceBuffer - class org.erights.e.develop.trace.TraceBuffer.
 
TraceBuffer() - Constructor for class org.erights.e.develop.trace.TraceBuffer
 
TraceCaller - class org.erights.e.develop.trace.TraceCaller.
Untamed: This class finds the user method that posted a trace message and provides accessors to useful information.
TraceCaller(Exception) - Constructor for class org.erights.e.develop.trace.TraceCaller
Enabled: Collect an earlier frame's data based on data in the Exception.
TraceCaller(String) - Constructor for class org.erights.e.develop.trace.TraceCaller
Enabled: String dump is a stack dump as retrieved with getStackDump.
TraceConstants - interface org.erights.e.develop.trace.TraceConstants.
 
TraceController - class org.erights.e.develop.trace.TraceController.
Untamed: The single trace controller manages all the trace classes.
TraceController() - Constructor for class org.erights.e.develop.trace.TraceController
Enabled:
TraceDateToString - class org.erights.e.develop.trace.TraceDateToString.
Convert java.util.Dates into suitable Strings for the Trace system.
TraceDateToString() - Constructor for class org.erights.e.develop.trace.TraceDateToString
 
traceDebugMsg(byte[], int, int, String) - Method in class net.vattp.data.RecvThread
 
traceDepth - Variable in class antlr.TreeParser
Used to keep track of indentdepth for traceIn/Out
traceDepth - Variable in class antlr.Parser
Used to keep track of indentdepth for traceIn/Out
traceDepth - Variable in class antlr.CharScanner
Used to keep track of indentdepth for traceIn/Out
traceErrorMsg(byte[], int, int, String) - Method in class net.vattp.data.RecvThread
 
TraceErrorWatcher - interface org.erights.e.develop.trace.TraceErrorWatcher.
Untamed: The interface for any object that wishes to be informed when a program error has been logged.
traceEvent - Variable in class antlr.debug.ParserEventSupport
 
TraceEvent - class antlr.debug.TraceEvent.
Untamed:
TraceEvent(Object) - Constructor for class antlr.debug.TraceEvent
Enabled:
TraceEvent(Object, int, int, int, int) - Constructor for class antlr.debug.TraceEvent
Enabled:
TraceExceptionNoticer - class org.erights.e.develop.trace.TraceExceptionNoticer.
Class for exception handling of trace.
TraceExceptionNoticer() - Constructor for class org.erights.e.develop.trace.TraceExceptionNoticer
 
traceIn(String) - Method in class antlr.Parser
Enabled:
traceIn(String) - Method in class antlr.LLkParser
Enabled:
traceIn(String) - Method in class antlr.CharScanner
Enabled:
traceIn(String, AST) - Method in class antlr.TreeParser
Enabled:
traceIndent() - Method in class antlr.TreeParser
Enabled:
traceIndent() - Method in class antlr.Parser
Enabled:
traceIndent() - Method in class antlr.CharScanner
Enabled:
traceInstructions(boolean) - Method in class java.lang.Runtime
Enabled: Enables/Disables tracing of instructions.
TraceLevelTranslator - class org.erights.e.develop.trace.TraceLevelTranslator.
Translate numerical trace levels into strings and vice versa.
TraceLevelTranslator() - Constructor for class org.erights.e.develop.trace.TraceLevelTranslator
 
TraceListener - interface antlr.debug.TraceListener.
Untamed:
traceListeners - Variable in class antlr.debug.ParserEventSupport
 
TraceLog - class org.erights.e.develop.trace.TraceLog.
This class manages dumping of messages to the semi-permanent on-disk log.
TraceLog() - Constructor for class org.erights.e.develop.trace.TraceLog
Construct the trace log.
TraceLogDescriptor - class org.erights.e.develop.trace.TraceLogDescriptor.
This class describes the file system interface to a log file.
TraceLogDescriptor() - Constructor for class org.erights.e.develop.trace.TraceLogDescriptor
 
TraceMessage - class org.erights.e.develop.trace.TraceMessage.
 
TraceMessage() - Constructor for class org.erights.e.develop.trace.TraceMessage
 
TraceMessageAcceptor - interface org.erights.e.develop.trace.TraceMessageAcceptor.
 
TraceMessageStringifier - class org.erights.e.develop.trace.TraceMessageStringifier.
This class is used to convert a trace message into a string.
TraceMessageStringifier() - Constructor for class org.erights.e.develop.trace.TraceMessageStringifier
 
traceMethodCalls(boolean) - Method in class java.lang.Runtime
Enabled: Enables/Disables tracing of method calls.
traceOn(TextWriter) - Method in class org.erights.e.elang.evm.SendExpr
Enabled:
traceOn(TextWriter) - Method in class org.erights.e.elang.evm.Matcher
Enabled:
traceOn(TextWriter) - Method in class org.erights.e.elang.evm.EMethodNode
Enabled:
traceOn(TextWriter) - Method in class org.erights.e.elang.evm.CallExpr
Enabled:
traceOn(TextWriter) - Method in interface org.erights.e.elib.debug.EStackItem
Enabled: Like printOn, but for contributing a line to an E stack traceback.
traceOn(TextWriter) - Method in class org.erights.e.elib.prim.JavaMemberNode
Enabled:
traceOn(TextWriter) - Method in class org.erights.e.elib.prim.JavaMatcher
Enabled:
traceOut(String) - Method in class antlr.Parser
Enabled:
traceOut(String) - Method in class antlr.LLkParser
Enabled:
traceOut(String) - Method in class antlr.CharScanner
Enabled:
traceOut(String, AST) - Method in class antlr.TreeParser
Enabled:
Tracer - class antlr.debug.Tracer.
Untamed:
Tracer() - Constructor for class antlr.debug.Tracer
Enabled:
traceRemote(String) - Method in class net.captp.jcomm.NonceLocator
Enabled: Enables our counterparty to log a message to our tracing system.
traceRules - Variable in class antlr.Grammar
 
TraceSubsystemMediator - class org.erights.e.develop.trace.TraceSubsystemMediator.
This class mediates between the Trace objects that send messages and the TraceMessageAcceptors that accept them.
TraceSubsystemMediator(String, int[], TraceMessageAcceptor[][]) - Constructor for class org.erights.e.develop.trace.TraceSubsystemMediator
Create a TraceSubsystemMediator.
TraceTxtVersionNamer - class org.erights.e.develop.trace.TraceTxtVersionNamer.
This class and its subclasses know how to construct backup version Files for files that end in ".txt".
TraceTxtVersionNamer(File) - Constructor for class org.erights.e.develop.trace.TraceTxtVersionNamer
 
TraceVersionNamer - class org.erights.e.develop.trace.TraceVersionNamer.
This class and its subclasses know how to construct backup version Files for given Files.
TraceVersionNamer(File) - Constructor for class org.erights.e.develop.trace.TraceVersionNamer
Create a TraceVersionNamer from the given file.
TRACK - Static variable in class java.awt.event.AdjustmentEvent
Enabled: The absolute tracking adjustment type.
TrackBarClass - Static variable in class org.eclipse.swt.widgets.Scale
 
TrackBarProc - Static variable in class org.eclipse.swt.widgets.Scale
 
tracker - Variable in class java.awt.MediaEntry
 
tracker - Static variable in class javax.swing.ImageIcon
 
Tracker - class org.eclipse.swt.widgets.Tracker.
Unsafe: Instances of this class implement rubber banding rectangles that are drawn onto a parent Composite or Display.
Tracker(Composite, int) - Constructor for class org.eclipse.swt.widgets.Tracker
Enabled: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Tracker(Display, int) - Constructor for class org.eclipse.swt.widgets.Tracker
Enabled: Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance.
tracking - Variable in class org.eclipse.swt.graphics.DeviceData
Suppressed:
tracking - Variable in class org.eclipse.swt.graphics.Device
 
tracking - Variable in class org.eclipse.swt.widgets.Tracker
 
trackMouseEnterExit(Component, MouseEvent) - Method in class java.awt.LightweightDispatcher
 
TRADITIONAL_CHINESE - Static variable in class java.util.Locale
Enabled: Useful constant for language.
trafficClass - Variable in class java.net.PlainSocketImpl
 
trafficClass - Variable in class java.net.PlainDatagramSocketImpl
 
TRAILING - Static variable in class java.awt.FlowLayout
Enabled: This value indicates that each row of components should be justified to the trailing edge of the container's orientation, for example, to the right in left-to-right orientations.
TRAILING - Static variable in interface javax.swing.SwingConstants
Enabled: Identifies the trailing edge of text for use with left-to-right and right-to-left languages.
trailingZeroCnt(int) - Static method in class java.math.BigInteger
 
trailingZeroCnt(long) - Static method in class java.util.BitSet
 
trailingZeroTable - Static variable in class java.math.BigInteger
 
trailingZeroTable - Static variable in class java.util.BitSet
 
transfer - Variable in class javax.swing.JComponent
 
Transfer - class org.eclipse.swt.dnd.Transfer.
Untamed: Transfer provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.
Transfer() - Constructor for class org.eclipse.swt.dnd.Transfer
Enabled:
transfer(HashMap.Entry[]) - Method in class java.util.HashMap
Transfer all entries from current table to newTable.
transfer(HashMap.Entry[]) - Method in class java.util.LinkedHashMap
Transfer all entries to new table array.
transfer(Purse, Purse) - Method in interface net.ertp.Assay
Enabled: If src and dest are both of this Issuer and src contains adequate erights to fund the transfer, transfer the erights described by this Assay into dest.
transfer(WeakHashMap.Entry[], WeakHashMap.Entry[]) - Method in class java.util.WeakHashMap
Transfer all entries from src to dest tables
transferable - Variable in class java.awt.dnd.DropTargetContext
 
transferable - Variable in class java.awt.dnd.TransferableProxy
The encapsulated Transferable object.
transferable - Variable in class java.awt.dnd.DragSourceContext
 
Transferable - interface java.awt.datatransfer.Transferable.
Safe: Defines the interface for classes that can be used to provide data for a transfer operation.
java.awt.dnd.DropTargetContext.TransferableProxy - class java.awt.dnd.TransferableProxy.
TransferableProxy is a helper inner class that implements Transferable interface and serves as a proxy for another Transferable object which represents data transfer for a particular drag-n-drop operation.
TransferableProxy(Transferable, boolean) - Constructor for class java.awt.dnd.TransferableProxy
Constructs a TransferableProxy given a specified Transferable object representing data transfer for a particular drag-n-drop operation and a boolean which indicates whether the drag-n-drop operation is local (within the same JVM).
transferablesFlavorsChanged() - Method in class java.awt.dnd.DragSourceContext
Enabled: Notifies the peer that the Transferable's DataFlavors have changed.
javax.swing.TransferHandler.TransferAction - class javax.swing.TransferAction.
 
TransferAction(String) - Constructor for class javax.swing.TransferAction
 
transferActive(Shell[], Shell) - Static method in class org.eclipse.swt.widgets.Control
Added: If any of the sources were the active shell, then make dest the active shell.
transferActive(Shell[], Shell) - Static method in class org.erights.e.meta.org.eclipse.swt.widgets.ControlMakerSugar
Enabled: If any of the sources were the active shell, then make dest the active shell.
transferAgents - Variable in class org.eclipse.swt.dnd.DropTarget
 
transferAgents - Variable in class org.eclipse.swt.dnd.DragSource
 
transferAgents - Variable in class org.eclipse.swt.dnd.Clipboard
 
TransferData - class org.eclipse.swt.dnd.TransferData.
Untamed: The TransferData class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent.
TransferData() - Constructor for class org.eclipse.swt.dnd.TransferData
Enabled:
transferFocus() - Method in class java.awt.Component
Suppressed: Transfers the focus to the next component, as though this Component were the focus owner.
transferFocus(Component[], Component) - Static method in class java.awt.Component
Added: If any of 'sources' currently has or contains the focus, then requests that 'dest' gets the focus.
transferFocus(Component[], Component) - Static method in class org.erights.e.meta.java.awt.ComponentMakerSugar
Enabled: If any of 'sources' currently has or contains the focus, then requests that 'dest' gets the focus.
transferFocus(Control[], Control) - Static method in class org.eclipse.swt.widgets.Control
Added: If any of 'sources' currently has or contains the focus, then requests that 'dest' gets the focus.
transferFocus(Control[], Control) - Static method in class org.erights.e.meta.org.eclipse.swt.widgets.ControlMakerSugar
Enabled: If any of 'sources' currently has or contains the focus, then requests that 'dest' gets the focus.
transferFocusBackward() - Method in class java.awt.Container
Suppressed:
transferFocusBackward() - Method in class java.awt.Component
Suppressed: Transfers the focus to the previous component, as though this Component were the focus owner.
transferFocusDownCycle() - Method in class java.awt.Container
Suppressed: Transfers the focus down one focus traversal cycle.
transferFocusUpCycle() - Method in class java.awt.Component
Suppressed: Transfers the focus up one focus traversal cycle.
TransferHandler - class javax.swing.TransferHandler.
Unsafe: This class is used to handle the transfer of a Transferable to and from Swing components.
TransferHandler() - Constructor for class javax.swing.TransferHandler
Convenience constructor for subclasses.
TransferHandler(String) - Constructor for class javax.swing.TransferHandler
Suppressed: Constructs a transfer handler that can transfer a Java Bean property from one component to another via the clipboard or a drag and drop operation.
transform - Variable in class antlr.TreeWalkerGrammar
 
transform - Variable in class java.awt.PolygonPathIterator
 
transform(AffineTransform) - Method in class java.awt.Graphics2D
Enabled: Composes an AffineTransform object with the Transform in this Graphics2D according to the rule last-specified-first-applied.
transform(byte[]) - Method in class net.vattp.data.MsgTransformer
Transform the data.
transform(byte[], int, int) - Method in class net.vattp.data.MsgTransformer
Transform the data.
transform(byte[], int, int) - Method in class net.vattp.data.Encrypt3DES
 
transform(byte[], int, int) - Method in class net.vattp.data.Decrypt3DES
 
transform(EExpr, Scope) - Static method in class org.erights.e.elang.evm.EExpr
Enabled: Transforms from Expanded-E or Kernel-E to the internal Transformed-E.
TRANSIENT - Static variable in class javax.accessibility.AccessibleState
Enabled: Indicates this object is transient.
TRANSIENT - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
transInfo - Variable in class antlr.actions.cpp.ActionLexer
 
transInfo - Variable in class antlr.actions.java.ActionLexer
 
transInfo - Variable in class antlr.actions.sather.ActionLexer
 
translate(double, double) - Method in class java.awt.Graphics2D
Enabled: Concatenates the current Graphics2D Transform with a translation transform.
translate(int, int) - Method in class java.awt.Polygon
Enabled: Translates the vertices of the Polygon by deltaX along the x axis and by deltaY along the y axis.
translate(int, int) - Method in class java.awt.Event
Suppressed: NOTE: The Event class is obsolete and is available only for backwards compatilibility.
translate(int, int) - Method in class java.awt.Graphics2D
Enabled: Translates the origin of the Graphics2D context to the point (xy) in the current coordinate system.
translate(int, int) - Method in class java.awt.Graphics
Enabled: Translates the origin of the graphics context to the point (xy) in the current coordinate system.
translate(int, int) - Method in class java.awt.Rectangle
Enabled: Translates this Rectangle the indicated distance, to the right along the x coordinate axis, and downward along the y coordinate axis.
translate(int, int) - Method in class java.awt.Point
Enabled: Translates this point, at location (xy), by dx along the x axis and dy along the y axis so that it now represents the point (x + dx, y + dy).
translate(int, int) - Method in class javax.swing.SwingGraphics
 
translate(int, int) - Method in class javax.swing.DebugGraphics
Suppressed: Overrides Graphics.translate.
translate(int, int) - Method in class javax.swing.RunnableCanvasGraphics
 
translate(RootDoc) - Method in class com.combex.e.edoc.EDoclet
Enabled:
translateAccelerator(MSG) - Method in class org.eclipse.swt.widgets.Decorations
 
translateAccelerator(MSG) - Method in class org.eclipse.swt.widgets.Control
 
translateAccelerator(MSG) - Method in class org.eclipse.swt.widgets.Combo
 
translateAccelerator(MSG, Control) - Method in class org.eclipse.swt.widgets.Display
 
translateKey(int) - Static method in class org.eclipse.swt.widgets.Display
 
translateKey(Key) - Method in class java.security.KeyFactory
Enabled: Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
translateMnemonic(char) - Method in class org.eclipse.swt.widgets.Control
 
translateMnemonic(char) - Method in class org.eclipse.swt.widgets.Composite
 
translateMnemonic(MSG) - Method in class org.eclipse.swt.widgets.Control
 
translateMnemonic(MSG, Control) - Method in class org.eclipse.swt.widgets.Display
 
translatePoint(int, int) - Method in class java.awt.event.MouseEvent
Enabled: Translates the event's coordinates to a new position by adding specified x (horizontal) and y (vertical) offsets.
translateToPopupMenu(int, int) - Method in class javax.swing.JMenu
 
translateToPopupMenu(Point) - Method in class javax.swing.JMenu
 
translateTraversal(MSG) - Method in class org.eclipse.swt.widgets.Control
 
translateTraversal(MSG) - Method in class org.eclipse.swt.widgets.Combo
 
translateTraversal(MSG, Control) - Method in class org.eclipse.swt.widgets.Display
 
translateX - Variable in class javax.swing.SwingGraphics
 
translateY - Variable in class javax.swing.SwingGraphics
 
TRANSLUCENT - Static variable in interface java.awt.Transparency
Enabled: Represents image data that contains or might contain arbitrary alpha values between and including 0.0 and 1.0.
Transparency - interface java.awt.Transparency.
Unsafe: The Transparency interface defines the common transparency modes for implementing classes.
TRANSPARENCY_ALPHA - Static variable in class org.eclipse.swt.SWT
Enabled: Image transparency constant indicating that the image contains alpha transparency information (value is 1<<0).
TRANSPARENCY_MASK - Static variable in class org.eclipse.swt.SWT
Enabled: Image transparency constant indicating that the image contains a transparency mask (value is 1<<1).
TRANSPARENCY_NONE - Static variable in class org.eclipse.swt.SWT
Enabled: Image transparency constant indicating that the image contains no transparency information (value is 0).
TRANSPARENCY_PIXEL - Static variable in class org.eclipse.swt.SWT
Enabled: Image transparency constant indicating that the image contains a transparent pixel (value is 1<<2).
transparentPixel - Variable in class org.eclipse.swt.graphics.ImageData
Suppressed: The transparent pixel.
transparentPixel - Variable in class org.eclipse.swt.graphics.Image
specifies the transparent pixel (Warning: This field is platform dependent)
TRAVERSAL_KEY_LENGTH - Static variable in class java.awt.KeyboardFocusManager
 
TraversalKey - class org.erights.e.elib.tables.TraversalKey.
Safe: Wraps a possibly unsettled base reference, in order to be able to use it as key in an EMap for purposes of traversal.
TraversalKey(Object) - Constructor for class org.erights.e.elib.tables.TraversalKey
Enabled:
traversalTable - Variable in class java.util.IdentityHashMapIterator
 
Traverse - Static variable in class org.eclipse.swt.SWT
Enabled: The traverse event type (value is 31).
TRAVERSE_ARROW_NEXT - Static variable in class org.eclipse.swt.SWT
Enabled: Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the RIGHT-ARROW or DOWN-ARROW keys (value is 1<<6).
TRAVERSE_ARROW_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Enabled: Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the LEFT-ARROW or UP-ARROW keys (value is 1<<5).
TRAVERSE_ESCAPE - Static variable in class org.eclipse.swt.SWT
Enabled: Traversal event detail field value indicating that the key which designates that a dialog should be cancelled was pressed; typically, this is the ESC key (value is 1<<1).
TRAVERSE_MNEMONIC - Static variable in class org.eclipse.swt.SWT
Enabled: Traversal event detail field value indicating that a mnemonic key sequence was pressed (value is 1<<7).
TRAVERSE_NONE - Static variable in class org.eclipse.swt.SWT
Enabled: Traversal event detail field value indicating that no traversal action should be taken (value is 0).
TRAVERSE_PAGE_NEXT - Static variable in class org.eclipse.swt.SWT
Enabled: Traversal event detail field value indicating that the key which designates that the next page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEDOWN key sequence (value is 1<<9).
TRAVERSE_PAGE_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Enabled: Traversal event detail field value indicating that the key which designates that the previous page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEUP key sequence (value is 1<<8).
TRAVERSE_RETURN - Static variable in class org.eclipse.swt.SWT
Enabled: Traversal event detail field value indicating that the key which activates the default button in a dialog was pressed; typically, this is the ENTER key (value is 1<<2).
TRAVERSE_TAB_NEXT - Static variable in class org.eclipse.swt.SWT
Enabled: Traversal event detail field value indicating that the key which designates that focus should be given to the next tab group was pressed; typically, this is the TAB key (value is 1<<4).
TRAVERSE_TAB_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Enabled: Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab group was pressed; typically, this is the SHIFT-TAB key sequence (value is 1<<3).
traverse(Event) - Method in class org.eclipse.swt.custom.TableCursor
 
traverse(Event) - Method in class org.eclipse.swt.widgets.Control
 
traverse(int) - Method in class org.eclipse.swt.widgets.Control
Suppressed: Based on the argument, perform one of the expected platform traversal action.
traverseEscape() - Method in class org.eclipse.swt.widgets.Shell
 
traverseEscape() - Method in class org.eclipse.swt.widgets.Control
 
traverseEscape() - Method in class org.eclipse.swt.widgets.Combo
 
TraverseEvent - class org.eclipse.swt.events.TraverseEvent.
Unsafe:
TraverseEvent(Event) - Constructor for class org.eclipse.swt.events.TraverseEvent
Suppressed: Constructs a new instance of this class based on the information in the given untyped event.
traverseGroup(boolean) - Method in class org.eclipse.swt.widgets.Control
 
traverseItem(boolean) - Method in class org.eclipse.swt.widgets.Decorations
 
traverseItem(boolean) - Method in class org.eclipse.swt.widgets.Control
 
TraverseListener - interface org.eclipse.swt.events.TraverseListener.
Unsafe: Classes which implement this interface provide a method that deals with the events that are generated when a traverse event occurs in a control.
traverseMnemonic(char) - Method in class org.eclipse.swt.widgets.Control
 
traversePage(boolean) - Method in class org.eclipse.swt.widgets.TabFolder
 
traversePage(boolean) - Method in class org.eclipse.swt.widgets.Control
 
traverseReturn() - Method in class org.eclipse.swt.widgets.Decorations
 
traverseReturn() - Method in class org.eclipse.swt.widgets.Control
 
tree - Variable in class antlr.debug.misc.JTreeASTPanel
 
tree - Variable in class javax.swing.AccessibleJTreeNode
 
tree - Variable in class org.eclipse.swt.custom.TreeEditor
 
tree - Variable in class org.eclipse.swt.dnd.TreeDragUnderEffect
 
Tree - class org.eclipse.swt.widgets.Tree.
Safe:
TREE - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
TREE - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
TREE - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
TREE - Static variable in class javax.accessibility.AccessibleRole
Enabled: An object used to present hierarchical information to the user.
TREE_BEGIN - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
TREE_ELEMENT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
TREE_ELEMENT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
TREE_ELEMENT - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
TREE_MODEL_PROPERTY - Static variable in class javax.swing.JTree
Suppressed: Bound property name for treeModel.
tree() - Method in class antlr.ANTLRParser
Enabled:
Tree(Composite, int) - Constructor for class org.eclipse.swt.widgets.Tree
Enabled: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TreeAdapter - class org.eclipse.swt.events.TreeAdapter.
Unsafe: This adapter class provides default implementations for the methods described by the TreeListener interface.
TreeAdapter() - Constructor for class org.eclipse.swt.events.TreeAdapter
Suppressed:
TreeBlockContext - class antlr.TreeBlockContext.
The context needed to add root,child elements to a Tree.
TreeBlockContext() - Constructor for class antlr.TreeBlockContext
 
TreeClass - Static variable in class org.eclipse.swt.widgets.Tree
 
treeCollapsed(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Suppressed: Sent when a tree branch is collapsed.
treeCollapsed(TreeEvent) - Method in class org.eclipse.swt.events.TreeAdapter
Suppressed: Sent when a tree branch is collapsed.
treeCollapsed(TreeExpansionEvent) - Method in class javax.swing.AccessibleJTree
Tree Collapsed notification.
treeCollapsed(TreeExpansionEvent) - Method in interface javax.swing.event.TreeExpansionListener
Enabled: Called whenever an item in the tree has been collapsed.
treeDidChange() - Method in class javax.swing.JTree
Enabled: Sent when the tree has changed enough that we need to resize the bounds, but not enough that we need to remove the expanded node set (e.g nodes were expanded or collapsed, or nodes were inserted into the tree).
TreeDragUnderEffect - class org.eclipse.swt.dnd.TreeDragUnderEffect.
 
TreeDragUnderEffect(Tree) - Constructor for class org.eclipse.swt.dnd.TreeDragUnderEffect
 
TreeEditor - class org.eclipse.swt.custom.TreeEditor.
Safe: A TreeEditor is a manager for a Control that appears above a cell in a Tree and tracks with the moving and resizing of that cell.
TreeEditor(Tree) - Constructor for class org.eclipse.swt.custom.TreeEditor
Enabled: Creates a TreeEditor for the specified Tree.
TreeElement - class antlr.TreeElement.
 
TreeElement(Grammar, int) - Constructor for class antlr.TreeElement
 
TreeEvent - class org.eclipse.swt.events.TreeEvent.
Unsafe:
TreeEvent(Event) - Constructor for class org.eclipse.swt.events.TreeEvent
Suppressed: Constructs a new instance of this class based on the information in the given untyped event.
treeExpanded(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Suppressed: Sent when a tree branch is expanded.
treeExpanded(TreeEvent) - Method in class org.eclipse.swt.events.TreeAdapter
Suppressed: Sent when a tree branch is expanded.
treeExpanded(TreeExpansionEvent) - Method in class javax.swing.AccessibleJTree
Tree Model Expansion notification.
treeExpanded(TreeExpansionEvent) - Method in interface javax.swing.event.TreeExpansionListener
Enabled: Called whenever an item in the tree has been expanded.
TreeExpansionEvent - class javax.swing.event.TreeExpansionEvent.
Safe:
TreeExpansionEvent(Object, TreePath) - Constructor for class javax.swing.event.TreeExpansionEvent
Suppressed: Constructs a TreeExpansionEvent object.
TreeExpansionListener - interface javax.swing.event.TreeExpansionListener.
Unsafe: The listener that's notified when a tree expands or collapses a node.
TreeItem - class org.eclipse.swt.widgets.TreeItem.
Safe: Instances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget.
TreeItem(Tree, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem) and a style value describing its behavior and appearance.
TreeItem(Tree, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TreeItem(TreeItem, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem) and a style value describing its behavior and appearance.
TreeItem(TreeItem, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Enabled: Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
treeListener - Variable in class org.eclipse.swt.custom.TreeEditor
 
treeListener - Variable in class org.eclipse.swt.custom.TableTreeEditor
 
TreeListener - interface org.eclipse.swt.events.TreeListener.
Unsafe: Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
TreeMap - class java.util.TreeMap.
Untamed:
TreeMap() - Constructor for class java.util.TreeMap
Enabled: Constructs a new, empty map, sorted according to the keys' natural order.
TreeMap(Comparator) - Constructor for class java.util.TreeMap
Enabled: Constructs a new, empty map, sorted according to the given comparator.
TreeMap(Map) - Constructor for class java.util.TreeMap
Enabled: Constructs a new map containing the same mappings as the given map, sorted according to the keys' natural order.
TreeMap(SortedMap) - Constructor for class java.util.TreeMap
Enabled: Constructs a new map containing the same mappings as the given SortedMap, sorted according to the same ordering.
treeModel - Variable in class javax.swing.JTree
The model that defines the tree displayed by this object.
treeModel - Variable in class javax.swing.AccessibleJTreeNode
 
TreeModelEvent - class javax.swing.event.TreeModelEvent.
Safe: Encapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.
TreeModelEvent(Object, Object[]) - Constructor for class javax.swing.event.TreeModelEvent
Suppressed: Used to create an event when the node structure has changed in some way, identifying the path to the root of a modified subtree as an array of Objects.
TreeModelEvent(Object, Object[], int[], Object[]) - Constructor for class javax.swing.event.TreeModelEvent
Suppressed: Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as an array of Objects.
TreeModelEvent(Object, TreePath) - Constructor for class javax.swing.event.TreeModelEvent
Suppressed: Used to create an event when the node structure has changed in some way, identifying the path to the root of the modified subtree as a TreePath object.
TreeModelEvent(Object, TreePath, int[], Object[]) - Constructor for class javax.swing.event.TreeModelEvent
Suppressed: Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as a TreePath object.
javax.swing.JTree.TreeModelHandler - class javax.swing.TreeModelHandler.
Listens to the model and updates the expandedState accordingly when nodes are removed, or changed.
TreeModelHandler() - Constructor for class javax.swing.TreeModelHandler
 
treeModelListener - Variable in class javax.swing.JTree
Updates the expandedState.
TreeModelListener - interface javax.swing.event.TreeModelListener.
Unsafe:
treeNodesChanged(TreeModelEvent) - Method in class javax.swing.TreeModelHandler
 
treeNodesChanged(TreeModelEvent) - Method in class javax.swing.AccessibleJTree
Tree Model Node change notification.
treeNodesChanged(TreeModelEvent) - Method in interface javax.swing.event.TreeModelListener
Enabled:
treeNodesInserted(TreeModelEvent) - Method in class javax.swing.TreeModelHandler
 
treeNodesInserted(TreeModelEvent) - Method in class javax.swing.AccessibleJTree
Tree Model Node change notification.
treeNodesInserted(TreeModelEvent) - Method in interface javax.swing.event.TreeModelListener
Enabled:
treeNodesRemoved(TreeModelEvent) - Method in class javax.swing.TreeModelHandler
 
treeNodesRemoved(TreeModelEvent) - Method in class javax.swing.AccessibleJTree
Tree Model Node change notification.
treeNodesRemoved(TreeModelEvent) - Method in interface javax.swing.event.TreeModelListener
Enabled:
TreeParser - class antlr.TreeParser.
Untamed:
TreeParser() - Constructor for class antlr.TreeParser
Enabled:
treeParserOptionsSpec() - Method in class antlr.ANTLRParser
Enabled:
TreeParserRoot - Static variable in class antlr.preprocessor.Hierarchy
 
TreeParserSharedInputState - class antlr.TreeParserSharedInputState.
Untamed: This object contains the data associated with an input AST.
TreeParserSharedInputState() - Constructor for class antlr.TreeParserSharedInputState
Enabled:
treeParserSpec(String) - Method in class antlr.ANTLRParser
Enabled:
TreeProc - Static variable in class org.eclipse.swt.widgets.Tree
 
TreeSelectionEvent - class javax.swing.event.TreeSelectionEvent.
Safe:
TreeSelectionEvent(Object, TreePath[], boolean[], TreePath, TreePath) - Constructor for class javax.swing.event.TreeSelectionEvent
Suppressed: Represents a change in the selection of a TreeSelectionModel.
TreeSelectionEvent(Object, TreePath, boolean, TreePath, TreePath) - Constructor for class javax.swing.event.TreeSelectionEvent
Suppressed: Represents a change in the selection of a TreeSelectionModel.
TreeSelectionListener - interface javax.swing.event.TreeSelectionListener.
Unsafe: The listener that's notified when the selection in a TreeSelectionModel changes.
javax.swing.JTree.TreeSelectionRedirector - class javax.swing.TreeSelectionRedirector.
 
TreeSelectionRedirector() - Constructor for class javax.swing.TreeSelectionRedirector
 
TreeSet - class java.util.TreeSet.
Untamed: This class implements the Set interface, backed by a TreeMap instance.
TreeSet() - Constructor for class java.util.TreeSet
Enabled: Constructs a new, empty set, sorted according to the elements' natural order.
TreeSet(Collection) - Constructor for class java.util.TreeSet
Enabled: Constructs a new set containing the elements in the specified collection, sorted according to the elements' natural order.
TreeSet(Comparator) - Constructor for class java.util.TreeSet
Enabled: Constructs a new, empty set, sorted according to the specified comparator.
TreeSet(SortedMap) - Constructor for class java.util.TreeSet
Constructs a set backed by the specified sorted map.
TreeSet(SortedSet) - Constructor for class java.util.TreeSet
Enabled: Constructs a new set containing the same elements as the specified sorted set, sorted according to the same ordering.
treeSpecifier - Variable in class antlr.Alternative
 
TreeSpecifierNode - class antlr.TreeSpecifierNode.
 
TreeSpecifierNode(Token) - Constructor for class antlr.TreeSpecifierNode
 
treeStructureChanged(TreeModelEvent) - Method in class javax.swing.TreeModelHandler
 
treeStructureChanged(TreeModelEvent) - Method in class javax.swing.AccessibleJTree
Tree Model structure change change notification.
treeStructureChanged(TreeModelEvent) - Method in interface javax.swing.event.TreeModelListener
Enabled:
treeVariableMap - Variable in class antlr.SatherCodeGenerator
 
treeVariableMap - Variable in class antlr.JavaCodeGenerator
Mapping between the ids used in the current alt, and the names of variables used to represent their AST values.
treeVariableMap - Variable in class antlr.CppCodeGenerator
 
TreeWalkerGrammar - class antlr.TreeWalkerGrammar.
 
TreeWalkerGrammar(String, Tool, String) - Constructor for class antlr.TreeWalkerGrammar
 
treeWillCollapse(TreeExpansionEvent) - Method in interface javax.swing.event.TreeWillExpandListener
Enabled: Invoked whenever a node in the tree is about to be collapsed.
treeWillExpand(TreeExpansionEvent) - Method in interface javax.swing.event.TreeWillExpandListener
Enabled: Invoked whenever a node in the tree is about to be expanded.
TreeWillExpandListener - interface javax.swing.event.TreeWillExpandListener.
Unsafe: The listener that's notified when a tree expands or collapses a node.
trigger - Variable in class java.awt.dnd.DragSourceContext
The event which triggered the start of the drag.
trim() - Method in class java.lang.String
Enabled: Returns a copy of the string, with leading and trailing whitespace omitted.
trim() - Method in class org.erights.e.elib.tables.Twine
Enabled:
trim(byte[], int) - Static method in class java.lang.StringCoding
 
trim(char[], int) - Static method in class java.lang.StringCoding
 
TrimEnabled - Static variable in class org.eclipse.swt.widgets.Display
 
trimToSize() - Method in class java.util.ArrayList
Enabled: Trims the capacity of this ArrayList instance to be the list's current size.
trimToSize() - Method in class java.util.Vector
Enabled: Trims the capacity of this vector to be the vector's current size.
trimToSize() - Method in class javax.swing.DefaultListModel
Enabled: Trims the capacity of this list to be the list's current size.
TRIPLE_DES_KEY_LENGTH - Static variable in class net.vattp.data.TripleDESKeyConstructor
 
TripleDESKeyConstructor - class net.vattp.data.TripleDESKeyConstructor.
Utility method for constructing a 3DES key from a Diffie-Hellman secret.
TripleDESKeyConstructor() - Constructor for class net.vattp.data.TripleDESKeyConstructor
 
trouble - Variable in class java.io.PrintWriter
 
trouble - Variable in class java.io.PrintStream
 
TRUE - Static variable in class java.lang.Boolean
Enabled: The Boolean object corresponding to the primitive value true.
TRUE - Static variable in class org.erights.e.elang.syntax.ENodeBuilder
 
TRUETYPE_FONT - Static variable in class java.awt.Font
Enabled: Create a Font of type TRUETYPE.
TRUNCATABLE - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
truncate() - Method in class java.lang.Double
Added:
truncate() - Method in class java.math.BigInteger
Added: Defined both here and in DoubleSugar, so you can use this to get truncate'd integer no matter what kind of number you start with.
truncate(BigInteger) - Static method in class org.erights.e.meta.java.math.BigIntegerSugar
Enabled: Defined both here and in DoubleSugar, so you can use this to get truncate'd integer no matter what kind of number you start with.
truncate(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled:
truncDivide(BigInteger) - Method in class java.math.BigInteger
Added: Always gives an integer resulting from rounding towards zero, ie, truncating.
truncDivide(BigInteger, BigInteger) - Static method in class org.erights.e.meta.java.math.BigIntegerSugar
Enabled: Always gives an integer resulting from rounding towards zero, ie, truncating.
truncDivide(double) - Method in class java.lang.Double
Added: Always gives an integer resulting from rounding towards zero, ie, truncating.
truncDivide(double, double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled: Always gives an integer resulting from rounding towards zero, ie, truncating.
trustedStripLeadingZeroInts(int[]) - Static method in class java.math.BigInteger
Returns the input array stripped of any leading zero bytes.
trustProxy - Static variable in class java.net.SocketPermission
 
TRY - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
tryNext(String) - Method in class net.vattp.data.DataPath
Stop TCP to this address and try the next on on the list.
tryNextAddress() - Method in class net.vattp.data.VatTPConnection
Start an attempt to connect to the next (first) address in the list of addresses to try.
trySpecialCoercion(Object, String, Object[], Throwable) - Static method in class org.erights.e.elib.prim.JavaMemberNode
This is called only when 'self aVerb(args)' has failed due to a coercion-to-Java failure, in which case we try a special case outside our normal coercion theory.
tryToLoadClass(String, ClassLoader) - Static method in class java.awt.datatransfer.DataFlavor
Tries to load a class from: the bootstrap loader, the system loader, the context loader (if one is present) and finally the loader specified.
tryx(Object, Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
tryx(Object, Object, Object) - Method in class org.erights.e.elang.syntax.BaseENodeBuilder
Enabled:
tryx(Object, Object, Object) - Method in interface org.erights.e.elang.syntax.BaseEBuilder
Enabled: XXX Here at the base, we should break this up into separate methods for building a CatchExpr and a FinallyExpr.
TSPECIALS - Static variable in class java.awt.datatransfer.MimeType
A string that holds all the special chars.
TSPECIALS - Static variable in class java.awt.datatransfer.MimeTypeParameterList
A string that holds all the special chars.
TT_EOF - Static variable in class java.io.StreamTokenizer
Enabled: A constant indicating that the end of the stream has been read.
TT_EOL - Static variable in class java.io.StreamTokenizer
Enabled: A constant indicating that the end of the line has been read.
TT_NOTHING - Static variable in class java.io.StreamTokenizer
 
TT_NUMBER - Static variable in class java.io.StreamTokenizer
Enabled: A constant indicating that a number token has been read.
TT_WORD - Static variable in class java.io.StreamTokenizer
Enabled: A constant indicating that a word token has been read.
ttb - Static variable in class java.util.Date
 
ttl - Variable in class java.net.PlainDatagramSocketImpl
 
TTL_EXPIRED - Static variable in interface java.net.SocksConsts
 
ttlLock - Variable in class java.net.MulticastSocket
The lock on the socket's TTL.
ttype - Variable in class antlr.TokenSymbol
 
ttype - Variable in class antlr.CommonAST
 
ttype - Variable in class java.io.StreamTokenizer
Enabled: After a call to the nextToken method, this field contains the type of the token just read.
TUESDAY - Static variable in class java.util.Calendar
Enabled: Value of the DAY_OF_WEEK field indicating Tuesday.
tunnel - Static variable in class org.erights.e.develop.trace.Trace
Enabled:
TUNNEL_MSG - Static variable in class net.vattp.data.Msg
Enabled: RMI Comm message to a stream at the other end
tuple(Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled: [x, y, z] expands to __makeList(x, y, z)
tuple(Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled: [x, y, z] expands to __makeList(x, y, z)
tuple(Object) - Method in class org.quasiliteral.astro.BaseBuilder
Enabled:
tuple(Object) - Method in interface org.quasiliteral.astro.AstroBuilder
Enabled: For supporting the square bracket shorthand for terms that represent tuples.
tuple(Object) - Method in class org.quasiliteral.quasiterm.QuasiMetaBuilder
Enabled:
tuple(Object) - Method in class org.quasiliteral.term.QuasiBuilderAdaptor
Enabled:
TupleGuard - class org.erights.e.elib.slot.TupleGuard.
Safe:
TupleGuard(ValueGuard[]) - Constructor for class org.erights.e.elib.slot.TupleGuard
Enabled:
Twine - class org.erights.e.elib.tables.Twine.
Untamed:
Twine() - Constructor for class org.erights.e.elib.tables.Twine
Package scoped to deter the creation of any other immediate subclasses besides AtomicTwine and CompositeTwine.
TwineException - exception org.erights.e.elib.util.TwineException.
Safe: If an E program throws a non-Exception object, a TwineException or RuntimeException is actually thrown using E.toTwine(problem) to convert the object into the exception's message.
TwineException(String, Twine) - Constructor for class org.erights.e.elib.util.TwineException
 
TwineFeeder - class org.quasiliteral.syntax.TwineFeeder.
Untamed: For feeding in one line of Twine at a time taken from a dynamically provided Twine source.
TwineFeeder(Twine) - Constructor for class org.quasiliteral.syntax.TwineFeeder
Enabled:
TWO - Static variable in class java.math.BigInteger
The BigInteger constant two.
TWO_SIDED_LONG_EDGE - Static variable in class java.awt.SidesType
The SidesType instance to use for specifying that consecutive job pages should be printed upon front and back sides of consecutive media sheets, such that the orientation of each pair of pages on the medium would be correct for the reader as if for binding on the long edge.
TWO_SIDED_SHORT_EDGE - Static variable in class java.awt.SidesType
The SidesType instance to use for specifying that consecutive job pages should be printed upon front and back sides of consecutive media sheets, such that the orientation of each pair of pages on the medium would be correct for the reader as if for binding on the short edge.
tx - Variable in class java.awt.TexturePaint
 
txdata - Variable in class java.awt.Key
 
ty - Variable in class java.awt.TexturePaint
 
type - Variable in class antlr.Token
 
type - Variable in class antlr.debug.Event
 
type - Variable in class antlr.preprocessor.Grammar
 
type - Variable in class java.awt.Cursor
The chosen cursor type initially set to the DEFAULT_CURSOR.
type - Variable in class java.io.ObjectStreamField
field type (Object.class if unknown non-primitive type)
type - Variable in class java.security.UnresolvedPermission
The class name of the Permission class that will be created when this unresolved permission is resolved.
type - Variable in class java.security.KeyStore
 
type - Variable in class java.util.Enumerator
 
type - Variable in class javax.swing.AccessibleJTableModelChange
 
type - Variable in class javax.swing.event.TableModelEvent
 
type - Variable in class javax.swing.event.ListDataEvent
 
type - Variable in class javax.swing.event.HyperlinkEvent
 
type - Variable in class javax.swing.text.ElementSpec
 
type - Variable in class javax.swing.text.DefaultDocumentEvent
 
type - Variable in class javax.swing.text.html.parser.AttributeList
Enabled:
type - Variable in class javax.swing.text.html.parser.ContentModel
Enabled: Type.
type - Variable in class javax.swing.text.html.parser.Entity
Enabled:
type - Variable in class javax.swing.text.html.parser.Element
Enabled:
type - Variable in class net.vattp.data.DataCommThunk
 
type - Variable in class org.eclipse.swt.dnd.TransferData
Enabled: The type is a unique identifier of a system format or user defined format.
type - Variable in class org.eclipse.swt.graphics.ImageData
Suppressed: The type of file from which the image was read.
type - Variable in class org.eclipse.swt.graphics.Image
Enabled: specifies whether the receiver is a bitmap or an icon (one of SWT.BITMAP, SWT.ICON)
type - Variable in class org.eclipse.swt.layout.RowLayout
Enabled: type specifies whether the layout places controls in rows or columns.
type - Variable in class org.eclipse.swt.layout.FillLayout
Enabled: type specifies how controls will be positioned within the layout.
type - Variable in class org.eclipse.swt.widgets.Event
Suppressed: the type of event, as defined by the event type constants in class SWT
TYPE - Variable in class com.combex.e.edoc.ParameterParseMachine
 
TYPE - Static variable in class java.lang.Void
Enabled: The Class object representing the primitive Java type void.
TYPE - Static variable in class java.lang.Long
Enabled: The Class instance representing the primitive type long.
TYPE - Static variable in class java.lang.Integer
Enabled: The Class instance representing the primitive type int.
TYPE - Static variable in class java.lang.Short
Enabled: The Class instance representing the primitive type short.
TYPE - Static variable in class java.lang.Byte
Enabled: The Class instance representing the primitive type byte.
TYPE - Static variable in class java.lang.Double
Enabled: The Class instance representing the primitive type double.
TYPE - Static variable in class java.lang.Float
Enabled: The Class instance representing the primitive type float.
TYPE - Static variable in class java.lang.Character
Enabled: The Class instance representing the primitive type char.
TYPE - Static variable in class java.lang.Boolean
Enabled: The Class object representing the primitive type boolean.
TYPE_GENERIC_16_LSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_GENERIC_16_MSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_GENERIC_24 - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_GENERIC_32_LSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_GENERIC_32_MSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_GENERIC_8 - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_IMAGE_BUFFER - Static variable in class java.awt.GraphicsDevice
Enabled: Device is an image buffer.
TYPE_INDEX_1_LSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_INDEX_1_MSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_INDEX_2 - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_INDEX_4 - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_INDEX_8 - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_PRINTER - Static variable in class java.awt.GraphicsDevice
Enabled: Device is a printer.
TYPE_RASTER_SCREEN - Static variable in class java.awt.GraphicsDevice
Enabled: Device is a raster screen.
type() - Method in class com.combex.e.edoc.EParameter
Enabled: Get the type of this parameter.
type() - Method in class com.combex.e.edoc.EFieldDoc
Get type of this field.
type2name(int) - Static method in class javax.swing.text.html.parser.AttributeList
Enabled:
typeAheadAssertions(Component, AWTEvent) - Method in class java.awt.DefaultKeyboardFocusManager
 
java.awt.DefaultKeyboardFocusManager.TypeAheadMarker - class java.awt.TypeAheadMarker.
 
TypeAheadMarker(long, Component) - Constructor for class java.awt.TypeAheadMarker
 
typeAheadMarkers - Variable in class java.awt.DefaultKeyboardFocusManager
 
typeCode2tagCode(int) - Static method in class org.quasiliteral.astro.AstroTag
Enabled:
typeCodes - Variable in class java.io.FieldReflector
field type codes
typedArray(Object, Class) - Static method in class org.erights.e.elang.syntax.BaseENodeBuilder
Should be put into a more generic place
TYPEDEF - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
TypeDesc - class org.erights.e.elib.base.TypeDesc.
Untamed: A type description object, as would be created by an "implements" expression.
TypeDesc(String, String, ConstList, ConstList) - Constructor for class org.erights.e.elib.base.TypeDesc
Enabled:
TypeDescGuardSugar - class org.erights.e.meta.org.erights.e.elib.base.TypeDescGuardSugar.
Untamed:
TypeDescGuardSugar(Class) - Constructor for class org.erights.e.meta.org.erights.e.elib.base.TypeDescGuardSugar
Enabled: @param clazz must be TypeDesc or a subtype
TypedEvent - class org.eclipse.swt.events.TypedEvent.
Unsafe: This is the super class for all typed event classes provided by SWT.
TypedEvent(Event) - Constructor for class org.eclipse.swt.events.TypedEvent
Suppressed: Constructs a new instance of this class based on the information in the argument.
TypedEvent(Object) - Constructor for class org.eclipse.swt.events.TypedEvent
Suppressed: Constructs a new instance of this class.
TypedListener - class org.eclipse.swt.widgets.TypedListener.
Unsafe: Instances of this class are internal SWT implementation objects which provide a mapping between the typed and untyped listener mechanisms that SWT supports.
TypedListener(SWTEventListener) - Constructor for class org.eclipse.swt.widgets.TypedListener
Suppressed: Constructs a new instance of this class for the given event listener.
typedVerb() - Method in class com.combex.e.edoc.EMethodDoc
 
typedVerb() - Method in class com.combex.e.edoc.EMemberDoc
 
typedVerb() - Method in class com.combex.e.edoc.EFieldDoc
Only represents the getter.
typedVerb() - Method in class com.combex.e.edoc.EConstructorDoc
 
typeExpr(EExpr) - Method in class org.erights.e.elang.visitors.CapSlang2JVisitor
 
typeForArray(Class) - Static method in class org.erights.e.elib.tables.ArrayHelper
Enabled: Given a class, return a preferred class for making an array of (abstractly) the kinds of values described by the argument class.
typeHandlers - Variable in class javax.swing.JEditorPane
Table of registered type handlers for this editor.
typeId - Variable in class com.combex.e.edoc.ParameterParseMachine
 
TypeLoader - class org.erights.e.elang.interp.TypeLoader.
The Loader bound to type__uriGetter in the safe scope.
TypeLoader() - Constructor for class org.erights.e.elang.interp.TypeLoader
optLoader defaults to null.
TypeLoader(ClassLoader) - Constructor for class org.erights.e.elang.interp.TypeLoader
 
typeName() - Method in class com.combex.e.edoc.EPrimitiveType
Return unqualified name of type excluding any dimension information.
typeName() - Method in class com.combex.e.edoc.EParameter
Enabled: Get type name of this parameter.
typeName() - Method in class com.combex.e.edoc.EClassDoc
Return unqualified name of type excluding any dimension information.
typeName() - Method in class com.combex.e.edoc.EArrayType
Return unqualified name of type excluding any dimension information.
types - Variable in class java.io.FieldReflector
field types
types - Variable in class org.eclipse.swt.widgets.EventTable
 
typeString - Variable in class javax.swing.event.EventType
 
typeString - Variable in class javax.swing.event.EventType
 
typeToPackageName(String) - Method in class java.net.URLConnection
Utility function to map a MIME content type into an equivalent pair of class name components.

$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
comments?