$ 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 _

A

a - Variable in class java.awt.AWTEventMulticaster
 
a - Variable in class java.util.ArrayList
 
a - Variable in class javax.swing.SizeSequence
 
a - Variable in class javax.swing.text.AlignmentAction
 
A - Static variable in class java.awt.MediaType
The MediaType instance for Engineering A, 8 1/2 x 11 in.
A - Static variable in class java.lang.Character
 
A_DATA - Static variable in class java.lang.Character
 
A_TO_Z - Static variable in class java.util.Currency
 
A0 - Static variable in class java.awt.MediaType
An alias for ISO_A0.
A1 - Static variable in class java.awt.MediaType
An alias for ISO_A1.
A10 - Static variable in class java.awt.MediaType
An alias for ISO_A10.
A2 - Static variable in class java.awt.MediaType
An alias for ISO_A2.
A3 - Static variable in class java.awt.MediaType
An alias for ISO_A3.
A4 - Static variable in class java.awt.MediaType
An alias for ISO_A4.
A5 - Static variable in class java.awt.MediaType
An alias for ISO_A5.
A6 - Static variable in class java.awt.MediaType
An alias for ISO_A6.
A7 - Static variable in class java.awt.MediaType
An alias for ISO_A7.
A8 - Static variable in class java.awt.MediaType
An alias for ISO_A8.
A9 - Static variable in class java.awt.MediaType
An alias for ISO_A9.
aan(String) - Static method in class org.erights.e.develop.format.StringHelper
Enabled: Return self prefixed by "a " or "an " according to a simple (and therefore inadequate) heuristic, but good enough for cheezy uses.
abandonCycles(Spring) - Method in class javax.swing.SpringLayout
 
abbrev(StringBuffer, String, int[]) - Static method in class org.erights.e.elib.prim.E
To make the backtrace be pretty
ABORT - Static variable in class org.eclipse.swt.SWT
Enabled: The MessageBox style constant for an ABORT button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<9).
ABORTED - Static variable in class java.awt.MediaEntry
 
ABORTED - Static variable in class java.awt.MediaTracker
Enabled: Flag indicating that the downloading of media was aborted.
abortGrammar() - Method in class antlr.MakeGrammar
Enabled: Abort the processing of a grammar (due to syntax errors)
abortGrammar() - Method in class antlr.DefineGrammarSymbols
Enabled: Abort the processing of a grammar due to syntax errors
abortGrammar() - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
aboveZero() - Method in class java.lang.Double
Added: Used in the expansion of E's ">" operator.
aboveZero() - Method in class java.math.BigInteger
Added: Used in the expansion of E's ">" operator
aboveZero(BigInteger) - Static method in class org.erights.e.meta.java.math.BigIntegerSugar
Enabled: Used in the expansion of E's ">" operator
aboveZero(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled: Used in the expansion of E's ">" operator.
abs() - Method in class java.lang.Double
Added:
abs() - Method in class java.math.BigInteger
Enabled: Returns a BigInteger whose value is the absolute value of this BigInteger.
abs() - Method in class java.math.BigDecimal
Enabled: Returns a BigDecimal whose value is the absolute value of this BigDecimal, and whose scale is this.scale().
abs(double) - Static method in class java.lang.Math
Enabled: Returns the absolute value of a double value.
abs(double) - Static method in class java.lang.StrictMath
Enabled: Returns the absolute value of a double value.
abs(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled:
abs(float) - Static method in class java.lang.Math
Enabled: Returns the absolute value of a float value.
abs(float) - Static method in class java.lang.StrictMath
Enabled: Returns the absolute value of a float value.
abs(int) - Static method in class java.lang.Math
Enabled: Returns the absolute value of an int value.
abs(int) - Static method in class java.lang.StrictMath
Enabled: Returns the absolute value of an int value..
abs(long) - Static method in class java.lang.Math
Enabled: Returns the absolute value of a long value.
abs(long) - Static method in class java.lang.StrictMath
Enabled: Returns the absolute value of a long value.
ABSTRACT - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
AbstractAction - class javax.swing.AbstractAction.
Safe: This class provides default implementations for the JFC Action interface.
AbstractAction() - Constructor for class javax.swing.AbstractAction
Enabled: Defines an Action object with a default description string and default icon.
AbstractAction(String) - Constructor for class javax.swing.AbstractAction
Enabled: Defines an Action object with the specified description string and a default icon.
AbstractAction(String, Icon) - Constructor for class javax.swing.AbstractAction
Enabled: Defines an Action object with the specified description string and a the specified icon.
AbstractActionPropertyChangeListener - class javax.swing.AbstractActionPropertyChangeListener.
A package-private PropertyChangeListener which listens for property changes on an Action and updates the properties of an ActionEvent source.
AbstractActionPropertyChangeListener(JComponent, Action) - Constructor for class javax.swing.AbstractActionPropertyChangeListener
 
AbstractButton - class javax.swing.AbstractButton.
Safe: Defines common behaviors for buttons and menu items.
AbstractButton() - Constructor for class javax.swing.AbstractButton
Enabled:
AbstractCellEditor - class javax.swing.AbstractCellEditor.
Safe: @version 1.8 12/03/01 A base class for CellEditors, providing default implementations for the methods in the CellEditor interface except getCellEditorValue().
AbstractCellEditor() - Constructor for class javax.swing.AbstractCellEditor
Enabled:
AbstractCollection - class java.util.AbstractCollection.
Untamed: This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection() - Constructor for class java.util.AbstractCollection
Sole constructor.
AbstractDocument - class javax.swing.text.AbstractDocument.
Safe: An implementation of the document interface to serve as a basis for implementing various kinds of documents.
AbstractDocument(AbstractDocument.Content) - Constructor for class javax.swing.text.AbstractDocument
Constructs a new AbstractDocument, wrapped around some specified content storage mechanism.
AbstractDocument(AbstractDocument.Content, AbstractDocument.AttributeContext) - Constructor for class javax.swing.text.AbstractDocument
Constructs a new AbstractDocument, wrapped around some specified content storage mechanism.
javax.swing.text.AbstractDocument.AbstractElement - class javax.swing.text.AbstractElement.
Implements the abstract part of an element.
AbstractElement(Element, AttributeSet) - Constructor for class javax.swing.text.AbstractElement
Creates a new AbstractElement.
javax.swing.JFormattedTextField.AbstractFormatter - class javax.swing.AbstractFormatter.
 
AbstractFormatter() - Constructor for class javax.swing.AbstractFormatter
 
javax.swing.JFormattedTextField.AbstractFormatterFactory - class javax.swing.AbstractFormatterFactory.
 
AbstractFormatterFactory() - Constructor for class javax.swing.AbstractFormatterFactory
 
AbstractList - class java.util.AbstractList.
Untamed: This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
AbstractList() - Constructor for class java.util.AbstractList
Sole constructor.
AbstractListModel - class javax.swing.AbstractListModel.
Safe: The abstract definition for the data model that provides a List with its contents.
AbstractListModel() - Constructor for class javax.swing.AbstractListModel
Enabled:
AbstractMap - class java.util.AbstractMap.
Untamed: This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class java.util.AbstractMap
Sole constructor.
AbstractMethodError - error java.lang.AbstractMethodError.
Untamed: Thrown when an application tries to call an abstract method.
AbstractMethodError() - Constructor for class java.lang.AbstractMethodError
Enabled: Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String) - Constructor for class java.lang.AbstractMethodError
Enabled: Constructs an AbstractMethodError with the specified detail message.
AbstractSequentialList - class java.util.AbstractSequentialList.
Untamed: This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
Sole constructor.
AbstractSet - class java.util.AbstractSet.
Untamed: This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractSet() - Constructor for class java.util.AbstractSet
Sole constructor.
AbstractSpinnerModel - class javax.swing.AbstractSpinnerModel.
Safe: This class provides the ChangeListener part of the SpinnerModel interface that should be suitable for most concrete SpinnerModel implementations.
AbstractSpinnerModel() - Constructor for class javax.swing.AbstractSpinnerModel
Suppressed:
javax.swing.Spring.AbstractSpring - class javax.swing.AbstractSpring.
 
AbstractSpring() - Constructor for class javax.swing.AbstractSpring
 
AbstractWriter - class javax.swing.text.AbstractWriter.
Safe: AbstractWriter is an abstract class that actually does the work of writing out the element tree including the attributes.
AbstractWriter(Writer, Document) - Constructor for class javax.swing.text.AbstractWriter
Creates a new AbstractWriter.
AbstractWriter(Writer, Document, int, int) - Constructor for class javax.swing.text.AbstractWriter
Creates a new AbstractWriter.
AbstractWriter(Writer, Element) - Constructor for class javax.swing.text.AbstractWriter
Creates a new AbstractWriter.
AbstractWriter(Writer, Element, int, int) - Constructor for class javax.swing.text.AbstractWriter
Creates a new AbstractWriter.
ac - Variable in class javax.swing.EditorAccessibleContext
 
acc - Variable in class java.net.URLClassLoader
 
accelerate(String) - Method in class org.erights.e.ui.awt.EAction
Enabled: Parse an accelation description string into an acceleration keyStroke, and setAccelerator to that keyStroke.
accelerated - Variable in class java.awt.ImageCapabilities
 
accelerator - Variable in class javax.swing.JMenuItem
 
accelerator - Variable in class org.eclipse.swt.widgets.MenuItem
 
ACCELERATOR_KEY - Static variable in interface javax.swing.Action
Suppressed: The key used for storing a KeyStroke to be used as the accelerator for the action.
accelKeyHit - Variable in class org.eclipse.swt.widgets.Display
 
ACCENTS - Static variable in class org.eclipse.swt.widgets.Control
 
ACCEPT - Static variable in class java.net.SocketPermission
Accept a connection from host:port
ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Suppressed: Identifies whether a the AcceptAllFileFilter is used or not.
ACCEPT_RECEIVER - Static variable in class net.vattp.data.DataCommThunk
 
accept() - Method in class java.net.ServerSocket
Enabled: Listens for a connection to be made to this socket and accepts it.
accept(Component) - Method in class java.awt.DefaultFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
accept(Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
accept(Component) - Method in interface java.awt.EventTargetFilter
 
accept(Component) - Method in class java.awt.MouseEventTargetFilter
 
accept(Component) - Method in class java.awt.DropTargetEventTargetFilter
 
accept(Component) - Method in class javax.swing.SwingDefaultFocusTraversalPolicy
 
accept(Component) - Method in class javax.swing.SwingContainerOrderFocusTraversalPolicy
 
accept(Component) - Method in class javax.swing.LayoutFocusTraversalPolicy
Determines whether the specified Component is an acceptable choice as the new focus owner.
accept(Component) - Method in class javax.swing.SortingFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
accept(Component) - Method in class javax.swing.LegacyGlueFocusTraversalPolicy
 
accept(File) - Method in interface java.io.FileFilter
Enabled: Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File) - Method in class javax.swing.JFileChooser
Enabled: Returns true if the file should be displayed.
accept(File, String) - Method in interface java.io.FilenameFilter
Enabled: Tests if a specified file should be included in a file list.
accept(SocketImpl) - Method in class java.net.SocksSocketImpl
Accepts a connection.
accept(SocketImpl) - Method in class java.net.SocketImpl
Accepts a connection.
accept(SocketImpl) - Method in class java.net.PlainSocketImpl
Accepts connections.
accept(TraceMessage) - Method in class org.erights.e.develop.trace.TraceSubsystemMediator
Accept a message and distribute it to all the acceptors who accept messages of that level.
accept(TraceMessage) - Method in interface org.erights.e.develop.trace.TraceMessageAcceptor
Accept a message and do whatever is appropriate to make it visible to a user, either now or later.
accept(TraceMessage) - Method in class org.erights.e.develop.trace.TraceLog
Accept a message for the log.
accept(TraceMessage) - Method in class org.erights.e.develop.trace.TraceBuffer
 
acceptBypassingQueue(TraceMessage) - Method in class org.erights.e.develop.trace.TraceLog
that we will Take a message and log it.
acceptDrag(int) - Method in class java.awt.dnd.DropTargetContext
accept the Drag.
acceptDrag(int) - Method in class java.awt.dnd.DropTargetDragEvent
Enabled: Accepts the drag.
acceptDrop(int) - Method in class java.awt.dnd.DropTargetContext
called to signal that the drop is acceptable using the specified operation.
acceptDrop(int) - Method in class java.awt.dnd.DropTargetDropEvent
Enabled: accept the drop, using the specified action.
acceptFor(String, BigInteger) - Method in class net.captp.tables.PromiseGiftTable
Enabled: Lookup the gift.
acceptFor(String, BigInteger, BigInteger) - Method in class net.captp.tables.NearGiftTable
Enabled: Lookup the gift.
acceptFrom(String, BigInteger, BigInteger, Object) - Method in class net.captp.jcomm.NonceLocator
Enabled:
acceptFrom(String, BigInteger, Object) - Method in class net.captp.jcomm.NonceLocator
Enabled:
acceptorNames - Static variable in interface org.erights.e.develop.trace.TraceConstants
 
acceptReceiver(RecvThread, NetAddr, NetAddr) - Method in class net.vattp.data.DataPath
Accept the RecvThread from the SendThread when it has been created.
accepts(Object) - Method in interface org.erights.e.elib.slot.Guard
Enabled: Would coerce(specimen, ...) succeed?
accepts(Object) - Method in class org.erights.e.elib.slot.BaseGuard
Enabled:
accepts(Object) - Method in class org.erights.e.elib.tables.ConstList
Enabled: Virtually inherit from BaseGuard
access - Variable in class antlr.RuleSymbol
 
access(String) - Method in class java.io.Win32FileSystem
 
accessClipboardPermission - Static variable in class java.lang.SecurityManager
 
AccessControlContext - class java.security.AccessControlContext.
Untamed:
AccessControlContext(AccessControlContext, DomainCombiner) - Constructor for class java.security.AccessControlContext
Enabled: Create a new AccessControlContext with the given AccessControlContext and DomainCombiner.
AccessControlContext(ProtectionDomain[]) - Constructor for class java.security.AccessControlContext
Enabled: Create an AccessControlContext with the given set of ProtectionDomains.
AccessControlContext(ProtectionDomain[], boolean) - Constructor for class java.security.AccessControlContext
package private constructor for AccessController.getContext()
AccessControlContext(ProtectionDomain[], DomainCombiner) - Constructor for class java.security.AccessControlContext
 
AccessControlException - exception java.security.AccessControlException.
Untamed:
AccessControlException(String) - Constructor for class java.security.AccessControlException
Enabled: Constructs an AccessControlException with the specified, detailed message.
AccessControlException(String, Permission) - Constructor for class java.security.AccessControlException
Enabled: Constructs an AccessControlException with the specified, detailed message, and the requested permission that caused the exception.
AccessController - class java.security.AccessController.
Untamed:
AccessController() - Constructor for class java.security.AccessController
Don't allow anyone to instantiate an AccessController
accessible - Variable in class org.eclipse.swt.widgets.Control
 
Accessible - interface javax.accessibility.Accessible.
Safe:
ACCESSIBLE_ACTION_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to indicate that the supported set of actions has changed.
ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to determine when the active descendant of a component has changed.
ACCESSIBLE_CARET_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to determine when the accessibleText caret has changed.
ACCESSIBLE_CHILD_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to determine when Accessible children are added/removed from the object.
ACCESSIBLE_DESCRIPTION_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to determine when the accessibleDescription property has changed.
ACCESSIBLE_HYPERTEXT_OFFSET - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to indicate that a hypertext element has received focus.
ACCESSIBLE_NAME_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to determine when the accessibleName property has changed.
ACCESSIBLE_SELECTION_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to determine when the accessibleSelection has changed.
ACCESSIBLE_STATE_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to determine when the accessibleStateSet property has changed.
ACCESSIBLE_TABLE_CAPTION_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to indicate that the table caption has changed The old value in the PropertyChangeEvent will be an Accessible representing the previous table caption and the new value will be an Accessible representing the new table caption.
ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to indicate that the column description has changed The old value in the PropertyChangeEvent will be null and the new value will be an Integer representing the column index.
ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to indicate that the column header has changed The old value in the PropertyChangeEvent will be null and the new value will be an AccessibleTableModelChange representing the header change.
ACCESSIBLE_TABLE_MODEL_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to indicate that table data has changed.
ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to indicate that the row description has changed The old value in the PropertyChangeEvent will be null and the new value will be an Integer representing the row index.
ACCESSIBLE_TABLE_ROW_HEADER_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to indicate that the row header has changed The old value in the PropertyChangeEvent will be null and the new value will be an AccessibleTableModelChange representing the header change.
ACCESSIBLE_TABLE_SUMMARY_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to indicate that the table summary has changed The old value in the PropertyChangeEvent will be an Accessible representing the previous table summary and the new value will be an Accessible representing the new table summary.
ACCESSIBLE_TEXT_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to determine when the accessibleText has changed.
ACCESSIBLE_VALUE_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to determine when the accessibleValue property has changed.
ACCESSIBLE_VISIBLE_DATA_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Enabled: Constant used to determine when the visual appearance of the object has changed.
javax.swing.AbstractButton.AccessibleAbstractButton - class javax.swing.AccessibleAbstractButton.
This class implements accessibility support for the AbstractButton class.
AccessibleAbstractButton() - Constructor for class javax.swing.AccessibleAbstractButton
 
AccessibleAction - interface javax.accessibility.AccessibleAction.
Untamed:
java.awt.Button.AccessibleAWTButton - class java.awt.AccessibleAWTButton.
This class implements accessibility support for the Button class.
AccessibleAWTButton() - Constructor for class java.awt.AccessibleAWTButton
 
java.awt.Canvas.AccessibleAWTCanvas - class java.awt.AccessibleAWTCanvas.
This class implements accessibility support for the Canvas class.
AccessibleAWTCanvas() - Constructor for class java.awt.AccessibleAWTCanvas
 
java.awt.Checkbox.AccessibleAWTCheckbox - class java.awt.AccessibleAWTCheckbox.
This class implements accessibility support for the Checkbox class.
AccessibleAWTCheckbox() - Constructor for class java.awt.AccessibleAWTCheckbox
 
java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem - class java.awt.AccessibleAWTCheckboxMenuItem.
Inner class of CheckboxMenuItem used to provide default support for accessibility.
AccessibleAWTCheckboxMenuItem() - Constructor for class java.awt.AccessibleAWTCheckboxMenuItem
 
java.awt.Choice.AccessibleAWTChoice - class java.awt.AccessibleAWTChoice.
This class implements accessibility support for the Choice class.
AccessibleAWTChoice() - Constructor for class java.awt.AccessibleAWTChoice
 
java.awt.Component.AccessibleAWTComponent - class java.awt.AccessibleAWTComponent.
Inner class of Component used to provide default support for accessibility.
AccessibleAWTComponent() - Constructor for class java.awt.AccessibleAWTComponent
Though the class is abstract, this should be called by all sub-classes.
accessibleAWTComponentHandler - Variable in class java.awt.AccessibleAWTComponent
 
java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler - class java.awt.AccessibleAWTComponentHandler.
Fire PropertyChange listener, if one is registered, when shown/hidden..
AccessibleAWTComponentHandler() - Constructor for class java.awt.AccessibleAWTComponentHandler
 
java.awt.Container.AccessibleAWTContainer - class java.awt.AccessibleAWTContainer.
Inner class of Container used to provide default support for accessibility.
AccessibleAWTContainer() - Constructor for class java.awt.AccessibleAWTContainer
 
java.awt.Dialog.AccessibleAWTDialog - class java.awt.AccessibleAWTDialog.
This class implements accessibility support for the Dialog class.
AccessibleAWTDialog() - Constructor for class java.awt.AccessibleAWTDialog
 
accessibleAWTFocusHandler - Variable in class java.awt.AccessibleAWTComponent
 
java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler - class java.awt.AccessibleAWTFocusHandler.
Fire PropertyChange listener, if one is registered, when focus events happen
AccessibleAWTFocusHandler() - Constructor for class java.awt.AccessibleAWTFocusHandler
 
java.awt.Frame.AccessibleAWTFrame - class java.awt.AccessibleAWTFrame.
This class implements accessibility support for the Frame class.
AccessibleAWTFrame() - Constructor for class java.awt.AccessibleAWTFrame
 
java.awt.Label.AccessibleAWTLabel - class java.awt.AccessibleAWTLabel.
This class implements accessibility support for the Label class.
AccessibleAWTLabel() - Constructor for class java.awt.AccessibleAWTLabel
 
java.awt.List.AccessibleAWTList - class java.awt.AccessibleAWTList.
This class implements accessibility support for the List class.
AccessibleAWTList() - Constructor for class java.awt.AccessibleAWTList
 
java.awt.List.AccessibleAWTList.AccessibleAWTListChild - class java.awt.AccessibleAWTListChild.
This class implements accessibility support for List children.
AccessibleAWTListChild(List, int) - Constructor for class java.awt.AccessibleAWTListChild
 
java.awt.Menu.AccessibleAWTMenu - class java.awt.AccessibleAWTMenu.
Inner class of Menu used to provide default support for accessibility.
AccessibleAWTMenu() - Constructor for class java.awt.AccessibleAWTMenu
 
java.awt.MenuBar.AccessibleAWTMenuBar - class java.awt.AccessibleAWTMenuBar.
Inner class of MenuBar used to provide default support for accessibility.
AccessibleAWTMenuBar() - Constructor for class java.awt.AccessibleAWTMenuBar
 
java.awt.MenuComponent.AccessibleAWTMenuComponent - class java.awt.AccessibleAWTMenuComponent.
Inner class of MenuComponent used to provide default support for accessibility.
AccessibleAWTMenuComponent() - Constructor for class java.awt.AccessibleAWTMenuComponent
Although the class is abstract, this should be called by all sub-classes.
java.awt.MenuItem.AccessibleAWTMenuItem - class java.awt.AccessibleAWTMenuItem.
Inner class of MenuItem used to provide default support for accessibility.
AccessibleAWTMenuItem() - Constructor for class java.awt.AccessibleAWTMenuItem
 
java.awt.Panel.AccessibleAWTPanel - class java.awt.AccessibleAWTPanel.
This class implements accessibility support for the Panel class.
AccessibleAWTPanel() - Constructor for class java.awt.AccessibleAWTPanel
 
java.awt.PopupMenu.AccessibleAWTPopupMenu - class java.awt.AccessibleAWTPopupMenu.
Inner class of PopupMenu used to provide default support for accessibility.
AccessibleAWTPopupMenu() - Constructor for class java.awt.AccessibleAWTPopupMenu
 
java.awt.Scrollbar.AccessibleAWTScrollBar - class java.awt.AccessibleAWTScrollBar.
This class implements accessibility support for the Scrollbar class.
AccessibleAWTScrollBar() - Constructor for class java.awt.AccessibleAWTScrollBar
 
java.awt.ScrollPane.AccessibleAWTScrollPane - class java.awt.AccessibleAWTScrollPane.
This class implements accessibility support for the ScrollPane class.
AccessibleAWTScrollPane() - Constructor for class java.awt.AccessibleAWTScrollPane
 
java.awt.TextArea.AccessibleAWTTextArea - class java.awt.AccessibleAWTTextArea.
This class implements accessibility support for the TextArea class.
AccessibleAWTTextArea() - Constructor for class java.awt.AccessibleAWTTextArea
 
java.awt.TextComponent.AccessibleAWTTextComponent - class java.awt.AccessibleAWTTextComponent.
This class implements accessibility support for the TextComponent class.
AccessibleAWTTextComponent() - Constructor for class java.awt.AccessibleAWTTextComponent
Constructs an AccessibleAWTTextComponent.
java.awt.TextField.AccessibleAWTTextField - class java.awt.AccessibleAWTTextField.
This class implements accessibility support for the TextField class.
AccessibleAWTTextField() - Constructor for class java.awt.AccessibleAWTTextField
 
java.awt.Window.AccessibleAWTWindow - class java.awt.AccessibleAWTWindow.
This class implements accessibility support for the Window class.
AccessibleAWTWindow() - Constructor for class java.awt.AccessibleAWTWindow
 
javax.swing.Box.AccessibleBox - class javax.swing.AccessibleBox.
This class implements accessibility support for the Box class.
AccessibleBox() - Constructor for class javax.swing.AccessibleBox
 
javax.swing.Box.Filler.AccessibleBoxFiller - class javax.swing.AccessibleBoxFiller.
This class implements accessibility support for the Box.Filler class.
AccessibleBoxFiller() - Constructor for class javax.swing.AccessibleBoxFiller
 
AccessibleBundle - class javax.accessibility.AccessibleBundle.
Untamed:
AccessibleBundle() - Constructor for class javax.accessibility.AccessibleBundle
Enabled:
javax.swing.CellRendererPane.AccessibleCellRendererPane - class javax.swing.AccessibleCellRendererPane.
This class implements accessibility support for the CellRendererPane class.
AccessibleCellRendererPane() - Constructor for class javax.swing.AccessibleCellRendererPane
 
accessibleChangeSupport - Variable in class javax.accessibility.AccessibleContext
Used to handle the listener list for property change events.
AccessibleComponent - interface javax.accessibility.AccessibleComponent.
Untamed:
accessibleContainerHandler - Variable in class java.awt.AccessibleAWTContainer
 
accessibleContainerHandler - Variable in class javax.swing.AccessibleJComponent
 
java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler - class java.awt.AccessibleContainerHandler.
Fire PropertyChange listener, if one is registered, when children are added or removed.
javax.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler - class javax.swing.AccessibleContainerHandler.
Fire PropertyChange listener, if one is registered, when children added/removed.
AccessibleContainerHandler() - Constructor for class java.awt.AccessibleContainerHandler
 
AccessibleContainerHandler() - Constructor for class javax.swing.AccessibleContainerHandler
 
accessibleContext - Variable in class java.awt.MenuComponent
 
accessibleContext - Variable in class java.awt.Component
 
accessibleContext - Variable in class javax.swing.JFileChooser
 
accessibleContext - Variable in class javax.swing.AccessibleJListChild
 
accessibleContext - Variable in class javax.swing.CellRendererPane
 
accessibleContext - Variable in class javax.swing.Filler
The currently set AccessibleContext object.
accessibleContext - Variable in class javax.swing.Box
The currently set AccessibleContext object.
accessibleContext - Variable in class javax.swing.JWindow
The accessible context property.
accessibleContext - Variable in class javax.swing.ImageIcon
--- Accessibility Support ---
accessibleContext - Variable in class javax.swing.AccessibleJEditorPaneHTML
 
accessibleContext - Variable in class javax.swing.JApplet
 
accessibleContext - Variable in class javax.swing.JComponent
The AccessibleContext associated with this JComponent.
accessibleContext - Variable in class javax.swing.JFrame
The accessible context property.
accessibleContext - Variable in class javax.swing.JDialog
 
accessibleContext - Variable in class javax.swing.JColorChooser
 
AccessibleContext - class javax.accessibility.AccessibleContext.
Untamed:
AccessibleContext() - Constructor for class javax.accessibility.AccessibleContext
Enabled:
accessibleDescription - Variable in class javax.accessibility.AccessibleContext
A localized String containing the description of the object.
AccessibleEditableText - interface javax.accessibility.AccessibleEditableText.
Untamed:
javax.swing.JComboBox.AccessibleJComboBox.AccessibleEditor - class javax.swing.AccessibleEditor.
 
AccessibleEditor() - Constructor for class javax.swing.AccessibleEditor
 
AccessibleExtendedComponent - interface javax.accessibility.AccessibleExtendedComponent.
Untamed:
AccessibleExtendedTable - interface javax.accessibility.AccessibleExtendedTable.
Untamed: Class AccessibleExtendedTable provides extended information about a user-interface component that presents data in a two-dimensional table format.
accessibleFocusHandler - Variable in class javax.swing.AccessibleJComponent
 
javax.swing.JComponent.AccessibleJComponent.AccessibleFocusHandler - class javax.swing.AccessibleFocusHandler.
Fire PropertyChange listener, if one is registered, when focus events happen
AccessibleFocusHandler() - Constructor for class javax.swing.AccessibleFocusHandler
 
AccessibleHyperlink - class javax.accessibility.AccessibleHyperlink.
Untamed:
AccessibleHyperlink() - Constructor for class javax.accessibility.AccessibleHyperlink
Enabled:
AccessibleHypertext - interface javax.accessibility.AccessibleHypertext.
Untamed:
accessibleIcon - Variable in class javax.swing.AbstractButton
 
accessibleIcon - Variable in class javax.swing.JLabel
 
AccessibleIcon - interface javax.accessibility.AccessibleIcon.
Untamed:
javax.swing.ImageIcon.AccessibleImageIcon - class javax.swing.AccessibleImageIcon.
This class implements accessibility support for the ImageIcon class.
AccessibleImageIcon() - Constructor for class javax.swing.AccessibleImageIcon
 
javax.swing.JApplet.AccessibleJApplet - class javax.swing.AccessibleJApplet.
This class implements accessibility support for the JApplet class.
AccessibleJApplet() - Constructor for class javax.swing.AccessibleJApplet
 
javax.swing.JButton.AccessibleJButton - class javax.swing.AccessibleJButton.
This class implements accessibility support for the JButton class.
AccessibleJButton() - Constructor for class javax.swing.AccessibleJButton
 
javax.swing.JCheckBox.AccessibleJCheckBox - class javax.swing.AccessibleJCheckBox.
This class implements accessibility support for the JCheckBox class.
AccessibleJCheckBox() - Constructor for class javax.swing.AccessibleJCheckBox
 
javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem - class javax.swing.AccessibleJCheckBoxMenuItem.
This class implements accessibility support for the JCheckBoxMenuItem class.
AccessibleJCheckBoxMenuItem() - Constructor for class javax.swing.AccessibleJCheckBoxMenuItem
 
javax.swing.JColorChooser.AccessibleJColorChooser - class javax.swing.AccessibleJColorChooser.
This class implements accessibility support for the JColorChooser class.
AccessibleJColorChooser() - Constructor for class javax.swing.AccessibleJColorChooser
 
javax.swing.JComboBox.AccessibleJComboBox - class javax.swing.AccessibleJComboBox.
This class implements accessibility support for the JComboBox class.
AccessibleJComboBox() - Constructor for class javax.swing.AccessibleJComboBox
 
javax.swing.JComponent.AccessibleJComponent - class javax.swing.AccessibleJComponent.
Inner class of JComponent used to provide default support for accessibility.
AccessibleJComponent() - Constructor for class javax.swing.AccessibleJComponent
Though the class is abstract, this should be called by all sub-classes.
javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon - class javax.swing.AccessibleJDesktopIcon.
This class implements accessibility support for the JInternalFrame.JDesktopIcon class.
AccessibleJDesktopIcon() - Constructor for class javax.swing.AccessibleJDesktopIcon
 
javax.swing.JDesktopPane.AccessibleJDesktopPane - class javax.swing.AccessibleJDesktopPane.
This class implements accessibility support for the JDesktopPane class.
AccessibleJDesktopPane() - Constructor for class javax.swing.AccessibleJDesktopPane
 
javax.swing.JDialog.AccessibleJDialog - class javax.swing.AccessibleJDialog.
This class implements accessibility support for the JDialog class.
AccessibleJDialog() - Constructor for class javax.swing.AccessibleJDialog
 
javax.swing.JEditorPane.AccessibleJEditorPane - class javax.swing.AccessibleJEditorPane.
This class implements accessibility support for the JEditorPane class.
AccessibleJEditorPane() - Constructor for class javax.swing.AccessibleJEditorPane
 
javax.swing.JEditorPane.AccessibleJEditorPaneHTML - class javax.swing.AccessibleJEditorPaneHTML.
This class provides support for AccessibleHypertext, and is used in instances where the EditorKit installed in this JEditorPane is an instance of HTMLEditorKit.
AccessibleJEditorPaneHTML() - Constructor for class javax.swing.AccessibleJEditorPaneHTML
 
javax.swing.JFileChooser.AccessibleJFileChooser - class javax.swing.AccessibleJFileChooser.
This class implements accessibility support for the JFileChooser class.
AccessibleJFileChooser() - Constructor for class javax.swing.AccessibleJFileChooser
 
javax.swing.JFrame.AccessibleJFrame - class javax.swing.AccessibleJFrame.
This class implements accessibility support for the JFrame class.
AccessibleJFrame() - Constructor for class javax.swing.AccessibleJFrame
 
javax.swing.JInternalFrame.AccessibleJInternalFrame - class javax.swing.AccessibleJInternalFrame.
This class implements accessibility support for the JInternalFrame class.
AccessibleJInternalFrame() - Constructor for class javax.swing.AccessibleJInternalFrame
 
javax.swing.JLabel.AccessibleJLabel - class javax.swing.AccessibleJLabel.
The class used to obtain the accessible role for this object.
AccessibleJLabel() - Constructor for class javax.swing.AccessibleJLabel
 
javax.swing.JLayeredPane.AccessibleJLayeredPane - class javax.swing.AccessibleJLayeredPane.
This class implements accessibility support for the JLayeredPane class.
AccessibleJLayeredPane() - Constructor for class javax.swing.AccessibleJLayeredPane
 
javax.swing.JList.AccessibleJList - class javax.swing.AccessibleJList.
This class implements accessibility support for the JList class.
AccessibleJList() - Constructor for class javax.swing.AccessibleJList
 
javax.swing.JList.AccessibleJList.AccessibleJListChild - class javax.swing.AccessibleJListChild.
This class implements accessibility support appropriate for list children.
AccessibleJListChild(JList, int) - Constructor for class javax.swing.AccessibleJListChild
 
javax.swing.JMenu.AccessibleJMenu - class javax.swing.AccessibleJMenu.
This class implements accessibility support for the JMenu class.
AccessibleJMenu() - Constructor for class javax.swing.AccessibleJMenu
 
javax.swing.JMenuBar.AccessibleJMenuBar - class javax.swing.AccessibleJMenuBar.
This class implements accessibility support for the JMenuBar class.
AccessibleJMenuBar() - Constructor for class javax.swing.AccessibleJMenuBar
 
javax.swing.JMenuItem.AccessibleJMenuItem - class javax.swing.AccessibleJMenuItem.
This class implements accessibility support for the JMenuItem class.
AccessibleJMenuItem() - Constructor for class javax.swing.AccessibleJMenuItem
 
javax.swing.JOptionPane.AccessibleJOptionPane - class javax.swing.AccessibleJOptionPane.
This class implements accessibility support for the JOptionPane class.
AccessibleJOptionPane() - Constructor for class javax.swing.AccessibleJOptionPane
 
javax.swing.JPanel.AccessibleJPanel - class javax.swing.AccessibleJPanel.
This class implements accessibility support for the JPanel class.
AccessibleJPanel() - Constructor for class javax.swing.AccessibleJPanel
 
javax.swing.JPasswordField.AccessibleJPasswordField - class javax.swing.AccessibleJPasswordField.
This class implements accessibility support for the JPasswordField class.
AccessibleJPasswordField() - Constructor for class javax.swing.AccessibleJPasswordField
 
javax.swing.JPopupMenu.AccessibleJPopupMenu - class javax.swing.AccessibleJPopupMenu.
This class implements accessibility support for the JPopupMenu class.
AccessibleJPopupMenu() - Constructor for class javax.swing.AccessibleJPopupMenu
 
javax.swing.JProgressBar.AccessibleJProgressBar - class javax.swing.AccessibleJProgressBar.
This class implements accessibility support for the JProgressBar class.
AccessibleJProgressBar() - Constructor for class javax.swing.AccessibleJProgressBar
 
javax.swing.JRadioButton.AccessibleJRadioButton - class javax.swing.AccessibleJRadioButton.
This class implements accessibility support for the JRadioButton class.
AccessibleJRadioButton() - Constructor for class javax.swing.AccessibleJRadioButton
 
javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem - class javax.swing.AccessibleJRadioButtonMenuItem.
This class implements accessibility support for the JRadioButtonMenuItem class.
AccessibleJRadioButtonMenuItem() - Constructor for class javax.swing.AccessibleJRadioButtonMenuItem
 
javax.swing.JRootPane.AccessibleJRootPane - class javax.swing.AccessibleJRootPane.
This class implements accessibility support for the JRootPane class.
AccessibleJRootPane() - Constructor for class javax.swing.AccessibleJRootPane
 
javax.swing.JScrollBar.AccessibleJScrollBar - class javax.swing.AccessibleJScrollBar.
This class implements accessibility support for the JScrollBar class.
AccessibleJScrollBar() - Constructor for class javax.swing.AccessibleJScrollBar
 
javax.swing.JScrollPane.AccessibleJScrollPane - class javax.swing.AccessibleJScrollPane.
This class implements accessibility support for the JScrollPane class.
AccessibleJScrollPane() - Constructor for class javax.swing.AccessibleJScrollPane
Constructor to set up listener on viewport.
javax.swing.JSeparator.AccessibleJSeparator - class javax.swing.AccessibleJSeparator.
This class implements accessibility support for the JSeparator class.
AccessibleJSeparator() - Constructor for class javax.swing.AccessibleJSeparator
 
javax.swing.JSlider.AccessibleJSlider - class javax.swing.AccessibleJSlider.
This class implements accessibility support for the JSlider class.
AccessibleJSlider() - Constructor for class javax.swing.AccessibleJSlider
 
javax.swing.JSplitPane.AccessibleJSplitPane - class javax.swing.AccessibleJSplitPane.
This class implements accessibility support for the JSplitPane class.
AccessibleJSplitPane() - Constructor for class javax.swing.AccessibleJSplitPane
 
javax.swing.JTabbedPane.AccessibleJTabbedPane - class javax.swing.AccessibleJTabbedPane.
This class implements accessibility support for the JTabbedPane class.
AccessibleJTabbedPane() - Constructor for class javax.swing.AccessibleJTabbedPane
Constructs an AccessibleJTabbedPane
javax.swing.JTable.AccessibleJTable - class javax.swing.AccessibleJTable.
This class implements accessibility support for the JTable class.
AccessibleJTable() - Constructor for class javax.swing.AccessibleJTable
 
javax.swing.JTable.AccessibleJTable.AccessibleJTableCell - class javax.swing.AccessibleJTableCell.
The class provides an implementation of the Java Accessibility API appropriate to table cells.
AccessibleJTableCell(JTable, int, int, int) - Constructor for class javax.swing.AccessibleJTableCell
Constructs an AccessibleJTableHeaderEntry.
javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange - class javax.swing.AccessibleJTableModelChange.
 
AccessibleJTableModelChange(int, int, int, int, int) - Constructor for class javax.swing.AccessibleJTableModelChange
 
javax.swing.JTextArea.AccessibleJTextArea - class javax.swing.AccessibleJTextArea.
This class implements accessibility support for the JTextArea class.
AccessibleJTextArea() - Constructor for class javax.swing.AccessibleJTextArea
 
javax.swing.text.JTextComponent.AccessibleJTextComponent - class javax.swing.text.AccessibleJTextComponent.
This class implements accessibility support for the JTextComponent class.
AccessibleJTextComponent() - Constructor for class javax.swing.text.AccessibleJTextComponent
Constructs an AccessibleJTextComponent.
javax.swing.JTextField.AccessibleJTextField - class javax.swing.AccessibleJTextField.
This class implements accessibility support for the JTextField class.
AccessibleJTextField() - Constructor for class javax.swing.AccessibleJTextField
 
javax.swing.JToggleButton.AccessibleJToggleButton - class javax.swing.AccessibleJToggleButton.
This class implements accessibility support for the JToggleButton class.
AccessibleJToggleButton() - Constructor for class javax.swing.AccessibleJToggleButton
 
javax.swing.JToolBar.AccessibleJToolBar - class javax.swing.AccessibleJToolBar.
This class implements accessibility support for the JToolBar class.
AccessibleJToolBar() - Constructor for class javax.swing.AccessibleJToolBar
 
javax.swing.JToolTip.AccessibleJToolTip - class javax.swing.AccessibleJToolTip.
This class implements accessibility support for the JToolTip class.
AccessibleJToolTip() - Constructor for class javax.swing.AccessibleJToolTip
 
javax.swing.JTree.AccessibleJTree - class javax.swing.AccessibleJTree.
This class implements accessibility support for the JTree class.
AccessibleJTree() - Constructor for class javax.swing.AccessibleJTree
 
javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode - class javax.swing.AccessibleJTreeNode.
This class implements accessibility support for the JTree child.
AccessibleJTreeNode(JTree, TreePath, Accessible) - Constructor for class javax.swing.AccessibleJTreeNode
Constructs an AccessibleJTreeNode
javax.swing.JViewport.AccessibleJViewport - class javax.swing.AccessibleJViewport.
This class implements accessibility support for the JViewport class.
AccessibleJViewport() - Constructor for class javax.swing.AccessibleJViewport
 
javax.swing.JWindow.AccessibleJWindow - class javax.swing.AccessibleJWindow.
This class implements accessibility support for the JWindow class.
AccessibleJWindow() - Constructor for class javax.swing.AccessibleJWindow
 
AccessibleKeyBinding - interface javax.accessibility.AccessibleKeyBinding.
Untamed:
accessibleName - Variable in class javax.accessibility.AccessibleContext
A localized String containing the name of the object.
accessibleParent - Variable in class javax.accessibility.AccessibleContext
The accessible parent of this object.
accessibleParent - Variable in class javax.swing.AccessibleJTreeNode
 
AccessibleRelation - class javax.accessibility.AccessibleRelation.
Untamed:
AccessibleRelation(String) - Constructor for class javax.accessibility.AccessibleRelation
Enabled: Create a new AccessibleRelation using the given locale independent key.
AccessibleRelation(String, Object) - Constructor for class javax.accessibility.AccessibleRelation
Enabled: Creates a new AccessibleRelation using the given locale independent key.
AccessibleRelation(String, Object[]) - Constructor for class javax.accessibility.AccessibleRelation
Enabled: Creates a new AccessibleRelation using the given locale independent key.
AccessibleRelationSet - class javax.accessibility.AccessibleRelationSet.
Untamed:
AccessibleRelationSet() - Constructor for class javax.accessibility.AccessibleRelationSet
Enabled: Creates a new empty relation set.
AccessibleRelationSet(AccessibleRelation[]) - Constructor for class javax.accessibility.AccessibleRelationSet
Enabled: Creates a new relation with the initial set of relations contained in the array of relations passed in.
AccessibleResourceBundle - class javax.accessibility.AccessibleResourceBundle.
Deprecated. This class is deprecated as of version 1.3 of the Java 2 Platform.
AccessibleResourceBundle() - Constructor for class javax.accessibility.AccessibleResourceBundle
Deprecated. Enabled:
AccessibleRole - class javax.accessibility.AccessibleRole.
Untamed:
AccessibleRole(String) - Constructor for class javax.accessibility.AccessibleRole
Creates a new AccessibleRole using the given locale independent key.
AccessibleSelection - interface javax.accessibility.AccessibleSelection.
Untamed:
AccessibleState - class javax.accessibility.AccessibleState.
Untamed:
AccessibleState(String) - Constructor for class javax.accessibility.AccessibleState
Creates a new AccessibleState using the given locale independent key.
AccessibleStateSet - class javax.accessibility.AccessibleStateSet.
Untamed:
AccessibleStateSet() - Constructor for class javax.accessibility.AccessibleStateSet
Enabled: Creates a new empty state set.
AccessibleStateSet(AccessibleState[]) - Constructor for class javax.accessibility.AccessibleStateSet
Enabled: Creates a new state with the initial set of states contained in the array of states passed in.
AccessibleTable - interface javax.accessibility.AccessibleTable.
Untamed:
AccessibleTableModelChange - interface javax.accessibility.AccessibleTableModelChange.
Untamed: The AccessibleTableModelChange interface describes a change to the table model.
AccessibleText - interface javax.accessibility.AccessibleText.
Untamed:
AccessibleValue - interface javax.accessibility.AccessibleValue.
Untamed:
accessOrder - Variable in class java.util.LinkedHashMap
The iteration ordering method for this linked hash map: true for access-order, false for insertion-order.
accessory - Variable in class javax.swing.JFileChooser
 
ACCESSORY_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Suppressed: Says that a different accessory component is in use (for example, to preview files).
accommodateDelta(int, int) - Method in class javax.swing.JTable
 
accumBody(Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
accumBody(Object, Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled: Actually does the accumulation into the temporary accumulation variable.
accumFor(Object, Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
accumFor(Object, Object, Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled: Use a for-loop to EBuilder.accumulate(java.lang.Object, java.lang.Object) for each member of a collection.
accumIf(Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
accumIf(Object, Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled: Use an if-expr to EBuilder.accumulate(java.lang.Object, java.lang.Object) iff a condition is true.
accumulate(Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
accumulate(Object, Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled: Implements the "accumulator" syntax.
accumWhile(Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
accumWhile(Object, Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled: Use a while-loop to EBuilder.accumulate(java.lang.Object, java.lang.Object) while a condition is true.
acos() - Method in class java.lang.Double
Added:
acos(double) - Static method in class java.lang.Math
Enabled: Returns the arc cosine of an angle, in the range of 0.0 through pi.
acos(double) - Static method in class java.lang.StrictMath
Enabled: Returns the arc cosine of an angle, in the range of 0.0 through pi.
acos(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled:
acquireFD() - Method in class java.net.PlainSocketImpl
 
action - Variable in class antlr.ExceptionHandler
 
action - Variable in class java.awt.dnd.DragGestureEvent
The user's preferred action.
action - Variable in class javax.swing.JComboBox
 
action - Variable in class javax.swing.AbstractActionPropertyChangeListener
 
action - Variable in class javax.swing.JTextField
 
action - Variable in class javax.swing.AbstractButton
 
action - Variable in class javax.swing.ActionStandin
 
Action - interface javax.swing.Action.
Unsafe:
ACTION - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
ACTION - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
ACTION - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
ACTION - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
ACTION - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
Enabled:
ACTION_COMMAND_KEY - Static variable in interface javax.swing.Action
Suppressed: The key used to determine the command string for the ActionEvent that will be created when an Action is going to be notified as the result of residing in a Keymap associated with a JComponent.
ACTION_COPY - Static variable in class java.awt.dnd.DnDConstants
Enabled: An int representing a "copy" action.
ACTION_COPY_OR_MOVE - Static variable in class java.awt.dnd.DnDConstants
Enabled: An int representing a "copy" or "move" action.
ACTION_EVENT - Static variable in class java.awt.Event
Enabled: This event indicates that the user wants some action to occur.
ACTION_EVENT_MASK - Static variable in class java.awt.AWTEvent
Enabled: The event mask for selecting action events.
ACTION_FIRST - Static variable in class java.awt.event.ActionEvent
Enabled: The first number in the range of ids used for action events.
ACTION_LAST - Static variable in class java.awt.event.ActionEvent
Enabled: The last number in the range of ids used for action events.
ACTION_LINK - Static variable in class java.awt.dnd.DnDConstants
Enabled: An int representing a "link" action.
ACTION_MOVE - Static variable in class java.awt.dnd.DnDConstants
Enabled: An int representing a "move" action.
ACTION_NONE - Static variable in class java.awt.dnd.DnDConstants
Enabled: An int representing no action.
ACTION_PERFORMED - Static variable in class java.awt.event.ActionEvent
Enabled: This event id indicates that a meaningful action occured.
ACTION_REFERENCE - Static variable in class java.awt.dnd.DnDConstants
Enabled: An int representing a "reference" action (synonym for ACTION_LINK).
action(Event, Object) - Method in class java.awt.Component
Suppressed: @deprecated As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
javax.swing.JPopupMenu.ActionChangedListener - class javax.swing.ActionChangedListener.
 
javax.swing.JMenu.ActionChangedListener - class javax.swing.ActionChangedListener.
 
ActionChangedListener(JMenuItem) - Constructor for class javax.swing.ActionChangedListener
 
ActionChangedListener(JMenuItem) - Constructor for class javax.swing.ActionChangedListener
 
actionCommand - Variable in class java.awt.MenuItem
This field indicates the command tha has been issued by a particular menu item.
actionCommand - Variable in class java.awt.Button
 
actionCommand - Variable in class java.awt.event.ActionEvent
The nonlocalized string that gives more details of what actually caused the event.
actionCommand - Variable in class javax.swing.JComboBox
This protected field is implementation specific.
actionCommand - Variable in class javax.swing.DefaultButtonModel
 
ActionElement - class antlr.ActionElement.
 
ActionElement(Grammar, Token) - Constructor for class antlr.ActionElement
 
ActionEvent - class java.awt.event.ActionEvent.
Safe: A semantic event which indicates that a component-defined action occured.
ActionEvent(Object, int, String) - Constructor for class java.awt.event.ActionEvent
Suppressed: Constructs an ActionEvent object.
ActionEvent(Object, int, String, int) - Constructor for class java.awt.event.ActionEvent
Suppressed: Constructs an ActionEvent object with modifier keys.
ActionEvent(Object, int, String, long, int) - Constructor for class java.awt.event.ActionEvent
Suppressed: Constructs an ActionEvent object with the specified modifier keys and timestamp.
actionKeyCodes - Static variable in class java.awt.Event
 
ActionLexer - class antlr.actions.cpp.ActionLexer.
Untamed: Perform the following translations: AST related translations ## -> currentRule_AST #(x,y,z) -> codeGenerator.getASTCreateString(vector-of(x,y,z)) #[x] -> codeGenerator.getASTCreateString(x) #x -> codeGenerator.mapTreeId(x) Inside context of #(...), you can ref (x,y,z), [x], and x as shortcuts.
ActionLexer - class antlr.actions.java.ActionLexer.
Untamed: Perform the following translations: AST related translations ## -> currentRule_AST #(x,y,z) -> codeGenerator.getASTCreateString(vector-of(x,y,z)) #[x] -> codeGenerator.getASTCreateString(x) #x -> codeGenerator.mapTreeId(x) Inside context of #(...), you can ref (x,y,z), [x], and x as shortcuts.
ActionLexer - class antlr.actions.sather.ActionLexer.
Untamed: Perform the following translations: AST related translations
ActionLexer(InputBuffer) - Constructor for class antlr.actions.cpp.ActionLexer
Enabled:
ActionLexer(InputBuffer) - Constructor for class antlr.actions.java.ActionLexer
Enabled:
ActionLexer(InputBuffer) - Constructor for class antlr.actions.sather.ActionLexer
Enabled:
ActionLexer(InputStream) - Constructor for class antlr.actions.cpp.ActionLexer
Enabled:
ActionLexer(InputStream) - Constructor for class antlr.actions.java.ActionLexer
Enabled:
ActionLexer(InputStream) - Constructor for class antlr.actions.sather.ActionLexer
Enabled:
ActionLexer(LexerSharedInputState) - Constructor for class antlr.actions.cpp.ActionLexer
Enabled:
ActionLexer(LexerSharedInputState) - Constructor for class antlr.actions.java.ActionLexer
Enabled:
ActionLexer(LexerSharedInputState) - Constructor for class antlr.actions.sather.ActionLexer
Enabled:
ActionLexer(Reader) - Constructor for class antlr.actions.cpp.ActionLexer
Enabled:
ActionLexer(Reader) - Constructor for class antlr.actions.java.ActionLexer
Enabled:
ActionLexer(Reader) - Constructor for class antlr.actions.sather.ActionLexer
Enabled:
ActionLexer(String, RuleBlock, CodeGenerator, ActionTransInfo) - Constructor for class antlr.actions.cpp.ActionLexer
Enabled:
ActionLexer(String, RuleBlock, CodeGenerator, ActionTransInfo) - Constructor for class antlr.actions.java.ActionLexer
Enabled:
ActionLexer(String, RuleBlock, CodeGenerator, ActionTransInfo) - Constructor for class antlr.actions.sather.ActionLexer
Enabled:
ActionLexerTokenTypes - interface antlr.actions.cpp.ActionLexerTokenTypes.
Untamed:
ActionLexerTokenTypes - interface antlr.actions.java.ActionLexerTokenTypes.
Untamed:
ActionLexerTokenTypes - interface antlr.actions.sather.ActionLexerTokenTypes.
Untamed:
actionListener - Variable in class java.awt.MenuItem
 
actionListener - Variable in class java.awt.TextField
 
actionListener - Variable in class java.awt.List
 
actionListener - Variable in class java.awt.Button
 
actionListener - Variable in class javax.swing.JFileChooser
 
actionListener - Variable in class javax.swing.AbstractButton
The button model's ActionListener.
actionListener - Variable in class javax.swing.ActionStandin
 
ActionListener - interface java.awt.event.ActionListener.
Unsafe:
actionListenerK - Static variable in class java.awt.MenuComponent
 
actionListenerK - Static variable in class java.awt.Component
Internal, constants for serialization
actionMap - Variable in class javax.swing.JComponent
ActionMap.
ActionMap - class javax.swing.ActionMap.
Safe: ActionMap provides mappings from Objects (called keys or Action names) to Actions.
ACTIONMAP_CREATED - Static variable in class javax.swing.JComponent
 
ActionMap() - Constructor for class javax.swing.ActionMap
Enabled: Creates an ActionMap with no parent and no mappings.
actionName - Variable in class javax.swing.text.KeyBinding
The name of the action for the key.
actionPerformed(ActionEvent) - Method in class java.awt.AWTEventMulticaster
Enabled: Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b.
actionPerformed(ActionEvent) - Method in class java.awt.AccessibleAWTList
 
actionPerformed(ActionEvent) - Method in class java.awt.dnd.DropTargetAutoScroller
cause autoscroll to occur
actionPerformed(ActionEvent) - Method in interface java.awt.event.ActionListener
Enabled: Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class javax.swing.EditorDelegate
When an action is performed, editing is ended.
actionPerformed(ActionEvent) - Method in class javax.swing.JComboBox
Suppressed: This method is public as an implementation side effect.
actionPerformed(ActionEvent) - Method in class javax.swing.stillInsideTimerAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.outsideTimerAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.insideTimerAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.AutoScrollTimerAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.TransferAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.NotifyAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.ForwardActionEvents
 
actionPerformed(ActionEvent) - Method in class javax.swing.DefaultAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.ActionStandin
 
actionPerformed(ActionEvent) - Method in class javax.swing.DisabledAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.CommitAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.CancelAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.ColorTracker
 
actionPerformed(ActionEvent) - Method in class javax.swing.text.UnderlineAction
Toggles the Underline attribute.
actionPerformed(ActionEvent) - Method in class javax.swing.text.StyledInsertBreakAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.text.ItalicAction
Toggles the italic attribute.
actionPerformed(ActionEvent) - Method in class javax.swing.text.BoldAction
Toggles the bold attribute.
actionPerformed(ActionEvent) - Method in class javax.swing.text.AlignmentAction
Sets the alignment.
actionPerformed(ActionEvent) - Method in class javax.swing.text.FontSizeAction
Sets the font size.
actionPerformed(ActionEvent) - Method in class javax.swing.text.FontFamilyAction
Sets the font family.
actionPerformed(ActionEvent) - Method in class javax.swing.text.ForegroundAction
Sets the foreground color.
actionPerformed(ActionEvent) - Method in class javax.swing.text.UpdateHandler
Invoked when the blink timer fires.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DumpModelAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.text.ToggleComponentOrientationAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.UnselectAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.SelectAllAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.SelectParagraphAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.SelectLineAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.SelectWordAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.InsertTabAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.EndAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.BeginAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.EndParagraphAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.BeginParagraphAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.EndLineAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.BeginLineAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.NextWordAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.PreviousWordAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.EndWordAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.BeginWordAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.NextVisualPositionAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.BeepAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.InsertBreakAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.PageAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.VerticalPageAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.PasteAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.CopyAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.CutAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.WritableAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.ReadOnlyAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DeleteNextCharAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DeletePrevCharAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.InsertContentAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DefaultKeyTypedAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.IncrementAction
 
actionPerformed(ActionEvent) - Method in class org.erights.e.ui.awt.EAction
Enabled: Invoked by Swing when the EAction's action should be invoked.
actionPropertyChangeListener - Variable in class javax.swing.JComboBox
 
actionPropertyChangeListener - Variable in class javax.swing.JTextField
 
actionPropertyChangeListener - Variable in class javax.swing.AbstractButton
 
actions - Variable in class java.awt.dnd.DropTarget
Default permissible actions supported by this DropTarget.
actions - Variable in class java.awt.dnd.DropTargetDropEvent
The source drop actions.
actions - Variable in class java.awt.dnd.DropTargetDragEvent
The source drop actions.
actions - Variable in class java.io.FilePermission
the actions string.
actions - Variable in class java.io.SerializablePermission
 
actions - Variable in class java.net.SocketPermission
the actions string.
actions - Variable in class java.security.UnresolvedPermission
The actions of the permission.
actions - Variable in class java.util.PropertyPermission
The actions string.
javax.swing.JComponent.ActionStandin - class javax.swing.ActionStandin.
ActionStandin is used as a standin for ActionListeners that are added via registerKeyboardAction.
ActionStandin(ActionListener, String) - Constructor for class javax.swing.ActionStandin
 
actionSupported(int) - Method in class javax.swing.DropHandler
 
actionText - Variable in class antlr.ActionElement
 
ActionTransInfo - class antlr.ActionTransInfo.
Untamed:
ActionTransInfo() - Constructor for class antlr.ActionTransInfo
Enabled:
Activate - Static variable in class org.eclipse.swt.SWT
Enabled: The activate event type (value is 26).
activate(Shell) - Static method in class org.eclipse.swt.widgets.Shell
Added: Make dest be the active shell.
activate(Shell) - Static method in class org.erights.e.meta.org.eclipse.swt.widgets.ShellMakerSugar
Enabled: Make dest be the active shell.
ACTIVATED - Static variable in class javax.swing.event.EventType
Activated type.
activateFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
Suppressed: This will activate f moving it to the front.
activateFrame(JInternalFrame) - Method in interface javax.swing.DesktopManager
Suppressed: Generally, indicate that this frame has focus.
activateNextFrame(Container) - Method in class javax.swing.DefaultDesktopManager
 
active - Variable in class java.awt.dnd.DropTarget
true if the DropTarget is accepting Drag & Drop operations.
active - Variable in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.  
ACTIVE - Static variable in class javax.accessibility.AccessibleState
Enabled: Indicates a window is currently the active window.
ACTIVE_CAPTION - Static variable in class java.awt.SystemColor
Enabled: The array index for the activeCaption system color.
ACTIVE_CAPTION_BORDER - Static variable in class java.awt.SystemColor
Enabled: The array index for the activeCaptionBorder system color.
ACTIVE_CAPTION_TEXT - Static variable in class java.awt.SystemColor
Enabled: The array index for the activeCaptionText system color.
activeCaption - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the window-title background of the currently active window.
activeCaptionBorder - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the border around the currently active window.
activeCaptionText - Static variable in class java.awt.SystemColor
Enabled: The color rendered for the window-title text of the currently active window.
activeCount() - Method in class java.lang.ThreadGroup
Enabled: Returns an estimate of the number of active threads in this thread group.
activeCount() - Static method in class java.lang.Thread
Enabled: Returns the number of active threads in the current thread's thread group.
ActiveEvent - interface java.awt.ActiveEvent.
Unsafe: An interface for events that know how to dispatch themselves.
activeGroupCount() - Method in class java.lang.ThreadGroup
Enabled: Returns an estimate of the number of active groups in this thread group.
activeMenu - Variable in class org.eclipse.swt.widgets.Shell
 
javax.swing.UIDefaults.ActiveValue - interface javax.swing.ActiveValue.
This class enables one to store an entry in the defaults table that's constructed each time it's looked up with one of the getXXX(key) methods.
activeWindow - Static variable in class java.awt.KeyboardFocusManager
Only a Frame or a Dialog can be the active Window.
acyclicSprings - Variable in class javax.swing.SpringLayout
 
AD - Static variable in class java.util.GregorianCalendar
Enabled: Value of the ERA field indicating the common era (Anno Domini), also known as CE.
adapt(Object, String, Object, String) - Static method in class org.erights.e.elib.ref.OneArgFuncAdapter
Enabled:
ADD - Static variable in interface org.erights.e.develop.trace.TraceConstants
 
add(AbstractButton) - Method in class javax.swing.ButtonGroup
Enabled: Adds the button to the group.
add(AccessibleRelation) - Method in class javax.accessibility.AccessibleRelationSet
Enabled: Adds a new relation to the current relation set.
add(AccessibleState) - Method in class javax.accessibility.AccessibleStateSet
Enabled: Adds a new state to the current state set if it is not already present.
add(Action) - Method in class javax.swing.JPopupMenu
Enabled: Appends a new menu item to the end of the menu which dispatches the specified Action object.
add(Action) - Method in class javax.swing.JToolBar
Enabled: Adds a new JButton which dispatches the action.
add(Action) - Method in class javax.swing.JMenu
Enabled: Creates a new menu item attached to the specified Action object and appends it to the end of this menu.
add(ActionListener, ActionListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds action-listener-a with action-listener-b and returns the resulting multicast listener.
add(AdjustmentListener, AdjustmentListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds adjustment-listener-a with adjustment-listener-b and returns the resulting multicast listener.
add(AST) - Method in class antlr.collections.impl.ASTArray
Enabled:
add(AWTEventListener, AWTEventListener) - Static method in class java.awt.ToolkitEventMulticaster
 
add(BigDecimal) - Method in class java.math.BigDecimal
Enabled: Returns a BigDecimal whose value is (this + val), and whose scale is max(this.scale(), val.scale()).
add(BigInteger) - Method in class java.math.BigInteger
Enabled: Returns a BigInteger whose value is (this + val).
add(char) - Method in class java.lang.Character
Added: Kludge to force overload resolution to prevent a char from successfully Java-coercing, on method.invoke(), to an int.
add(char, char) - Static method in class org.erights.e.meta.java.lang.CharacterSugar
Enabled: Kludge to force overload resolution to prevent a char from successfully Java-coercing, on method.invoke(), to an int.
add(char, int) - Static method in class org.erights.e.meta.java.lang.CharacterSugar
Enabled:
add(Class, EventListener) - Method in class javax.swing.event.EventListenerList
Suppressed: Adds the listener as a listener of the specified type.
add(Component) - Method in class java.awt.Container
Enabled: Appends the specified component to the end of this container.
add(Component) - Method in class javax.swing.JTabbedPane
Enabled: Adds a component with a tab title defaulting to the name of the component which is the result of calling component.getName.
add(Component) - Method in class javax.swing.JMenu
Enabled: Appends a component to the end of this menu.
add(Component, int) - Method in class java.awt.Container
Enabled: Adds the specified component to this container at the given position.
add(Component, int) - Method in class javax.swing.JTabbedPane
Suppressed: Adds a component at the specified tab index with a tab title defaulting to the name of the component.
add(Component, int) - Method in class javax.swing.JMenu
Enabled: Adds the specified component to this container at the given position.
add(ComponentListener, ComponentListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
add(Component, Object) - Method in class java.awt.Container
Enabled: Adds the specified component to the end of this container.
add(Component, Object) - Method in class javax.swing.JTabbedPane
Suppressed: Adds a component to the tabbed pane.
add(Component, Object, int) - Method in class java.awt.Container
Enabled: Adds the specified component to this container with the specified constraints at the specified index.
add(Component, Object, int) - Method in class javax.swing.JTabbedPane
Suppressed: Adds a component at the specified tab index.
add(ContainerListener, ContainerListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds container-listener-a with container-listener-b and returns the resulting multicast listener.
add(double) - Method in class java.lang.Double
Added:
add(double, double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled:
add(DragSourceListener, DragSourceListener) - Static method in class java.awt.dnd.DnDEventMulticaster
Adds drag-source-listener-a with drag-source-listener-b and returns the resulting multicast listener.
add(DragSourceMotionListener, DragSourceMotionListener) - Static method in class java.awt.dnd.DnDEventMulticaster
Adds drag-source-motion-listener-a with drag-source-motion-listener-b and returns the resulting multicast listener.
add(FDBigInt) - Method in class java.lang.FDBigInt
 
add(FocusListener, FocusListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds focus-listener-a with focus-listener-b and returns the resulting multicast listener.
add(HierarchyBoundsListener, HierarchyBoundsListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds hierarchy-bounds-listener-a with hierarchy-bounds-listener-b and returns the resulting multicast listener.
add(HierarchyListener, HierarchyListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds hierarchy-listener-a with hierarchy-listener-b and returns the resulting multicast listener.
add(Image) - Method in class org.eclipse.swt.widgets.ImageList
 
add(InputMethodListener, InputMethodListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds input-method-listener-a with input-method-listener-b and returns the resulting multicast listener.
add(int) - Method in class antlr.collections.impl.BitSet
Enabled: or this element into this set (grow as necessary to accommodate)
add(int) - Method in class java.io.HandleList
 
add(int) - Method in class java.lang.Character
Added:
add(int[], int[]) - Static method in class java.math.BigInteger
Adds the contents of the int arrays x and y.
add(int, int) - Method in class java.awt.Rectangle
Enabled: Adds a point, specified by the integer arguments newx and newy, to this Rectangle.
add(int, int) - Method in class java.util.GregorianCalendar
Enabled: Adds the specified (signed) amount of time to the given time field, based on the calendar's rules.
add(int, int) - Method in class java.util.Calendar
Enabled: Date Arithmetic function.
add(int, Object) - Method in class java.util.LinkedList
Enabled: Inserts the specified element at the specified position in this list.
add(int, Object) - Method in class java.util.AbstractSequentialList
Enabled: Inserts the specified element at the specified position in this list.
add(int, Object) - Method in class java.util.ArrayList
Enabled: Inserts the specified element at the specified position in this list.
add(int, Object) - Method in class java.util.UnmodifiableList
 
add(int, Object) - Method in class java.util.SynchronizedList
 
add(int, Object) - Method in class java.util.Vector
Enabled: Inserts the specified element at the specified position in this Vector.
add(int, Object) - Method in class java.util.AbstractList
Enabled: Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in interface java.util.List
Enabled: Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class java.util.SubList
 
add(int, Object) - Method in class javax.swing.DefaultListModel
Enabled: Inserts the specified element at the specified position in this list.
add(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds item-listener-a with item-listener-b and returns the resulting multicast listener.
add(JMenu) - Method in class javax.swing.JMenuBar
Enabled: Appends the specified menu to the end of the menu bar.
add(JMenuItem) - Method in class javax.swing.JPopupMenu
Enabled: Appends the specified menu item to the end of this menu.
add(JMenuItem) - Method in class javax.swing.JMenu
Enabled: Appends a menu item to the end of this menu.
add(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds key-listener-a with key-listener-b and returns the resulting multicast listener.
add(Menu) - Method in class java.awt.MenuBar
Suppressed: Adds the specified menu to the menu bar.
add(Menu) - Method in class org.eclipse.swt.widgets.Decorations
 
add(MenuItem) - Method in class java.awt.Menu
Suppressed: Adds the specified menu item to this menu.
add(MenuItem) - Method in class org.eclipse.swt.widgets.Decorations
 
add(MouseListener, MouseListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener.
add(MouseMotionListener, MouseMotionListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.
add(MouseWheelListener, MouseWheelListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds mouse-wheel-listener-a with mouse-wheel-listener-b and returns the resulting multicast listener.
add(MutableBigInteger) - Method in class java.math.MutableBigInteger
Adds the contents of two MutableBigInteger objects.The result is placed within this MutableBigInteger.
add(Object) - Method in interface antlr.collections.List
Enabled:
add(Object) - Method in class antlr.collections.impl.LList
Enabled: Add an object to the end of the list.
add(Object) - Method in class java.util.ListItr
 
add(Object) - Method in class java.util.ListItr
 
add(Object) - Method in interface java.util.ListIterator
Enabled: Inserts the specified element into the list (optional operation).
add(Object) - Method in class java.util.UnmodifiableCollection
 
add(Object) - Method in class java.util.TreeSet
Enabled: Adds the specified element to this set if it is not already present.
add(Object) - Method in class java.util.LinkedList
Enabled: Appends the specified element to the end of this list.
add(Object) - Method in class java.util.SynchronizedCollection
 
add(Object) - Method in class java.util.HashSet
Enabled: Adds the specified element to this set if it is not already present.
add(Object) - Method in class java.util.ArrayList
Enabled: Appends the specified element to the end of this list.
add(Object) - Method in interface java.util.Set
Enabled: Adds the specified element to this set if it is not already present (optional operation).
add(Object) - Method in class java.util.Vector
Enabled: Appends the specified element to the end of this Vector.
add(Object) - Method in class java.util.AbstractList
Enabled: Appends the specified element to the end of this List (optional operation).
add(Object) - Method in interface java.util.List
Enabled: Appends the specified element to the end of this list (optional operation).
add(Object) - Method in class java.util.AbstractCollection
Enabled: Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in interface java.util.Collection
Enabled: Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class org.erights.e.elib.tables.Twine
Enabled: Return a new Twine that represents a concatenation of the parts of this and other.
add(Object) - Method in class org.erights.e.elib.tables.ROList
 
add(Object) - Method in class org.erights.e.elib.tables.EList
Enabled: Concatenates (snapshots of) this list and other.
add(Permission) - Method in class java.io.FilePermissionCollection
Adds a permission to the FilePermissions.
add(Permission) - Method in class java.net.SocketPermissionCollection
Adds a permission to the SocketPermissions.
add(Permission) - Method in class java.security.BasicPermissionCollection
Adds a permission to the BasicPermissions.
add(Permission) - Method in class java.security.Permissions
Enabled: Adds a permission object to the PermissionCollection for the class the permission belongs to.
add(Permission) - Method in class java.security.PermissionCollection
Enabled: Adds a permission object to the current collection of permission objects.
add(Permission) - Method in class java.security.UnresolvedPermissionCollection
Adds a permission to the BasicPermissions.
add(Permission) - Method in class java.security.PermissionsHash
Adds a permission to the PermissionsHash.
add(Permission) - Method in class java.security.AllPermissionCollection
Adds a permission to the AllPermissions.
add(Permission) - Method in class java.util.PropertyPermissionCollection
Adds a permission to the PropertyPermissions.
add(Point) - Method in class java.awt.Rectangle
Enabled: Adds the specified Point to this Rectangle.
add(PopupMenu) - Method in class java.awt.Component
Enabled: Adds the specified popup menu to the component.
add(Rectangle) - Method in class java.awt.Rectangle
Enabled: Adds a Rectangle to this Rectangle.
add(Rectangle) - Method in class org.eclipse.swt.graphics.Region
Suppressed: Adds the given rectangle to the collection of rectangles the receiver maintains to describe its area.
add(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Suppressed: Destructively replaces the x, y, width and height values in the receiver with ones which represent the union of the rectangles specified by the receiver and the given rectangle.
add(Region) - Method in class org.eclipse.swt.graphics.Region
Suppressed: Adds all of the rectangles which make up the area covered by the argument to the collection of rectangles the receiver maintains to describe its area.
add(RenderingHints) - Method in class java.awt.RenderingHints
Suppressed: Adds all of the keys and corresponding values from the specified RenderingHints object to this RenderingHints object.
add(StaticScope) - Method in class org.erights.e.elang.evm.StaticScope
Enabled: For processing normal expressions left to right, where all definitions are exported, but uses are hidden by definitions to their left.
add(String) - Method in class java.awt.Menu
Suppressed: Adds an item with the specified label to this menu.
add(String) - Method in class java.awt.List
Suppressed: Adds the specified item to the end of scrolling list.
add(String) - Method in class java.awt.Choice
Suppressed: Adds an item to this Choice menu.
add(String) - Method in class javax.swing.JPopupMenu
Enabled: Creates a new menu item with the specified text and appends it to the end of this menu.
add(String) - Method in class javax.swing.JMenu
Enabled: Creates a new menu item with the specified text and appends it to the end of this menu.
add(String) - Method in class org.eclipse.swt.custom.CCombo
Enabled: Adds an item.
add(String) - Method in class org.eclipse.swt.widgets.List
Enabled: Adds the argument to the end of the receiver's list.
add(String) - Method in class org.eclipse.swt.widgets.Combo
Enabled: Adds the argument to the end of the receiver's list.
add(String, Component) - Method in class java.awt.Container
Suppressed: Adds the specified component to this container.
add(String, Component) - Method in class javax.swing.JTabbedPane
Enabled: Adds a component with the specified tab title.
add(String, int) - Method in class java.awt.List
Suppressed: Adds the specified item to the the scrolling list at the position indicated by the index.
add(String, int) - Method in class org.eclipse.swt.custom.CCombo
Enabled: Adds an item at an index.
add(String, int) - Method in class org.eclipse.swt.widgets.List
Enabled: Adds the argument to the receiver's list at the given zero-relative index.
add(String, int) - Method in class org.eclipse.swt.widgets.Combo
Enabled: Adds the argument to the receiver's list at the given zero-relative index.
add(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
Enabled:
add(Thread) - Static method in class java.lang.Shutdown
 
add(Thread) - Method in class java.lang.ThreadGroup
Adds the specified Thread to this group.
add(ThreadGroup) - Method in class java.lang.ThreadGroup
Adds the specified Thread group to this group.
add(TimerTask) - Method in class java.util.TaskQueue
Adds a new task to the priority queue.
add(WindowFocusListener, WindowFocusListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds window-focus-listener-a with window-focus-listener-b and returns the resulting multicast listener.
add(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds window-listener-a with window-listener-b and returns the resulting multicast listener.
add(WindowStateListener, WindowStateListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Adds window-state-listener-a with window-state-listener-b and returns the resulting multicast listener.
addAccessibleSelection(int) - Method in class java.awt.AccessibleAWTMenuComponent
Adds the specified Accessible child of the object to the object's selection.
addAccessibleSelection(int) - Method in class java.awt.AccessibleAWTList
Adds the specified selected item in the object to the object's selection.
addAccessibleSelection(int) - Method in interface javax.accessibility.AccessibleSelection
Enabled: Adds the specified Accessible child of the object to the object's selection.
addAccessibleSelection(int) - Method in class javax.swing.AccessibleJTree
Adds the specified selected item in the object to the object's selection.
addAccessibleSelection(int) - Method in class javax.swing.AccessibleJTreeNode
Adds the specified selected item in the object to the object's selection.
addAccessibleSelection(int) - Method in class javax.swing.AccessibleJTable
Adds the specified Accessible child of the object to the object's selection.
addAccessibleSelection(int) - Method in class javax.swing.AccessibleJComboBox
Adds the specified Accessible child of the object to the object's selection.
addAccessibleSelection(int) - Method in class javax.swing.AccessibleJList
Adds the specified selected item in the object to the object's selection.
addAccessibleSelection(int) - Method in class javax.swing.AccessibleJMenu
Selects the ith menu in the menu.
addAccessibleSelection(int) - Method in class javax.swing.AccessibleJMenuBar
Selects the nth menu in the menu bar, forcing it to pop up.
addAccessibleSelection(int) - Method in class javax.swing.AccessibleJTabbedPane
 
addActionForKeyStroke(KeyStroke, Action) - Method in class javax.swing.text.DefaultKeymap
 
addActionForKeyStroke(KeyStroke, Action) - Method in interface javax.swing.text.Keymap
Enabled: Adds a binding to the keymap.
addActionListener(ActionListener) - Method in class java.awt.MenuItem
Suppressed: Adds the specified action listener to receive action events from this menu item.
addActionListener(ActionListener) - Method in class java.awt.TextField
Suppressed: Adds the specified action listener to receive action events from this text field.
addActionListener(ActionListener) - Method in class java.awt.List
Suppressed: Adds the specified action listener to receive action events from this list.
addActionListener(ActionListener) - Method in class java.awt.Button
Suppressed: Adds the specified action listener to receive action events from this button.
addActionListener(ActionListener) - Method in class javax.swing.JFileChooser
Enabled: Adds an ActionListener to the file chooser.
addActionListener(ActionListener) - Method in interface javax.swing.ComboBoxEditor
Enabled: Add an ActionListener.
addActionListener(ActionListener) - Method in class javax.swing.JComboBox
Enabled: Adds an ActionListener.
addActionListener(ActionListener) - Method in class javax.swing.Timer
Suppressed: Adds an action listener to the Timer.
addActionListener(ActionListener) - Method in class javax.swing.DefaultButtonModel
Enabled: Adds an ActionListener to the button.
addActionListener(ActionListener) - Method in interface javax.swing.ButtonModel
Enabled: Adds an ActionListener to the button.
addActionListener(ActionListener) - Method in class javax.swing.JTextField
Enabled: Adds the specified action listener to receive action events from this textfield.
addActionListener(ActionListener) - Method in class javax.swing.AbstractButton
Enabled: Adds an ActionListener to the button.
addAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
Enabled: Adds a listener to receive adjustment events when the value of the adjustable object changes.
addAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
Suppressed: Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar.
addAdjustmentListener(AdjustmentListener) - Method in class java.awt.ScrollPaneAdjustable
Enabled: Adds the specified adjustment listener to receive adjustment events from this ScrollPaneAdjustable.
addAdjustmentListener(AdjustmentListener) - Method in class javax.swing.JScrollBar
Enabled: Adds an AdjustmentListener.
addAll(AccessibleRelation[]) - Method in class javax.accessibility.AccessibleRelationSet
Enabled: Adds all of the relations to the existing relation set.
addAll(AccessibleState[]) - Method in class javax.accessibility.AccessibleStateSet
Enabled: Adds all of the states to the existing state set.
addAll(Collection) - Method in class java.util.UnmodifiableCollection
 
addAll(Collection) - Method in class java.util.TreeSet
Enabled: Adds all of the elements in the specified collection to this set.
addAll(Collection) - Method in class java.util.LinkedList
Enabled: Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection) - Method in class java.util.SynchronizedCollection
 
addAll(Collection) - Method in class java.util.ArrayList
Enabled: Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(Collection) - Method in interface java.util.Set
Enabled: Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection) - Method in class java.util.Vector
Enabled: Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(Collection) - Method in interface java.util.List
Enabled: Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(Collection) - Method in class java.util.AbstractCollection
Enabled: Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in interface java.util.Collection
Enabled: Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in class java.util.SubList
 
addAll(Collection, Field[]) - Static method in class java.lang.Class
 
addAll(Collection, Method[]) - Static method in class java.lang.Class
 
addAll(int, Collection) - Method in class java.util.LinkedList
Enabled: Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(int, Collection) - Method in class java.util.AbstractSequentialList
Enabled: Inserts all of the elements in in the specified collection into this list at the specified position.
addAll(int, Collection) - Method in class java.util.ArrayList
Enabled: Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAll(int, Collection) - Method in class java.util.UnmodifiableList
 
addAll(int, Collection) - Method in class java.util.SynchronizedList
 
addAll(int, Collection) - Method in class java.util.Vector
Enabled: Inserts all of the elements in in the specified Collection into this Vector at the specified position.
addAll(int, Collection) - Method in class java.util.AbstractList
Enabled: Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in interface java.util.List
Enabled: Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in class java.util.SubList
 
addAll(Iteratable) - Method in class org.erights.e.elib.tables.FlexSet
Enabled: 'strict' defaults to false
addAll(Iteratable, boolean) - Method in class org.erights.e.elib.tables.FlexSet
Enabled:
addAllClassesTo(List) - Method in class com.combex.e.edoc.EPackageDoc
Add all included classes (including Exceptions and Errors) and interfaces.
addAllForTreeSet(SortedSet, Object) - Method in class java.util.TreeMap
Intended to be called only from TreeSet.addAll
addAlternative(Alternative) - Method in class antlr.AlternativeBlock
 
addAlternativeElement(AlternativeElement) - Method in class antlr.TreeBlockContext
 
addAlternativeElement(AlternativeElement) - Method in class antlr.BlockContext
 
addAncestorListener(AncestorListener) - Method in class javax.swing.AncestorNotifier
 
addAncestorListener(AncestorListener) - Method in class javax.swing.JComponent
Suppressed: Registers listener so that it will receive AncestorEvents when it or any of its ancestors move or are made visible or invisible.
addArmListener(ArmListener) - Method in class org.eclipse.swt.widgets.MenuItem
Enabled: Adds the listener to the collection of listeners who will be notified when the arm events are generated for the control, by sending it one of the messages defined in the ArmListener interface.
addASTChild(ASTPair, AST) - Method in class antlr.ASTFactory
Enabled: Add a child to the current AST
addAttribute(AttributeSet, Object, Object) - Method in class javax.swing.text.StyleContext
Enabled: Adds an attribute to the given set, and returns the new representative set.
addAttribute(AttributeSet, Object, Object) - Method in interface javax.swing.text.AttributeContext
Adds an attribute to the given set, and returns the new representative set.
addAttribute(Object, Object) - Method in class javax.swing.text.AbstractElement
Adds an attribute to the element.
addAttribute(Object, Object) - Method in class javax.swing.text.NamedStyle
Adds an attribute.
addAttribute(Object, Object) - Method in class javax.swing.text.SimpleAttributeSet
Enabled: Adds an attribute to the list.
addAttribute(Object, Object) - Method in interface javax.swing.text.MutableAttributeSet
Enabled: Creates a new attribute set similar to this one except that it contains an attribute with the given name and value.
addAttribute(Object, Object) - Method in class javax.swing.text.KeyBuilder
Adds a key/value to the set.
addAttributes(AttributeSet) - Method in class javax.swing.text.AbstractElement
Adds a set of attributes to the element.
addAttributes(AttributeSet) - Method in class javax.swing.text.NamedStyle
Adds a set of attributes to the element.
addAttributes(AttributeSet) - Method in class javax.swing.text.SimpleAttributeSet
Enabled: Adds a set of attributes to the list.
addAttributes(AttributeSet) - Method in interface javax.swing.text.MutableAttributeSet
Enabled: Creates a new attribute set similar to this one except that it contains the given attributes and values.
addAttributes(AttributeSet) - Method in class javax.swing.text.KeyBuilder
Adds a set of key/value pairs to the set.
addAttributes(AttributeSet, AttributeSet) - Method in class javax.swing.text.StyleContext
Enabled: Adds a set of attributes to the element.
addAttributes(AttributeSet, AttributeSet) - Method in interface javax.swing.text.AttributeContext
Adds a set of attributes to the element.
addAuxiliaryLookAndFeel(LookAndFeel) - Static method in class javax.swing.UIManager
Suppressed: Adds a LookAndFeel to the list of auxiliary look and feels.
addAWTEventListener(AWTEventListener, long) - Method in class java.awt.Toolkit
Suppressed: Adds an AWTEventListener to receive all AWTEvents dispatched system-wide that conform to the given eventMask.
addBar(Menu) - Method in class org.eclipse.swt.widgets.Display
 
addBefore(LinkedHashMap.Entry) - Method in class java.util.Entry
Insert this entry before the specified existing entry in the list.
addBefore(Object, LinkedList.Entry) - Method in class java.util.LinkedList
 
addBidiSegmentListener(BidiSegmentListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Adds a bidirectional segment listener.
addCaretListener(CaretListener) - Method in class javax.swing.text.JTextComponent
Enabled: Adds a caret listener for notification of any changes to the caret.
addCellEditorListener(CellEditorListener) - Method in class javax.swing.AbstractCellEditor
Enabled: Adds a CellEditorListener to the listener list.
addCellEditorListener(CellEditorListener) - Method in interface javax.swing.CellEditor
Enabled: Adds a listener to the list that's notified when the editor stops, or cancels editing.
addCertificate(Certificate) - Method in class java.security.Identity
Deprecated. Enabled: Adds a certificate for this identity.
addChangeListener(ChangeListener) - Method in class javax.swing.JSlider
Enabled: Adds a ChangeListener to the slider.
addChangeListener(ChangeListener) - Method in class javax.swing.JProgressBar
Enabled: Adds the specified ChangeListener to the progress bar.
addChangeListener(ChangeListener) - Method in class javax.swing.JViewport
Enabled: Adds a ChangeListener to the list that is notified each time the view's size, position, or the viewport's extent size has changed.
addChangeListener(ChangeListener) - Method in class javax.swing.DefaultBoundedRangeModel
Enabled: Adds a ChangeListener.
addChangeListener(ChangeListener) - Method in interface javax.swing.BoundedRangeModel
Enabled: Adds a ChangeListener to the model's listener list.
addChangeListener(ChangeListener) - Method in class javax.swing.MenuSelectionManager
Enabled: Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in class javax.swing.DefaultButtonModel
Enabled: Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in interface javax.swing.ButtonModel
Enabled: Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in class javax.swing.DefaultSingleSelectionModel
Enabled: Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in interface javax.swing.SingleSelectionModel
Enabled: Adds listener as a listener to changes in the model.
addChangeListener(ChangeListener) - Method in class javax.swing.JTabbedPane
Enabled: Adds a ChangeListener to this tabbedpane.
addChangeListener(ChangeListener) - Method in class javax.swing.AbstractButton
Enabled: Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in interface javax.swing.SpinnerModel
Enabled: Adds a ChangeListener to the model's listener list.
addChangeListener(ChangeListener) - Method in class javax.swing.JSpinner
Enabled: Adds a listener to the list that is notified each time a change to the model occurs.
addChangeListener(ChangeListener) - Method in class javax.swing.AbstractSpinnerModel
Enabled: Adds a ChangeListener to the model's listener list.
addChangeListener(ChangeListener) - Method in class javax.swing.text.NamedStyle
Adds a change listener.
addChangeListener(ChangeListener) - Method in interface javax.swing.text.Style
Enabled: Adds a listener to track whenever an attribute has been changed.
addChangeListener(ChangeListener) - Method in class javax.swing.text.StyleContext
Enabled: Adds a listener to track when styles are added or removed.
addChangeListener(ChangeListener) - Method in class javax.swing.text.DefaultCaret
Enabled: Adds a listener to track whenever the caret position has been changed.
addChangeListener(ChangeListener) - Method in interface javax.swing.text.Caret
Enabled: Adds a listener to track whenever the caret position has been changed.
addCheck() - Method in class org.eclipse.swt.custom.TableTreeItem
 
addChild(AST) - Method in class antlr.BaseAST
Enabled: Add a node to the end of the child list for this node
addChild(AST) - Method in class antlr.ASTNULLType
Enabled:
addChild(AST) - Method in interface antlr.collections.AST
Enabled: Add a (rightmost) child to this node
addChoosableFileFilter(FileFilter) - Method in class javax.swing.JFileChooser
Enabled: Adds a filter to the list of user choosable file filters.
addChooserPanel(AbstractColorChooserPanel) - Method in class javax.swing.JColorChooser
Enabled: Adds a color chooser panel to the color chooser.
addClass(Class) - Method in class java.lang.ClassLoader
 
addClass(EClassDoc) - Method in class com.combex.e.edoc.EPackageDoc
 
addColumn(TableColumn) - Method in class javax.swing.JTable
Enabled: Appends aColumn to the end of the array of columns held by this JTable's column model.
addColumnSelectionInterval(int, int) - Method in class javax.swing.JTable
Enabled: Adds the columns from index0 to index1, inclusive, to the current selection.
addComponentListener(ComponentListener) - Method in class java.awt.Component
Enabled: Adds the specified component listener to receive component events from this component.
addContainerListener(ContainerListener) - Method in class java.awt.Container
Enabled: Adds the specified container listener to receive container events from this container.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Tracker
Enabled: Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
Enabled: Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addCTabFolderListener(CTabFolderListener) - Method in class org.eclipse.swt.custom.CTabFolder
Enabled: Adds the listener to the collection of listeners who will be notified when a tab item is closed.
addDeadManSwitch(Object) - Method in class org.erights.e.elib.vat.SWTRunner
AWT doesn't shut down or merge, so do nothing.
addDeadManSwitch(Object) - Method in class org.erights.e.elib.vat.Runner
Remember the deadManSwitch, so that if I'm shut down, I can notify him.
addDeadManSwitch(Object) - Method in class org.erights.e.elib.vat.HeadlessRunner
 
addDeadManSwitch(Object) - Method in class org.erights.e.elib.vat.DeadRunner
 
addDeadManSwitch(Object) - Method in class org.erights.e.elib.vat.AWTRunner
AWT doesn't shut down or merge, so do nothing.
addDirtyRegion(JComponent, int, int, int, int) - Method in class javax.swing.RepaintManager
Suppressed: Add a component in the list of components that should be refreshed.
addDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
Enabled: Adds the listener to the collection of listeners who will be notifed when the widget is disposed.
addDocumentListener(DocumentListener) - Method in class javax.swing.text.DefaultStyledDocument
Enabled: Adds a document listener for notification of any changes.
addDocumentListener(DocumentListener) - Method in class javax.swing.text.AbstractDocument
Enabled: Adds a document listener for notification of any changes.
addDocumentListener(DocumentListener) - Method in interface javax.swing.text.Document
Enabled: Registers the given observer to begin receiving notifications when changes are made to the document.
addDoneListener(ListenerBase) - Method in class antlr.debug.ParserEventSupport
Enabled:
addDragGestureListener(DragGestureListener) - Method in class java.awt.dnd.DragGestureRecognizer
Enabled: Register a new DragGestureListener.
addDragListener(DragSourceListener) - Method in class org.eclipse.swt.dnd.DragSource
Enabled: Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DragSourceListener interface.
addDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSource
Suppressed: Adds the specified DragSourceListener to this DragSource to receive drag source events during drag operations intiated with this DragSource.
addDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSourceContext
Enabled: Add a DragSourceListener to this DragSourceContext if one has not already been added.
addDragSourceMotionListener(DragSourceMotionListener) - Method in class java.awt.dnd.DragSource
Suppressed: Adds the specified DragSourceMotionListener to this DragSource to receive drag motion events during drag operations intiated with this DragSource.
addDropListener(DropTargetListener) - Method in class org.eclipse.swt.dnd.DropTarget
Enabled: Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DropTargetListener interface.
addDropTargetListener(DropTargetListener) - Method in class java.awt.dnd.DropTarget
Enabled: Adds a new DropTargetListener (UNICAST SOURCE).
addDropTargetListener(DropTargetListener) - Method in class javax.swing.SwingDropTarget
 
added - Variable in class javax.swing.text.ElementEdit
 
added - Variable in class javax.swing.text.ElemChanges
 
added - Variable in class javax.swing.text.PlainDocument
 
addEdit(UndoableEdit) - Method in class javax.swing.text.DefaultDocumentEvent
Adds a document edit.
addElement(AlternativeElement) - Method in class antlr.Alternative
 
addElement(GapContent.MarkData) - Method in class javax.swing.text.MarkVector
Add a mark to the end
addElement(int) - Method in class javax.swing.IntVector
 
addElement(Object) - Method in class java.util.Vector
Enabled: Adds the specified component to the end of this vector, increasing its size by one.
addElement(Object) - Method in class javax.swing.DefaultComboBoxModel
Enabled:
addElement(Object) - Method in interface javax.swing.MutableComboBoxModel
Enabled: Adds an item at the end of the model.
addElement(Object) - Method in class javax.swing.DefaultListModel
Enabled: Adds the specified component to the end of this list.
addElement(Object) - Method in class net.vattp.data.SendThread
Add an element to the aggrated message being constructed.
addElement(Object) - Method in class org.erights.e.elib.tables.FlexSet
Enabled: 'strict' defaults to false
addElement(Object, boolean) - Method in class org.erights.e.elib.tables.FlexSet
Enabled: Adds newElement to the set.
addElementToCurrentAlt(AlternativeElement) - Method in class antlr.MakeGrammar
 
addElems(ConstList) - Method in class org.erights.e.elib.util.DynamicMapEnumeration
Enabled: Add elements at the current position.
addElems(ConstList) - Method in class org.erights.e.elib.util.DynamicMap
Enabled: Add new objects to the collection.
addElemsAt(ConstList, int) - Method in class org.erights.e.elib.util.DynamicMap
Add new objects to the collection at a specific location.
addend - Static variable in class java.util.Random
 
addEntry(int, Object, Object, int) - Method in class java.util.HashMap
Add a new entry with the specified key, value and hash code to the specified bucket.
addEntry(int, Object, Object, int) - Method in class java.util.LinkedHashMap
This override alters behavior of superclass put method.
addExceptionSpec(ExceptionSpec) - Method in class antlr.RuleBlock
Enabled:
addExtendedModifyListener(ExtendedModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Adds an extended modify listener.
addFaultHandler(OneArgFunc) - Method in class net.captp.jcomm.IdentityMgr
Enabled:
addFaultHandler(OneArgFunc) - Method in class net.captp.tables.SwissTable
Enabled: A SwissDB is able to supplement the SwissTable's internal mySwissToRef table with further storage that gets faulted on demand.
addFill(int, int) - Method in class javax.swing.text.TableView
Mark a grid location as filled in for a cells overflow.
addFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs anywhere in SWT.
addFirst(Object) - Method in class java.util.LinkedList
Enabled: Inserts the given element at the beginning of this list.
addFlavorForUnencodedNative(String, DataFlavor) - Method in class java.awt.datatransfer.SystemFlavorMap
Suppressed: Adds a mapping from a single String native to a single DataFlavor.
addFocusListener(FocusListener) - Method in class java.awt.AccessibleAWTComponent
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class java.awt.AccessibleAWTMenuComponent
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class java.awt.Component
Suppressed: Adds the specified focus listener to receive focus events from this component when this component gains input focus.
addFocusListener(FocusListener) - Method in class java.awt.AccessibleAWTListChild
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in interface javax.accessibility.AccessibleComponent
Enabled: Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class javax.swing.AccessibleJTreeNode
 
addFocusListener(FocusListener) - Method in class javax.swing.AccessibleJTableCell
 
addFocusListener(FocusListener) - Method in class javax.swing.AccessibleJListChild
 
addFocusListener(FocusListener) - Method in class javax.swing.Page
 
addFocusListener(FocusListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Adds the listener to the collection of listeners who will be notified when the control gains or loses focus, by sending it one of the messages defined in the FocusListener interface.
addGrammar(Grammar) - Method in class antlr.preprocessor.Hierarchy
Enabled:
addGrammar(Grammar) - Method in class antlr.preprocessor.GrammarFile
Enabled:
addGrammarFile(GrammarFile) - Method in class antlr.preprocessor.Hierarchy
Enabled:
addHandler(ExceptionHandler) - Method in class antlr.ExceptionSpec
 
addHeaderAction(String) - Method in class antlr.preprocessor.GrammarFile
Enabled:
addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.MenuItem
Enabled: Adds the listener to the collection of listeners who will be notified when the help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Menu
Enabled: Adds the listener to the collection of listeners who will be notified when help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Adds the listener to the collection of listeners who will be notified when help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
addHierarchyBoundsListener(HierarchyBoundsListener) - Method in class java.awt.Component
Suppressed: Adds the specified hierarchy bounds listener to receive hierarchy bounds events from this component when the hierarchy to which this container belongs changes.
addHierarchyListener(HierarchyListener) - Method in class java.awt.Component
Suppressed: Adds the specified hierarchy listener to receive hierarchy changed events from this component when the hierarchy to which this container belongs changes.
addHighlight(int, int, Highlighter.HighlightPainter) - Method in class javax.swing.text.DefaultHighlighter
Suppressed: Adds a highlight to the view.
addHighlight(int, int, Highlighter.HighlightPainter) - Method in interface javax.swing.text.Highlighter
Suppressed: Adds a highlight to the view.
addHyperlinkListener(HyperlinkListener) - Method in class javax.swing.JEditorPane
Enabled: Adds a hyperlink listener for notification of any changes, for example when a link is selected and entered.
addIdentity(Identity) - Method in class java.security.IdentityScope
Enabled: Adds an identity to this identity scope.
addImage(Image, int) - Method in class java.awt.MediaTracker
Enabled: Adds an image to the list of images being tracked by this media tracker.
addImage(Image, int, int, int) - Method in class java.awt.MediaTracker
Enabled: Adds a scaled image to the list of images being tracked by this media tracker.
addImageLoaderListener(ImageLoaderListener) - Method in class org.eclipse.swt.graphics.ImageLoader
Suppressed: Adds a listener to receive image loader events.
addImpl(Component, Object, int) - Method in class java.awt.Container
Adds the specified component to this container at the specified index.
addImpl(Component, Object, int) - Method in class java.awt.ScrollPane
Adds the specified component to this scroll pane container.
addImpl(Component, Object, int) - Method in class javax.swing.JSplitPane
Adds the specified component to this split pane.
addImpl(Component, Object, int) - Method in class javax.swing.CellRendererPane
If the specified component is already a child of this then we don't bother doing anything - stacking order doesn't matter for cell renderer components (CellRendererPane doesn't paint anyway).<
addImpl(Component, Object, int) - Method in class javax.swing.JInternalFrame
Ensures that, by default, children cannot be added directly to this component.
addImpl(Component, Object, int) - Method in class javax.swing.JViewport
Sets the JViewport's one lightweight child, which can be null.
addImpl(Component, Object, int) - Method in class javax.swing.JWindow
By default, children may not be added directly to a this component, they must be added to its contentPane instead.
addImpl(Component, Object, int) - Method in class javax.swing.JToolBar
If a JButton is being added, it is initially set to be disabled.
addImpl(Component, Object, int) - Method in class javax.swing.JApplet
By default, children may not be added directly to a this component, they must be added to its contentPane instead.
addImpl(Component, Object, int) - Method in class javax.swing.JLayeredPane
 
addImpl(Component, Object, int) - Method in class javax.swing.JRootPane
Overridden to enforce the position of the glass component as the zero child.
addImpl(Component, Object, int) - Method in class javax.swing.JFrame
By default, children may not be added directly to this component, they must be added to its contentPane instead.
addImpl(Component, Object, int) - Method in class javax.swing.JDialog
By default, children may not be added directly to this component, they must be added to its contentPane instead.
addInputBufferListener(InputBufferListener) - Method in class antlr.debug.InputBufferEventSupport
Enabled:
addInputBufferListener(InputBufferListener) - Method in class antlr.debug.DebuggingInputBuffer
Enabled:
addInputMethodListener(InputMethodListener) - Method in class java.awt.Component
Suppressed: Adds the specified input method listener to receive input method events from this component.
addInputMethodListener(InputMethodListener) - Method in class javax.swing.text.JTextComponent
Suppressed:
addInputStream(TokenStream, String) - Method in class antlr.TokenStreamSelector
Enabled:
addInsets(int, int, Container) - Static method in class javax.swing.SpringLayout
 
addInternal(EventListener, EventListener) - Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addInternal(EventListener, EventListener) - Static method in class java.awt.dnd.DnDEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addInternalFrameListener(InternalFrameListener) - Method in class javax.swing.JInternalFrame
Suppressed: Adds the specified listener to receive internal frame events from this internal frame.
addInvalidComponent(JComponent) - Method in class javax.swing.RepaintManager
Suppressed: Mark the component as in need of layout and queue a runnable for the event dispatching thread that will validate the components first isValidateRoot() ancestor.
addItem(Object) - Method in class javax.swing.JComboBox
Enabled: Adds an item to the item list.
addItem(String) - Method in class java.awt.List
Suppressed: @deprecated replaced by add(String).
addItem(String) - Method in class java.awt.Choice
Suppressed: Obsolete as of Java 2 platform v1.1.
addItem(String, int) - Method in class java.awt.List
Suppressed: @deprecated replaced by add(String, int).
addItem(TableTreeItem, int) - Method in class org.eclipse.swt.custom.TableTreeItem
 
addItem(TableTreeItem, int) - Method in class org.eclipse.swt.custom.TableTree
 
addItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
Enabled: Adds a listener to receive item events when the state of an item is changed by the user.
addItemListener(ItemListener) - Method in class java.awt.List
Suppressed: Adds the specified item listener to receive item events from this list.
addItemListener(ItemListener) - Method in class java.awt.Choice
Suppressed: Adds the specified item listener to receive item events from this Choice menu.
addItemListener(ItemListener) - Method in class java.awt.CheckboxMenuItem
Suppressed: Adds the specified item listener to receive item events from this check box menu item.
addItemListener(ItemListener) - Method in class java.awt.Checkbox
Suppressed: Adds the specified item listener to receive item events from this check box.
addItemListener(ItemListener) - Method in class javax.swing.JComboBox
Enabled: Adds an ItemListener.
addItemListener(ItemListener) - Method in class javax.swing.DefaultButtonModel
Enabled: Adds an ItemListener to the button.
addItemListener(ItemListener) - Method in interface javax.swing.ButtonModel
Enabled: Adds an ItemListener to the button.
addItemListener(ItemListener) - Method in class javax.swing.AbstractButton
Enabled: Adds an ItemListener to the checkbox.
addItemNoInvalidate(String) - Method in class java.awt.Choice
Adds an item to this Choice, but does not invalidate the Choice.
addJavaMemberNodesToMap(FlexMap) - Method in class org.erights.e.elang.evm.EMethodNode
Enabled: Do nothing
addJavaMemberNodesToMap(FlexMap) - Method in class org.erights.e.elib.base.MethodNode
Enabled: If this MethodNode is or consists of JavaMemberNodes, add these JavaMemberNodes to map indexed by their optTypedVerb (their flat signature).
addJavaMemberNodesToMap(FlexMap) - Method in class org.erights.e.elib.prim.OverloaderNode
Enabled: Add all my nodes to the map
addJavaMemberNodesToMap(FlexMap) - Method in class org.erights.e.elib.prim.JavaMemberNode
Enabled: Add this JavaMemberNode to the map
addKeyEventDispatcher(KeyEventDispatcher) - Method in class java.awt.KeyboardFocusManager
Suppressed: Adds a KeyEventDispatcher to this KeyboardFocusManager's dispatcher chain.
addKeyEventDispatcher(KeyEventDispatcher) - Method in class javax.swing.DelegatingDefaultFocusManager
 
addKeyEventPostProcessor(KeyEventPostProcessor) - Method in class java.awt.KeyboardFocusManager
Suppressed: Adds a KeyEventPostProcessor to this KeyboardFocusManager's post- processor chain.
addKeyListener(KeyListener) - Method in class java.awt.Component
Enabled: Adds the specified key listener to receive key events from this component.
addKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Adds the listener to the collection of listeners who will be notified when keys are pressed and released on the system keyboard, by sending it one of the messages defined in the KeyListener interface.
addKeymap() - Static method in class javax.swing.text.JTextComponent
Added: Safe replacement for the suppressed static addKeymap/2.
addKeymap() - Static method in class org.erights.e.meta.javax.swing.text.JTextComponentMakerSugar
Enabled: Safe replacement for the suppressed static addKeymap/2.
addKeymap(String, Keymap) - Static method in class javax.swing.text.JTextComponent
Suppressed: Adds a new keymap into the keymap hierarchy.
addLanguageListener(Control, Runnable) - Static method in class org.eclipse.swt.custom.StyledTextBidi
Adds a listener that should be called when the user changes the keyboard layout for the specified window.
addLast(Object) - Method in class java.util.LinkedList
Enabled: Appends the given element to the end of this list.
addLast(RunnableLock) - Method in class org.eclipse.swt.widgets.Synchronizer
 
addLayoutComponent(Component, Object) - Method in class java.awt.BorderLayout
Suppressed: Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object) - Method in interface java.awt.LayoutManager2
Enabled: Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object) - Method in class java.awt.GridBagLayout
Enabled: Adds the specified component to the layout, using the specified constraints object.
addLayoutComponent(Component, Object) - Method in class java.awt.CardLayout
Enabled: Adds the specified component to this card layout's internal table of names.
addLayoutComponent(Component, Object) - Method in class javax.swing.OverlayLayout
Enabled: Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object) - Method in class javax.swing.DefaultToolBarLayout
 
addLayoutComponent(Component, Object) - Method in class javax.swing.BoxLayout
Suppressed: Not used by this class.
addLayoutComponent(Component, Object) - Method in class javax.swing.RootLayout
 
addLayoutComponent(Component, Object) - Method in class javax.swing.SpringLayout
Enabled: If constraints is an instance of SpringLayout.Constraints, associates the constraints with the specified component.
addLayoutComponent(Component, Object) - Method in class org.erights.e.ui.awt.BrickLayer
Enabled:
addLayoutComponent(String, Component) - Method in class java.awt.GridLayout
Enabled: Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.FlowLayout
Enabled: Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.BorderLayout
Suppressed: @deprecated replaced by addLayoutComponent(Component, Object).
addLayoutComponent(String, Component) - Method in interface java.awt.LayoutManager
Enabled: If the layout manager uses a per-component string, adds the component comp to the layout, associating it with the string specified by name.
addLayoutComponent(String, Component) - Method in class java.awt.GridBagLayout
Enabled: Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.CardLayout
Enabled: @deprecated replaced by addLayoutComponent(Component, Object).
addLayoutComponent(String, Component) - Method in class javax.swing.OverlayLayout
Enabled: Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class javax.swing.ViewportLayout
Suppressed: Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class javax.swing.ScrollPaneLayout
Suppressed: Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class javax.swing.DefaultToolBarLayout
 
addLayoutComponent(String, Component) - Method in class javax.swing.BoxLayout
Suppressed: Not used by this class.
addLayoutComponent(String, Component) - Method in class javax.swing.RootLayout
 
addLayoutComponent(String, Component) - Method in class javax.swing.SpringLayout
Enabled: Has no effect, since this layout manager does not use a per-component string.
addLayoutComponent(String, Component) - Method in class javax.swing.DefaultEditor
This LayoutManager method does nothing.
addLayoutComponent(String, Component) - Method in class org.erights.e.ui.awt.BrickLayer
Enabled:
addLightweightRequest(Component, boolean) - Method in class java.awt.HeavyweightFocusRequest
 
addLineBackgroundListener(LineBackgroundListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Adds a line background listener.
addLineIndex(int, int) - Method in class org.eclipse.swt.custom.DefaultContent
Adds a line to the end of the line indexes array.
addLineIndex(int, int, int[][], int) - Method in class org.eclipse.swt.custom.DefaultContent
Adds a line index to the end of linesArray.
addLineStyleListener(LineStyleListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Adds a line style listener.
addListDataListener(ListDataListener) - Method in class javax.swing.AbstractListModel
Enabled: Adds a listener to the list that's notified each time a change to the data model occurs.
addListDataListener(ListDataListener) - Method in interface javax.swing.ListModel
Enabled: Adds a listener to the list that's notified each time a change to the data model occurs.
addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
Enabled: Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs.
addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Suppressed: Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs.
addListeners(Component, boolean) - Method in class javax.swing.AncestorNotifier
 
addListSelectionListener(ListSelectionListener) - Method in class javax.swing.DefaultListSelectionModel
Enabled:
addListSelectionListener(ListSelectionListener) - Method in interface javax.swing.ListSelectionModel
Enabled: Add a listener to the list that's notified each time a change to the selection occurs.
addListSelectionListener(ListSelectionListener) - Method in class javax.swing.JList
Enabled: Adds a listener to the list that's notified each time a change to the selection occurs.
addMenuDragMouseListener(MenuDragMouseListener) - Method in class javax.swing.JMenuItem
Enabled: Adds a MenuDragMouseListener to the menu item.
addMenuKeyListener(MenuKeyListener) - Method in class javax.swing.JMenuItem
Enabled: Adds a MenuKeyListener to the menu item.
addMenuListener(MenuListener) - Method in class javax.swing.JMenu
Suppressed: Adds a listener for menu events.
addMenuListener(MenuListener) - Method in class org.eclipse.swt.widgets.Menu
Enabled: Adds the listener to the collection of listeners who will be notified when menus are hidden or shown, by sending it one of the messages defined in the MenuListener interface.
addMessageListener(MessageListener) - Method in class antlr.Parser
Enabled:
addMessageListener(MessageListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
addMessageListener(MessageListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
addMessageListener(MessageListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
addMethod(MethodNode, SafeJ) - Method in class org.erights.e.elib.prim.VTable
Enabled: Throw the method into the pile, if appropriate, and in an order independent way.
addMethod(String, MethodNode, SafeJ) - Method in class org.erights.e.elib.prim.VTable
Enabled: Throw the method into the pile, if appropriate, and in an order independent way.
addMethods(ConstMap, SafeJ) - Method in class org.erights.e.elib.prim.VTable
Enabled: 'methods' must be a map from mverbs (mangled verbs) to MethodNodes, as would be returned by 'methods()'.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Adds a modify listener.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.CCombo
Enabled: Adds the listener to receive events.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Text
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Combo
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addMouseListener(MouseListener) - Method in class java.awt.Component
Enabled: Adds the specified mouse listener to receive mouse events from this component.
addMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Adds the listener to the collection of listeners who will be notified when mouse buttons are pressed and released, by sending it one of the messages defined in the MouseListener interface.
addMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
Enabled: Adds the specified mouse motion listener to receive mouse motion events from this component.
addMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Adds the listener to the collection of listeners who will be notified when the mouse moves, by sending it one of the messages defined in the MouseMoveListener interface.
addMouseTrackListener(MouseTrackListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Adds the listener to the collection of listeners who will be notified when the mouse passes or hovers over controls, by sending it one of the messages defined in the MouseTrackListener interface.
addMouseWheelListener(MouseWheelListener) - Method in class java.awt.Component
Enabled: Adds the specified mouse wheel listener to receive mouse wheel events from this component.
addNamesTo(FlexSet) - Method in class org.erights.e.elang.scope.ScopeMapLink
 
addNamesTo(FlexSet) - Method in class org.erights.e.elang.scope.ScopeMapContour
 
addNamesTo(FlexSet) - Method in class org.erights.e.elang.scope.ScopeMapBase
 
addNamesTo(FlexSet) - Method in class org.erights.e.elang.scope.ScopeMap
Adds all the names mapped by this ScopeMap to 'names'
addNamesTo(FlexSet) - Method in class org.erights.e.elang.scope.PatternMapLink
 
addNamesTo(FlexSet) - Method in class org.erights.e.elang.scope.PatternMapContour
 
addNamesTo(FlexSet) - Method in class org.erights.e.elang.scope.PatternMapBase
 
addNamesTo(FlexSet) - Method in class org.erights.e.elang.scope.PatternMap
 
addNewConnectionReactor(NewConnectionReactor) - Method in class net.vattp.data.VatTPMgr
Enabled: Register an object to notice a new connection which has successfully completed the startup protocol.
addNewLineListener(NewLineListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
addNewLineListener(NewLineListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
addNotify() - Method in class java.awt.Canvas
Suppressed: Creates the peer of the canvas.
addNotify() - Method in class java.awt.Dialog
Suppressed: Makes this Dialog displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.PopupMenu
Suppressed: Creates the popup menu's peer.
addNotify() - Method in class java.awt.Menu
Suppressed: Creates the menu's peer.
addNotify() - Method in class java.awt.MenuItem
Suppressed: Creates the menu item's peer.
addNotify() - Method in class java.awt.Panel
Suppressed: Creates the Panel's peer.
addNotify() - Method in class java.awt.Frame
Suppressed: Makes this Frame displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.Window
Suppressed: Makes this Window displayable by creating the connection to its native screen resource.
addNotify() - Method in class java.awt.Container
Suppressed: Makes this Container displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.Component
Suppressed: Makes this Component displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.TextField
Suppressed: Creates the TextField's peer.
addNotify() - Method in class java.awt.TextComponent
Suppressed: Makes this Component displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.TextArea
Suppressed: Creates the TextArea's peer.
addNotify() - Method in class java.awt.Scrollbar
Suppressed: Creates the Scrollbar's peer.
addNotify() - Method in class java.awt.ScrollPane
Suppressed: Creates the scroll pane's peer.
addNotify() - Method in class java.awt.MenuBar
Suppressed: Creates the menu bar's peer.
addNotify() - Method in class java.awt.List
Suppressed: Creates the peer for the list.
addNotify() - Method in class java.awt.Label
Suppressed: Creates the peer for this label.
addNotify() - Method in class java.awt.FileDialog
Suppressed: Creates the file dialog's peer.
addNotify() - Method in class java.awt.Choice
Suppressed: Creates the Choice's peer.
addNotify() - Method in class java.awt.CheckboxMenuItem
Suppressed: Creates the peer of the checkbox item.
addNotify() - Method in class java.awt.Checkbox
Suppressed: Creates the peer of the Checkbox.
addNotify() - Method in class java.awt.Button
Suppressed: Creates the peer of the button.
addNotify() - Method in class javax.swing.JTable
Suppressed: Calls the configureEnclosingScrollPane method.
addNotify() - Method in class javax.swing.JMenuBar
Suppressed: Overrides JComponent.addNotify to register this menu bar with the current keyboard manager.
addNotify() - Method in class javax.swing.JRootPane
Suppressed: Register ourselves with the SystemEventQueueUtils as a new root pane.
addNotify() - Method in class javax.swing.JComponent
Suppressed: Notifies this component that it now has a parent component.
addNotify(ComponentPeer) - Method in class java.awt.dnd.DropTarget
Suppressed: Notify the DropTarget that it has been associated with a Component This method is usually called from java.awt.Component.addNotify() of the Component associated with this DropTarget to notify the DropTarget that a ComponentPeer has been associated with that Component.
addNotify(DropTargetContextPeer) - Method in class java.awt.dnd.DropTargetContext
Suppressed: Called when associated with the DropTargetContextPeer.
addObserver(Observer) - Method in class java.util.Observable
Enabled: Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addOne(int[], int, int, int) - Static method in class java.math.BigInteger
Add one word to the number a mlen words into a.
addOne(Integer) - Method in class org.erights.e.elib.tests.TestClass
addOne -- takes an int32 value and adds one to it, then returns the new value.
addOption(Option) - Method in class antlr.preprocessor.Grammar
 
addOwnedWindow(WeakReference) - Method in class java.awt.Window
 
addPaintListener(PaintListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver needs to be painted, by sending it one of the messages defined in the PaintListener interface.
addParserListener(ParserListener) - Method in class antlr.Parser
Enabled:
addParserListener(ParserListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
addParserListener(ParserListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
addParserListener(ParserListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
addParserMatchListener(ParserMatchListener) - Method in class antlr.Parser
Enabled:
addParserMatchListener(ParserMatchListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
addParserMatchListener(ParserMatchListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
addParserMatchListener(ParserMatchListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
addParserTokenListener(ParserTokenListener) - Method in class antlr.Parser
Enabled:
addParserTokenListener(ParserTokenListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
addParserTokenListener(ParserTokenListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
addParserTokenListener(ParserTokenListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
addPoint(int, int) - Method in class java.awt.Polygon
Enabled: Appends the specified coordinates to this Polygon.
addPopup(Menu) - Method in class org.eclipse.swt.widgets.Display
 
addPopupMenuListener(PopupMenuListener) - Method in class javax.swing.JComboBox
Enabled: Adds a PopupMenu listener which will listen to notification messages from the popup portion of the combo box.
addPopupMenuListener(PopupMenuListener) - Method in class javax.swing.JPopupMenu
Enabled: Adds a PopupMenu listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.AccessibleAWTComponent
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
Suppressed: Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Window
Suppressed: Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Container
Suppressed: Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
Suppressed: Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.accessibility.AccessibleContext
Enabled: Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AccessibleJTreeNode
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AccessibleJTableCell
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.EditorAccessibleContext
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AccessibleJListChild
 
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AccessibleJComponent
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AbstractAction
Suppressed: Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in interface javax.swing.Action
Suppressed: Adds a PropertyChange listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.UIDefaults
Suppressed: Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Static method in class javax.swing.UIManager
Suppressed: Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.JComponent
Suppressed: Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.ActionStandin
 
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.DisabledAction
 
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.DelegatingDefaultFocusManager
 
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.event.SwingPropertyChangeSupport
Suppressed: Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
Suppressed: Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Window
Suppressed: Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Container
Suppressed: Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Component
Suppressed: Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Toolkit
Suppressed: Adds the specified property change listener for the named desktop property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class javax.swing.JComponent
Suppressed: Adds a PropertyChangeListener for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class javax.swing.DelegatingDefaultFocusManager
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class javax.swing.event.SwingPropertyChangeSupport
Suppressed: Add a PropertyChangeListener for a specific property.
addProvider(Provider) - Static method in class java.security.Security
Enabled: Adds a provider to the next position available.
addr - Variable in class java.net.InetSocketAddress
 
addr - Variable in class java.net.InetAddressContainer
 
ADDR_FRAME - Static variable in interface org.erights.e.elang.smallcaps.SmallcapsOps
Enabled: Accesses the index'th instance variable.
ADDR_FRAME_SLOT - Static variable in interface org.erights.e.elang.smallcaps.SmallcapsOps
Enabled: Accesses the value of the slot at the index'th instance variable.
ADDR_LITERAL - Static variable in interface org.erights.e.elang.smallcaps.SmallcapsOps
Enabled: Accesses the index'th literal.
ADDR_LOCAL - Static variable in interface org.erights.e.elang.smallcaps.SmallcapsOps
Enabled: Accesses the index'th local variable.
ADDR_LOCAL_SLOT - Static variable in interface org.erights.e.elang.smallcaps.SmallcapsOps
Enabled: Accesses the value of the slot at the index'th local variable.
ADDR_OUTER_SLOT - Static variable in interface org.erights.e.elang.smallcaps.SmallcapsOps
Enabled: Accesses the value of the slot at the index'th outer variable.
ADDR_TYPE_NOT_SUP - Static variable in interface java.net.SocksConsts
 
addRef() - Method in class org.eclipse.swt.widgets.ImageList
 
AddRef() - Method in class org.eclipse.swt.dnd.OleEnumFORMATETC
 
AddRef() - Method in class org.eclipse.swt.dnd.DropTarget
 
AddRef() - Method in class org.eclipse.swt.dnd.DragSource
 
AddRef() - Method in class org.eclipse.swt.dnd.Clipboard
 
addReference(RuleRefElement) - Method in class antlr.RuleSymbol
 
addRenderingHints(Map) - Method in class java.awt.Graphics2D
Suppressed: Sets the values of an arbitrary number of preferences for the rendering algorithms.
addRequestProperty(String, String) - Method in class java.net.URLConnection
Enabled: Adds a general request property specified by a key-value pair.
addResourceBundle(String) - Method in class javax.swing.UIDefaults
Suppressed: Adds a resource bundle to the list of resource bundles that are searched for localized values.
address - Variable in class java.net.InetAddress
Holds a 32-bit IPv4 address.
address - Variable in class java.net.CacheEntry
 
address - Variable in class java.net.SocketImpl
The IP address of the remote end of this socket.
address - Variable in class java.net.DatagramPacket
 
ADDRESS_BITS_PER_UNIT - Static variable in class java.util.BitSet
 
addressCache - Static variable in class java.net.InetAddress
 
addressCacheInit - Static variable in class java.net.InetAddress
 
addresses - Variable in class java.net.SocketPermission
 
addRowSelectionInterval(int, int) - Method in class javax.swing.JTable
Enabled: Adds the rows from index0 to index1, inclusive, to the current selection.
addrs - Variable in class java.net.NetworkInterface
 
addRule(Rule) - Method in class antlr.preprocessor.Grammar
 
addRunnableCanvas(JRootPane) - Static method in class javax.swing.SystemEventQueueUtilities
Associate a RunnableCanvas and a JRootPane to enable queuing events for the root pane's parent window's event dispatching thread.
addRunnableEvent(SystemEventQueueUtilities.RunnableEvent) - Method in class javax.swing.RunnableCanvas
Add a RunnableEvent to the queue that will be dispatched when this component is repainted.
addSelectionInterval(int, int) - Method in class javax.swing.JTree
Enabled: Adds the paths between index0 and index1, inclusive, to the selection.
addSelectionInterval(int, int) - Method in class javax.swing.DefaultListSelectionModel
Enabled:
addSelectionInterval(int, int) - Method in interface javax.swing.ListSelectionModel
Enabled: Change the selection to be the set union of the current selection and the indices between index0 and index1 inclusive.
addSelectionInterval(int, int) - Method in class javax.swing.JList
Enabled: Sets the selection to be the union of the specified interval with current selection.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TableTree
Suppressed: Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TableCursor
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Adds a selection listener.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CTabFolder
Enabled: Adds the listener to receive events.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CCombo
Enabled: Adds the listener to receive events.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ToolItem
Enabled: Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Text
Enabled: Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TableColumn
Enabled: Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TabFolder
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's value changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's value changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Scale
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's value changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Sash
Enabled: Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
Enabled: Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.CoolItem
Enabled: Adds the listener to the collection of listeners that will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Button
Enabled: Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionPath(TreePath) - Method in class javax.swing.JTree
Enabled: Adds the node identified by the specified TreePath to the current selection.
addSelectionPaths(TreePath[]) - Method in class javax.swing.JTree
Enabled: Adds each path in the array of paths to the current selection.
addSelectionPaths(TreePath[]) - Method in class javax.swing.EmptySelectionModel
A null implementation that adds nothing.
addSelectionRow(int) - Method in class javax.swing.JTree
Enabled: Adds the path at the specified row to the current selection.
addSelectionRows(int[]) - Method in class javax.swing.JTree
Enabled: Adds the paths at each of the specified rows to the current selection.
addSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.Parser
Enabled:
addSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
addSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
addSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
addSemPred(String) - Method in class antlr.SatherCodeGenerator
Adds a semantic predicate string to the sem pred vector These strings will be used to build an array of sem pred names when building a debugging parser.
addSemPred(String) - Method in class antlr.JavaCodeGenerator
Adds a semantic predicate string to the sem pred vector These strings will be used to build an array of sem pred names when building a debugging parser.
addSemPred(String) - Method in class antlr.CppCodeGenerator
Adds a semantic predicate string to the sem pred vector These strings will be used to build an array of sem pred names when building a debugging parser.
addSeparator() - Method in class java.awt.Menu
Suppressed: Adds a separator line, or a hypen, to the menu at the current position.
addSeparator() - Method in class javax.swing.JPopupMenu
Enabled: Appends a new separator at the end of the menu.
addSeparator() - Method in class javax.swing.JToolBar
Enabled: Appends a separator of default size to the end of the tool bar.
addSeparator() - Method in class javax.swing.JMenu
Enabled: Appends a new separator to the end of the menu.
addSeparator(Dimension) - Method in class javax.swing.JToolBar
Enabled: Appends a separator of a specified size to the end of the tool bar.
addShellListener(ShellListener) - Method in class org.eclipse.swt.widgets.Shell
Enabled: Adds the listener to the collection of listeners who will be notified when operations are performed on the receiver, by sending the listener one of the messages defined in the ShellListener interface.
addShutdownHook(Thread) - Method in class java.lang.Runtime
Enabled: Registers a new virtual-machine shutdown hook.
addSingletonComponent(Component, Component) - Method in class javax.swing.ScrollPaneLayout
Removes an existing component.
addStaticPerms(PermissionCollection, PermissionCollection) - Method in class java.security.Policy
add static permissions to provided permission collection
addString(int) - Method in class javax.swing.text.html.parser.Parser
Add a char to the string buffer.
addStyle(String, Style) - Method in class javax.swing.JTextPane
Enabled: Adds a new style into the logical style hierarchy.
addStyle(String, Style) - Method in class javax.swing.text.DefaultStyledDocument
Enabled: Adds a new style into the logical style hierarchy.
addStyle(String, Style) - Method in interface javax.swing.text.StyledDocument
Enabled: Adds a new style into the logical style hierarchy.
addStyle(String, Style) - Method in class javax.swing.text.StyleContext
Enabled: Adds a new style into the style hierarchy.
addSugarMethodDoc(EClassDoc, EMethodDoc, boolean) - Static method in class com.combex.e.edoc.EDocMain
 
addSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.Parser
Enabled:
addSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
addSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
addSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
addTab(String, Component) - Method in class javax.swing.JTabbedPane
Enabled: Adds a component represented by a title and no icon.
addTab(String, Icon, Component) - Method in class javax.swing.JTabbedPane
Suppressed: Adds a component represented by a title and/or icon, either of which can be null.
addTab(String, Icon, Component, String) - Method in class javax.swing.JTabbedPane
Enabled: Adds a component and tip represented by a title and/or icon, either of which can be null.
addTask(Runnable) - Method in class javax.swing.text.LayoutQueue
Suppressed: Add a task that is not needed immediately because the results are not believed to be visible.
addTextChangeListener(TextChangeListener) - Method in class org.eclipse.swt.custom.WrappedContent
 
addTextChangeListener(TextChangeListener) - Method in interface org.eclipse.swt.custom.StyledTextContent
Enabled: Called by StyledText to add itself as an Observer to content changes.
addTextChangeListener(TextChangeListener) - Method in class org.eclipse.swt.custom.DefaultContent
Adds a TextChangeListener listening for TextChangingEvent and TextChangedEvent.
addTextListener(TextListener) - Method in class java.awt.TextComponent
Suppressed: Adds the specified text event listener to receive text events from this text component.
addTimer(Timer, long) - Method in class javax.swing.TimerQueue
 
addToFrameList() - Method in class java.awt.Frame
 
addTraceListener(TraceListener) - Method in class antlr.Parser
Enabled:
addTraceListener(TraceListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
addTraceListener(TraceListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
addTraceListener(TraceListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
addTraverseListener(TraverseListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Adds the listener to the collection of listeners who will be notified when traversal events occur, by sending it one of the messages defined in the TraverseListener interface.
addTreeExpansionListener(TreeExpansionListener) - Method in class javax.swing.JTree
Enabled: Adds a listener for TreeExpansion events.
addTreeListener(TreeListener) - Method in class org.eclipse.swt.custom.TableTree
Enabled: Adds the listener to receive tree events.
addTreeListener(TreeListener) - Method in class org.eclipse.swt.widgets.Tree
Enabled: Adds the listener to the collection of listeners who will be notified when an item in the receiver is expanded or collapsed by sending it one of the messages defined in the TreeListener interface.
addTreeModelListener(TreeModelListener) - Method in class antlr.debug.misc.JTreeASTModel
Enabled:
addTreeSelectionListener(TreeSelectionListener) - Method in class javax.swing.JTree
Enabled: Adds a listener for TreeSelection events.
addTreeWillExpandListener(TreeWillExpandListener) - Method in class javax.swing.JTree
Enabled: Adds a listener for TreeWillExpand events.
addTypeToParamList() - Method in class com.combex.e.edoc.ParameterParseMachine
 
addUndoableEditListener(UndoableEditListener) - Method in class javax.swing.text.AbstractDocument
Enabled: Adds an undo listener for notification of any changes.
addUndoableEditListener(UndoableEditListener) - Method in interface javax.swing.text.Document
Enabled: Registers the given observer to begin receiving notifications when undoable edits are made to the document.
addUnencodedNativeForFlavor(DataFlavor, String) - Method in class java.awt.datatransfer.SystemFlavorMap
Suppressed: Adds a mapping from the specified DataFlavor (and all DataFlavors equal to the specified DataFlavor) to the specified String native.
addURL(URL) - Method in class java.net.URLClassLoader
Appends the specified URL to the list of URLs to search for classes and resources.
addVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Adds a verify key listener.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Adds a verify listener.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Text
Enabled: Adds the listener to the collection of listeners who will be notified when the receiver's text is verified, by sending it one of the messages defined in the VerifyListener interface.
addVetoableChangeListener(String, VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
Suppressed: Adds a VetoableChangeListener to the listener list for a specific property.
addVetoableChangeListener(String, VetoableChangeListener) - Method in class javax.swing.DelegatingDefaultFocusManager
 
addVetoableChangeListener(VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
Suppressed: Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(VetoableChangeListener) - Method in class javax.swing.JComponent
Suppressed: Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(VetoableChangeListener) - Method in class javax.swing.DelegatingDefaultFocusManager
 
addWindowFocusListener(WindowFocusListener) - Method in class java.awt.Window
Suppressed: Adds the specified window focus listener to receive window events from this window.
addWindowListener(WindowListener) - Method in class java.awt.Window
Enabled: Adds the specified window listener to receive window events from this window.
addWindowStateListener(WindowStateListener) - Method in class java.awt.Window
Suppressed: Adds the specified window state listener to receive window events from this window.
adjustable - Variable in class java.awt.event.AdjustmentEvent
The adjustable object that fired the event.
Adjustable - interface java.awt.Adjustable.
Unsafe:
adjustAllocation(Shape) - Method in class javax.swing.text.FieldView
Adjusts the allocation given to the view to be a suitable allocation for a text field.
adjustCaret(MouseEvent) - Method in class javax.swing.text.DefaultCaret
Adjusts the caret location based on the MouseEvent.
adjustCaretAndFocus(MouseEvent) - Method in class javax.swing.text.DefaultCaret
 
adjustDecendantsOnParent(int) - Method in class java.awt.Window
 
adjustDecendantsOnParent(int) - Method in class java.awt.Container
 
adjustDescendants(int) - Method in class java.awt.Container
 
adjustFocus(boolean) - Method in class javax.swing.text.DefaultCaret
Adjusts the focus, if necessary.
adjustForGravity(GridBagConstraints, Rectangle) - Method in class java.awt.GridBagLayout
Adjusts the x, y, width, and height fields to the correct values depending on the constraint geometry and pads.
AdjustForGravity(GridBagConstraints, Rectangle) - Method in class java.awt.GridBagLayout
This method is obsolete and supplied for backwards compatability only; new code should call adjustForGravity instead.
adjustForHSB(boolean, Rectangle, Rectangle, Insets) - Method in class javax.swing.ScrollPaneLayout
Adjusts the Rectangle available based on if the horizontal scrollbar is needed (wantsHSB).
adjustForVSB(boolean, Rectangle, Rectangle, Insets, boolean) - Method in class javax.swing.ScrollPaneLayout
Adjusts the Rectangle available based on if the vertical scrollbar is needed (wantsVSB).
adjustGap(int, int, int) - Method in class org.eclipse.swt.custom.DefaultContent
Adjusts the gap to accomodate a text change that is occurring.
adjustGridDimensions(Composite, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
adjustListeningChildren(long, int) - Method in class java.awt.Container
 
adjustListeningChildrenOnParent(long, int) - Method in class java.awt.Window
 
adjustListeningChildrenOnParent(long, int) - Method in class java.awt.Component
 
ADJUSTMENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
Enabled: The event mask for selecting adjustment events.
ADJUSTMENT_FIRST - Static variable in class java.awt.event.AdjustmentEvent
Enabled: Marks the first integer id for the range of adjustment event ids.
ADJUSTMENT_LAST - Static variable in class java.awt.event.AdjustmentEvent
Enabled: Marks the last integer id for the range of adjustment event ids.
ADJUSTMENT_VALUE_CHANGED - Static variable in class java.awt.event.AdjustmentEvent
Enabled: The adjustment value changed event.
AdjustmentEvent - class java.awt.event.AdjustmentEvent.
Safe:
AdjustmentEvent(Adjustable, int, int, int) - Constructor for class java.awt.event.AdjustmentEvent
Suppressed: Constructs an AdjustmentEvent object with the specified Adjustable source, event type, adjustment type, and value.
AdjustmentEvent(Adjustable, int, int, int, boolean) - Constructor for class java.awt.event.AdjustmentEvent
Suppressed: Constructs an AdjustmentEvent object with the specified Adjustable source, event type, adjustment type, and value.
adjustmentListener - Variable in class java.awt.Scrollbar
 
adjustmentListener - Variable in class java.awt.ScrollPaneAdjustable
 
AdjustmentListener - interface java.awt.event.AdjustmentListener.
Unsafe:
adjustmentListenerK - Static variable in class java.awt.Component
 
adjustmentType - Variable in class java.awt.event.AdjustmentEvent
The adjustmentType describes how the adjustable object value has changed.
adjustmentValueChanged(AdjustmentEvent) - Method in class java.awt.AWTEventMulticaster
Enabled: Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.
adjustmentValueChanged(AdjustmentEvent) - Method in class java.awt.PeerFixer
Invoked when the value of the adjustable has changed.
adjustmentValueChanged(AdjustmentEvent) - Method in class java.awt.PeerFixer
Invoked when the value of the adjustable has changed.
adjustmentValueChanged(AdjustmentEvent) - Method in interface java.awt.event.AdjustmentListener
Enabled: Invoked when the value of the adjustable has changed.
adjustMoveCursor() - Method in class org.eclipse.swt.widgets.Tracker
 
adjustPaintFlags() - Method in class javax.swing.JComponent
 
adjustPaintRegion(Shape) - Method in class javax.swing.text.FieldView
Adjusts a based on the visible region and returns it.
adjustPaintRegion(Shape) - Method in class javax.swing.text.PlainView
Should return a shape ideal for painting based on the passed in Shape a.
adjustPopupLocationToFitScreen(int, int) - Method in class javax.swing.JPopupMenu
Returns an point which has been adjusted to take into account of the desktop bounds, taskbar and multi-monitor configuration.
adjustResizeCursor() - Method in class org.eclipse.swt.widgets.Tracker
 
adjustRow(FlowView, int, int, int) - Method in class javax.swing.text.FlowStrategy
Adjusts the given row if possible to fit within the layout span.
adjustRow(FlowView, int, int, int) - Method in class javax.swing.text.TextLayoutStrategy
Adjusts the given row if possible to fit within the layout span.
adjustRow(ParagraphView.Row, int, int) - Method in class javax.swing.text.ParagraphView
Adjusts the given row if possible to fit within the layout span.
adjustScrollIfNecessary(JTextComponent, Rectangle, int, int) - Method in class javax.swing.text.VerticalPageAction
Adjusts the rectangle that indicates the location to scroll to after selecting index.
adjustSizes(int, SizeRequirements[]) - Static method in class javax.swing.SizeRequirements
Enabled: Adjust a specified array of sizes by a given amount.
adjustSizes(long, JTable.Resizable2, boolean) - Method in class javax.swing.JTable
 
adjustSizes(long, JTable.Resizable3, boolean) - Method in class javax.swing.JTable
 
adjustStamp() - Method in class java.util.Calendar
Adjusts the stamp[] values before nextStamp overflow.
adjustValue(Object, Map, Object, int) - Method in class javax.swing.text.InternationalFormatter
Subclasses supporting incrementing must override this to handle the actual incrementing.
adjustValue(Object, Map, Object, int) - Method in class javax.swing.text.DateFormatter
Adjusts the Date if FieldPosition identifies a known calendar field.
adjustVisibility(Rectangle) - Method in class javax.swing.text.DefaultCaret
Scrolls the associated view (if necessary) to make the caret visible.
ADVANCE - Static variable in interface org.erights.e.elib.eio.InStream
Enabled: proceed value: Advances the stream past the obtained data.
advance(Element) - Method in class javax.swing.text.html.parser.TagStack
Advance the state by reducing the given element.
advance(int) - Method in class javax.swing.text.ElementBuffer
move the current offset forward by n.
advance(Object) - Method in class javax.swing.text.html.parser.ContentModelState
Advance this state to a new state.
advance(String, TraceCaller.Line) - Method in class org.erights.e.develop.trace.TraceCaller
Destructively move the line forward to the next line.
advanceChildToEnd() - Method in class antlr.ASTPair
Enabled: Make sure that child is the last sibling
after - Variable in class java.awt.TypeAheadMarker
 
after - Variable in class java.util.Entry
 
AFTER_LAST_LINE - Static variable in class java.awt.BorderLayout
Suppressed: Synonym for PAGE_END.
AFTER_LINE_ENDS - Static variable in class java.awt.BorderLayout
Suppressed: Synonym for LINE_END.
after(Date) - Method in class java.util.Date
Enabled: Tests if this date is after the specified date.
after(Object) - Method in class java.util.Calendar
Enabled: Compares the time field records.
afterEvent() - Method in class java.awt.Robot
 
AfterMinus3 - Static variable in class org.erights.e.meta.java.lang.DoubleSugar
 
aggregateStamp(int, int) - Static method in class java.util.GregorianCalendar
Return the pseudo-time-stamp for two fields, given their individual pseudo-time-stamps.
ALERT - Static variable in class javax.accessibility.AccessibleRole
Enabled: Object is used to alert the user about something.
algorithm - Variable in class java.security.Signature
 
algorithm - Variable in class java.security.MessageDigest
 
algorithm - Variable in class java.security.KeyPairGenerator
 
algorithm - Variable in class java.security.KeyFactory
 
algorithm - Variable in class java.security.AlgorithmParameters
 
algorithm - Variable in class java.security.AlgorithmParameterGenerator
 
AlgorithmParameterGenerator - class java.security.AlgorithmParameterGenerator.
Untamed: The AlgorithmParameterGenerator class is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi, Provider, String) - Constructor for class java.security.AlgorithmParameterGenerator
Creates an AlgorithmParameterGenerator object.
AlgorithmParameterGeneratorSpi - class java.security.AlgorithmParameterGeneratorSpi.
Untamed: This class defines the Service Provider Interface (SPI) for the AlgorithmParameterGenerator class, which is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterGeneratorSpi() - Constructor for class java.security.AlgorithmParameterGeneratorSpi
Enabled:
AlgorithmParameters - class java.security.AlgorithmParameters.
Untamed:
AlgorithmParameters(AlgorithmParametersSpi, Provider, String) - Constructor for class java.security.AlgorithmParameters
Creates an AlgorithmParameters object.
AlgorithmParameterSpec - interface java.security.spec.AlgorithmParameterSpec.
Untamed:
AlgorithmParametersSpi - class java.security.AlgorithmParametersSpi.
Untamed:
AlgorithmParametersSpi() - Constructor for class java.security.AlgorithmParametersSpi
Enabled:
aliases() - Method in class java.security.KeyStore
Enabled: Lists all the alias names of this keystore.
align - Variable in class java.awt.FlowLayout
align is the property that determines how each row distributes empty space.
align - Variable in class javax.swing.text.ChildState
 
align - Variable in class org.eclipse.swt.custom.CLabel
the alignment.
ALIGN_BAR - Static variable in class javax.swing.text.TabStop
Enabled:
ALIGN_CENTER - Static variable in class javax.swing.text.StyleConstants
Enabled: A possible value for paragraph alignment.
ALIGN_CENTER - Static variable in class javax.swing.text.TabStop
Enabled: Characters following tab are positioned such that all following characters up to next tab/newline are centered around the tabs location.
ALIGN_DECIMAL - Static variable in class javax.swing.text.TabStop
Enabled: Characters following tab are aligned such that next decimal/tab/newline is at the tab location, very similar to RIGHT_TAB, just includes decimal as additional character to look for.
ALIGN_JUSTIFIED - Static variable in class javax.swing.text.StyleConstants
Enabled: A possible value for paragraph alignment.
ALIGN_LEFT - Static variable in class javax.swing.text.StyleConstants
Enabled: A possible value for paragraph alignment.
ALIGN_LEFT - Static variable in class javax.swing.text.TabStop
Enabled: Character following tab is positioned at location.
ALIGN_RIGHT - Static variable in class javax.swing.text.StyleConstants
Enabled: A possible value for paragraph alignment.
ALIGN_RIGHT - Static variable in class javax.swing.text.TabStop
Enabled: Characters following tab are positioned such that all following characters up to next tab/newline end at location.
alignment - Variable in class java.awt.Label
The label's alignment.
alignment - Variable in class javax.swing.SizeRequirements
Suppressed: The alignment, specified as a value between 0.0 and 1.0, inclusive.
alignment - Variable in class javax.swing.text.TabStop
Tab type.
alignment - Variable in class org.eclipse.swt.layout.FormAttachment
Suppressed: alignment specifies the alignment of the control side that is attached to a control.
Alignment - Static variable in class javax.swing.text.ParagraphConstants
Alignment for the paragraph.
Alignment - Static variable in class javax.swing.text.StyleConstants
Suppressed: Alignment for the paragraph.
javax.swing.text.StyledEditorKit.AlignmentAction - class javax.swing.text.AlignmentAction.
An action to set paragraph alignment.
AlignmentAction(String, int) - Constructor for class javax.swing.text.AlignmentAction
Creates a new AlignmentAction.
alignmentX - Variable in class javax.swing.JComponent
 
alignmentY - Variable in class javax.swing.JComponent
 
alike(TraceLogDescriptor) - Method in class org.erights.e.develop.trace.TraceLogDescriptor
Two LogDescriptors are alike iff they refer to the same (canonical) file.
ALL - Static variable in class java.awt.DefaultSelectionType
The DefaultSelectionType instance to use for specifying that all pages of the job should be printed.
ALL - Static variable in class java.io.FilePermission
All actions (read,write,execute,delete)
ALL - Static variable in class java.net.SocketPermission
All actions
ALL - Static variable in class java.util.PropertyPermission
All actions (read,write);
ALL - Static variable in class org.erights.e.elib.eio.EIO
Enabled: ALL (Integer.MAX_VALUE) represents the number of remaining elements left until termination (close or fail) will be hit.
ALL - Static variable in class org.erights.e.elib.prim.SafeJ
Enabled:
all_allowed - Variable in class java.security.BasicPermissionCollection
This is set to true if this BasicPermissionCollection contains a BasicPermission with '*' as its permission name.
all_allowed - Variable in class java.security.AllPermissionCollection
 
all_allowed - Variable in class java.util.PropertyPermissionCollection
Boolean saying if "*" is in the collection.
ALL_COLUMNS - Static variable in class javax.swing.event.TableModelEvent
Enabled: Specifies all columns in a row or rows.
allBitsPresent() - Method in class javax.swing.DebugGraphicsObserver
 
allClasses() - Method in class com.combex.e.edoc.EPackageDoc
Get all classes (including Exceptions and Errors) and interfaces.
allClasses(boolean) - Method in class com.combex.e.edoc.EPackageDoc
Need for 1.4
allKeys() - Method in class javax.swing.ActionMap
Suppressed: Returns an array of the keys defined in this ActionMap and its parent.
allKeys() - Method in class javax.swing.InputMap
Suppressed: Returns an array of the KeyStrokes defined in this InputMap and its parent.
alloc(int) - Method in class net.captp.tables.CommTable
Allocate a particular index.
allocateArray(int) - Method in class javax.swing.text.MarkVector
Allocate an array to store items of the type appropriate (which is determined by the subclass).
allocateArray(int) - Method in class javax.swing.text.GapContent
Allocate an array to store items of the type appropriate (which is determined by the subclass).
allocateArray(int) - Method in class javax.swing.text.GapVector
Allocate an array to store items of the type appropriate (which is determined by the subclass).
allocateNewInstance(Class) - Static method in class java.awt.AWTKeyStroke
 
allowsInvalid - Variable in class javax.swing.text.DefaultFormatter
Indicates if the value being edited must match the mask.
allowsMultipleSelections() - Method in class java.awt.List
Suppressed: @deprecated As of JDK version 1.1, replaced by isMultipleMode().
allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup
Deprecated. The definition of this call depends on ThreadGroup.suspend(), which is deprecated. Further, the behavior of this call was never specified.
allowUserInteraction - Variable in class java.net.URLConnection
If true, this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.
allPermDomain - Static variable in class java.lang.Class
protection domain returned when the internal domain is null
allPermission - Static variable in class java.lang.SecurityManager
 
allPermission - Variable in class java.security.Permissions
 
AllPermission - class java.security.AllPermission.
Untamed:
AllPermission() - Constructor for class java.security.AllPermission
Enabled: Creates a new AllPermission object.
AllPermission(String, String) - Constructor for class java.security.AllPermission
Enabled: Creates a new AllPermission object.
AllPermissionCollection - class java.security.AllPermissionCollection.
A AllPermissionCollection stores a collection of AllPermission permissions.
AllPermissionCollection() - Constructor for class java.security.AllPermissionCollection
Create an empty AllPermissions object.
alpha - Variable in class org.eclipse.swt.graphics.ImageData
Suppressed: The global alpha value to be used for every pixel.
alpha - Variable in class org.eclipse.swt.graphics.Image
the global alpha value to be used for every pixel (Warning: This field is platform dependent)
ALPHA - Static variable in class org.eclipse.swt.SWT
Enabled: Input Method Editor style constant for alpha input behavior (value is 1<<2).
ALPHA_CHANNEL_SEPARATE - Static variable in class org.eclipse.swt.graphics.ImageData
Alpha mode, values 0 - 255 specify global alpha level
ALPHA_CHANNEL_SOURCE - Static variable in class org.eclipse.swt.graphics.ImageData
Alpha mode, values 0 - 255 specify global alpha level
ALPHA_MASK_INDEX - Static variable in class org.eclipse.swt.graphics.ImageData
Alpha mode, values 0 - 255 specify global alpha level
ALPHA_MASK_PACKED - Static variable in class org.eclipse.swt.graphics.ImageData
Alpha mode, values 0 - 255 specify global alpha level
ALPHA_MASK_RGB - Static variable in class org.eclipse.swt.graphics.ImageData
Alpha mode, values 0 - 255 specify global alpha level
ALPHA_MASK_UNPACKED - Static variable in class org.eclipse.swt.graphics.ImageData
Alpha mode, values 0 - 255 specify global alpha level
ALPHA_NUMERIC_KEY - Static variable in class javax.swing.text.MaskFormatter
 
ALPHA_OPAQUE - Static variable in class org.eclipse.swt.graphics.ImageData
Alpha mode, values 0 - 255 specify global alpha level
ALPHA_TRANSPARENT - Static variable in class org.eclipse.swt.graphics.ImageData
Alpha mode, values 0 - 255 specify global alpha level
ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
AlphaComposite - class java.awt.AlphaComposite.
Safe:
AlphaComposite(int) - Constructor for class java.awt.AlphaComposite
 
AlphaComposite(int, float) - Constructor for class java.awt.AlphaComposite
 
alphaData - Variable in class org.eclipse.swt.graphics.ImageData
Suppressed: The alpha data of the image.
alphaData - Variable in class org.eclipse.swt.graphics.Image
the alpha data for the image (Warning: This field is platform dependent)
javax.swing.text.MaskFormatter.AlphaNumericCharacter - class javax.swing.text.AlphaNumericCharacter.
Represents either a character or digit, uses Character.isLetterOrDigit.
AlphaNumericCharacter() - Constructor for class javax.swing.text.AlphaNumericCharacter
 
AlphaRenameVisitor - class org.erights.e.elang.visitors.AlphaRenameVisitor.
Untamed: Like RenameVisitor, but does an 'alpha-renaming'.
AlphaRenameVisitor() - Constructor for class org.erights.e.elang.visitors.AlphaRenameVisitor
Enabled:
AlphaRenameVisitor(ETreeVisitor) - Constructor for class org.erights.e.elang.visitors.AlphaRenameVisitor
Enabled:
AlreadyDefinedException - exception org.erights.e.elib.util.AlreadyDefinedException.
Untamed: AlreadyDefinedException - broken out to please the Symantec Cafe Compiler
AlreadyDefinedException(String) - Constructor for class org.erights.e.elib.util.AlreadyDefinedException
Enabled:
alreadyExpanded - Variable in class antlr.preprocessor.Grammar
 
ALT - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
Enabled:
ALT - Static variable in class org.eclipse.swt.SWT
Enabled: keyboard and/or mouse event mask indicating that the ALT key was pushed on the keyboard when the event was generated (value is 1<<16).
ALT_DOWN_MASK - Static variable in class java.awt.event.InputEvent
Enabled: The ALT key extended modifier constant.
ALT_GRAPH_DOWN_MASK - Static variable in class java.awt.event.InputEvent
Enabled: The alt-graph key extended modifier constant.
ALT_GRAPH_MASK - Static variable in class java.awt.event.InputEvent
Enabled: The alt-graph key modifier constant.
ALT_MASK - Static variable in class java.awt.Event
Enabled: This flag indicates that the Alt key was down when the event occurred.
ALT_MASK - Static variable in class java.awt.event.ActionEvent
Enabled: The alt modifier.
ALT_MASK - Static variable in class java.awt.event.InputEvent
Enabled: The alt key modifier constant.
Alternative - class antlr.Alternative.
 
alternative() - Method in class antlr.ANTLRParser
Enabled:
Alternative() - Constructor for class antlr.Alternative
 
Alternative(AlternativeElement) - Constructor for class antlr.Alternative
 
AlternativeBlock - class antlr.AlternativeBlock.
A list of alternatives
AlternativeBlock(Grammar) - Constructor for class antlr.AlternativeBlock
 
AlternativeBlock(Grammar, int, boolean) - Constructor for class antlr.AlternativeBlock
 
AlternativeElement - class antlr.AlternativeElement.
 
AlternativeElement(Grammar) - Constructor for class antlr.AlternativeElement
 
AlternativeElement(Grammar, int) - Constructor for class antlr.AlternativeElement
 
alternatives - Variable in class antlr.AlternativeBlock
 
alti - Variable in class antlr.AlternativeBlock
 
altj - Variable in class antlr.AlternativeBlock
 
altNum - Variable in class antlr.BlockContext
 
altSlash - Variable in class java.io.Win32FileSystem
 
altUsesWildcardDefault(Alternative) - Method in class antlr.LLkAnalyzer
Return true if someone used the '.' wildcard default idiom.
ALWAYS_REMOVE - Static variable in class org.erights.e.elib.prim.SafeJ
 
alwaysOnTop() - Method in class javax.swing.JPopupMenu
Always returns true since popups, by definition, should always be on top of all other windows.
alwaysOnTop() - Method in class javax.swing.JToolTip
Always returns true since tooltips, by definition, should always be on top of all other windows.
alwaysOnTop() - Method in class javax.swing.JMenuItem
Returns true since Menus, by definition, should always be on top of all other windows.
alwaysOnTop() - Method in class javax.swing.JComponent
Returns whether this component should be guaranteed to be on top.
AlwaysRemove - Static variable in class org.erights.e.elib.prim.SafeJ
 
alwaysShowScroll - Variable in class org.eclipse.swt.custom.ScrolledComposite
 
AM - Static variable in class java.util.Calendar
Enabled: Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Enabled: Field number for get and set indicating whether the HOUR is before or after noon.
amount - Variable in class antlr.debug.ParserTokenEvent
 
Amplifiable - interface org.erights.e.elib.sealing.Amplifiable.
Untamed: The universal rights amplification protocol.
amplify(Object) - Method in class org.erights.e.elib.sealing.Unsealer
Enabled: Used in an Unsealer's role as a ValueGuard.
amTicking - Variable in class org.erights.e.extern.timer.Clock
Current run state
AN - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
analysisAlt - Variable in class antlr.AlternativeBlock
 
analyzer - Variable in class antlr.DefineGrammarSymbols
 
analyzer - Variable in class antlr.CodeGenerator
The LLk analyzer
analyzerDebug - Variable in class antlr.Grammar
 
ancestor - Variable in class javax.swing.event.AncestorEvent
 
ANCESTOR_ADDED - Static variable in class javax.swing.event.AncestorEvent
Enabled: An ancestor-component was added to the hierarchy of visible objects (made visible), and is currently being displayed.
ANCESTOR_INPUTMAP_CREATED - Static variable in class javax.swing.JComponent
 
ANCESTOR_MOVED - Static variable in class java.awt.event.HierarchyEvent
Enabled: The event id indicating an ancestor-Container was moved.
ANCESTOR_MOVED - Static variable in class javax.swing.event.AncestorEvent
Enabled: An ancestor-component changed its position on the screen.
ANCESTOR_REMOVED - Static variable in class javax.swing.event.AncestorEvent
Enabled: An ancestor-component was removed from the hierarchy of visible objects (hidden) and is no longer being displayed.
ANCESTOR_RESIZED - Static variable in class java.awt.event.HierarchyEvent
Enabled: The event id indicating an ancestor-Container was resized.
ANCESTOR_USING_BUFFER - Static variable in class javax.swing.JComponent
 
ancestorAdded(AncestorEvent) - Method in interface javax.swing.event.AncestorListener
Suppressed: Called when the source or one of its ancestors is made visible either by setVisible(true) being called or by its being added to the component hierarchy.
AncestorEvent - class javax.swing.event.AncestorEvent.
Unsafe:
AncestorEvent(JComponent, int, Container, Container) - Constructor for class javax.swing.event.AncestorEvent
Suppressed: Constructs an AncestorEvent object to identify a change in an ancestor-component's display-status.
ancestorInputMap - Variable in class javax.swing.JComponent
Used for WHEN_ANCESTOR_OF_FOCUSED_COMPONENT bindings.
AncestorListener - interface javax.swing.event.AncestorListener.
Unsafe: AncestorListener Interface to support notification when changes occur to a JComponent or one of its ancestors.
ancestorMoved(AncestorEvent) - Method in interface javax.swing.event.AncestorListener
Suppressed: Called when either the source or one of its ancestors is moved.
ancestorMoved(HierarchyEvent) - Method in class java.awt.AWTEventMulticaster
Suppressed: Handles the ancestorMoved event by invoking the ancestorMoved methods on listener-a and listener-b.
ancestorMoved(HierarchyEvent) - Method in interface java.awt.event.HierarchyBoundsListener
Suppressed: Called when an ancestor of the source is moved.
ancestorMoved(HierarchyEvent) - Method in class java.awt.event.HierarchyBoundsAdapter
Suppressed: Called when an ancestor of the source is moved.
ancestorNotifier - Variable in class javax.swing.JComponent
 
AncestorNotifier - class javax.swing.AncestorNotifier.
 
AncestorNotifier(JComponent) - Constructor for class javax.swing.AncestorNotifier
 
ancestorParent - Variable in class javax.swing.event.AncestorEvent
 
ancestorRemoved(AncestorEvent) - Method in interface javax.swing.event.AncestorListener
Suppressed: Called when the source or one of its ancestors is made invisible either by setVisible(false) being called or by its being remove from the component hierarchy.
ancestorResized(HierarchyEvent) - Method in class java.awt.AWTEventMulticaster
Suppressed: Handles the ancestorResized event by invoking the ancestorResized methods on listener-a and listener-b.
ancestorResized(HierarchyEvent) - Method in interface java.awt.event.HierarchyBoundsListener
Suppressed: Called when an ancestor of the source is resized.
ancestorResized(HierarchyEvent) - Method in class java.awt.event.HierarchyBoundsAdapter
Suppressed: Called when an ancestor of the source is resized.
anchor - Variable in class java.awt.GridBagConstraints
Suppressed: This field is used when the component is smaller than its display area.
ANCHOR_SELECTION_PATH_PROPERTY - Static variable in class javax.swing.JTree
Suppressed: Bound property name for anchor selection path.
anchorIndex - Variable in class javax.swing.DefaultListSelectionModel
 
anchorPath - Variable in class javax.swing.JTree
Anchor path.
and(BigInteger) - Method in class java.math.BigInteger
Enabled: Returns a BigInteger whose value is (this & val).
and(BitSet) - Method in class antlr.collections.impl.BitSet
Enabled:
and(BitSet) - Method in class java.util.BitSet
Enabled: Performs a logical AND of this target bit set with the argument bit set.
and(boolean) - Method in class java.lang.Boolean
Added:
and(boolean, boolean) - Static method in class org.erights.e.meta.java.lang.BooleanSugar
Enabled:
and(EMap) - Method in class org.erights.e.elib.tables.EMap
Enabled: The subset of this map whose keys are keys of 'mask'.
and(ESet) - Method in class org.erights.e.elib.tables.ESet
Enabled: The intersection of the sets.
and(Guard) - Method in interface org.erights.e.elib.slot.Guard
Enabled: Coercion pipe, or function composition of guards.
and(Guard) - Method in class org.erights.e.elib.slot.BaseGuard
Enabled:
and(Guard) - Method in class org.erights.e.elib.tables.ConstList
Enabled:
andInPlace(BitSet) - Method in class antlr.collections.impl.BitSet
Enabled:
andNot(BigInteger) - Method in class java.math.BigInteger
Suppressed: Returns a BigInteger whose value is (this & ~val).
andNot(BitSet) - Method in class java.util.BitSet
Enabled: Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
AnimatedProgress - class org.eclipse.swt.custom.AnimatedProgress.
Deprecated. As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE
Styles:
VERTICAL, HORIZONTAL, BORDER
AnimatedProgress(Composite, int) - Constructor for class org.eclipse.swt.custom.AnimatedProgress
Deprecated. Suppressed: Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
annotate(AstroToken) - Method in class org.quasiliteral.antlr.AstroLexerSharedInputState
Enabled: Annotate an AstroToken based on this instance.
annotateClass(Class) - Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
annotateProxyClass(Class) - Method in class java.io.ObjectOutputStream
Subclasses may implement this method to store custom data in the stream along with descriptors for dynamic proxy classes.
AnswersTable - class net.captp.tables.AnswersTable.
Untamed:
AnswersTable() - Constructor for class net.captp.tables.AnswersTable
Enabled:
antiCycle(FlexMap) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Expand a left-pattern and an rValue that might cause a circularity into a sequence of expressions without this circularity, except that the place for the expression itself has a null as a placeholder.
antiPocket(String) - Method in class org.erights.e.elang.syntax.BaseENodeBuilder
Enabled:
antiPocket(String) - Method in interface org.erights.e.elang.syntax.BaseEBuilder
Enabled: Complain if this feature is enabled.
antlr - package antlr
 
antlr.actions.cpp - package antlr.actions.cpp
 
antlr.actions.java - package antlr.actions.java
 
antlr.actions.sather - package antlr.actions.sather
 
antlr.collections - package antlr.collections
 
antlr.collections.impl - package antlr.collections.impl
 
antlr.debug - package antlr.debug
 
antlr.debug.misc - package antlr.debug.misc
 
antlr.preprocessor - package antlr.preprocessor
 
ANTLRError - error antlr.ANTLRError.
Untamed:
ANTLRError() - Constructor for class antlr.ANTLRError
Enabled: ANTLRError constructor comment.
ANTLRError(String) - Constructor for class antlr.ANTLRError
Enabled: ANTLRError constructor comment.
ANTLRException - exception antlr.ANTLRException.
Untamed:
ANTLRException() - Constructor for class antlr.ANTLRException
Enabled:
ANTLRException(String) - Constructor for class antlr.ANTLRException
Enabled:
ANTLRGrammarParseBehavior - interface antlr.ANTLRGrammarParseBehavior.
Untamed:
ANTLRHashString - class antlr.ANTLRHashString.
Untamed:
ANTLRHashString(char[], int, CharScanner) - Constructor for class antlr.ANTLRHashString
Enabled:
ANTLRHashString(CharScanner) - Constructor for class antlr.ANTLRHashString
Enabled:
ANTLRHashString(String, CharScanner) - Constructor for class antlr.ANTLRHashString
Enabled:
ANTLRLexer - class antlr.ANTLRLexer.
Untamed:
ANTLRLexer(InputBuffer) - Constructor for class antlr.ANTLRLexer
Enabled:
ANTLRLexer(InputStream) - Constructor for class antlr.ANTLRLexer
Enabled:
ANTLRLexer(LexerSharedInputState) - Constructor for class antlr.ANTLRLexer
Enabled:
ANTLRLexer(Reader) - Constructor for class antlr.ANTLRLexer
Enabled:
ANTLRParser - class antlr.ANTLRParser.
Untamed:
ANTLRParser(ParserSharedInputState) - Constructor for class antlr.ANTLRParser
Enabled:
ANTLRParser(TokenBuffer) - Constructor for class antlr.ANTLRParser
Enabled:
ANTLRParser(TokenBuffer, ANTLRGrammarParseBehavior, Tool) - Constructor for class antlr.ANTLRParser
Enabled:
ANTLRParser(TokenBuffer, int) - Constructor for class antlr.ANTLRParser
 
ANTLRParser(TokenStream) - Constructor for class antlr.ANTLRParser
Enabled:
ANTLRParser(TokenStream, int) - Constructor for class antlr.ANTLRParser
 
ANTLRStringBuffer - class antlr.ANTLRStringBuffer.
Untamed:
ANTLRStringBuffer() - Constructor for class antlr.ANTLRStringBuffer
Enabled:
ANTLRTokdefLexer - class antlr.ANTLRTokdefLexer.
Untamed:
ANTLRTokdefLexer(InputBuffer) - Constructor for class antlr.ANTLRTokdefLexer
Enabled:
ANTLRTokdefLexer(InputStream) - Constructor for class antlr.ANTLRTokdefLexer
Enabled:
ANTLRTokdefLexer(LexerSharedInputState) - Constructor for class antlr.ANTLRTokdefLexer
Enabled:
ANTLRTokdefLexer(Reader) - Constructor for class antlr.ANTLRTokdefLexer
Enabled:
ANTLRTokdefParser - class antlr.ANTLRTokdefParser.
Untamed:
ANTLRTokdefParser(ParserSharedInputState) - Constructor for class antlr.ANTLRTokdefParser
Enabled:
ANTLRTokdefParser(TokenBuffer) - Constructor for class antlr.ANTLRTokdefParser
Enabled:
ANTLRTokdefParser(TokenBuffer, int) - Constructor for class antlr.ANTLRTokdefParser
 
ANTLRTokdefParser(TokenStream) - Constructor for class antlr.ANTLRTokdefParser
Enabled:
ANTLRTokdefParser(TokenStream, int) - Constructor for class antlr.ANTLRTokdefParser
 
ANTLRTokdefParserTokenTypes - interface antlr.ANTLRTokdefParserTokenTypes.
Untamed:
ANTLRTokenTypes - interface antlr.ANTLRTokenTypes.
Untamed:
antlrTool - Variable in class antlr.preprocessor.Tool
 
java.awt.TexturePaintContext.Any - class java.awt.Any.
 
ANY - Static variable in interface javax.swing.text.html.parser.DTDConstants
Enabled:
ANY - Static variable in class org.erights.e.elang.syntax.ENodeBuilder
 
ANY_EVENT - Static variable in class java.awt.EventDispatchThread
 
ANY_TO_EIGHT - Static variable in class org.eclipse.swt.graphics.ImageData
Arbitrary channel width data to 8-bit conversion table.
Any(WritableRaster, ColorModel, AffineTransform, int, boolean) - Constructor for class java.awt.Any
 
anyContainsFocus(Component[]) - Static method in class org.erights.e.meta.java.awt.ComponentMakerSugar
Do any of these have or contain the focus?
anyContainsFocus(Control[]) - Static method in class org.erights.e.meta.org.eclipse.swt.widgets.ControlMakerSugar
Do any of these have or contain the focus?
AnyGuard - class org.erights.e.elib.slot.AnyGuard.
Safe: The "any" guard behavior -- don't worry, be happy.
AnyGuard() - Constructor for class org.erights.e.elib.slot.AnyGuard
 
anyIsActive(Shell[]) - Static method in class org.erights.e.meta.org.eclipse.swt.widgets.ControlMakerSugar
Are any of the sources the active shell?
anyLocalAddress - Variable in class java.net.Inet4AddressImpl
 
anyLocalAddress - Variable in class java.net.Inet6AddressImpl
 
anyLocalAddress() - Method in class java.net.Inet4AddressImpl
 
anyLocalAddress() - Method in interface java.net.InetAddressImpl
 
anyLocalAddress() - Static method in class java.net.InetAddress
 
anyLocalAddress() - Method in class java.net.Inet6AddressImpl
 
ANYTHING_KEY - Static variable in class javax.swing.text.MaskFormatter
 
appContext - Variable in class java.awt.SequencedEvent
 
appContext - Variable in class java.awt.MenuComponent
The AppContext of the MenuComponent.
appContext - Variable in class java.awt.Component
The AppContext of the component.
appContextGet(Object) - Static method in class javax.swing.SwingUtilities
 
appContextPut(Object, Object) - Static method in class javax.swing.SwingUtilities
 
appContextRemove(Object) - Static method in class javax.swing.SwingUtilities
 
append - Variable in class java.io.FileOutputStream
 
append(boolean) - Method in class java.lang.StringBuffer
Enabled: Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class antlr.CharScanner
Enabled:
append(char) - Method in class antlr.CharQueue
Enabled: Add token to end of the queue
append(char) - Method in class antlr.ANTLRStringBuffer
Enabled:
append(char) - Method in class java.lang.StringBuffer
Enabled: Appends the string representation of the char argument to this string buffer.
append(char[]) - Method in class java.lang.StringBuffer
Enabled: Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Enabled: Appends the string representation of a subarray of the char array argument to this string buffer.
append(double) - Method in class java.lang.StringBuffer
Enabled: Appends the string representation of the double argument to this string buffer.
append(EList) - Method in class org.erights.e.elib.tables.FlexList
Enabled: Put all the elements of other, in order, onto the end of this list.
append(float) - Method in class java.lang.StringBuffer
Enabled: Appends the string representation of the float argument to this string buffer.
append(int) - Method in class java.lang.StringBuffer
Enabled: Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Enabled: Appends the string representation of the long argument to this string buffer.
append(Object) - Method in interface antlr.collections.List
Enabled:
append(Object) - Method in class antlr.collections.impl.LList
Enabled: Append an object to the end of the list.
append(Object) - Method in class java.lang.StringBuffer
Enabled: Appends the string representation of the Object argument to this string buffer.
append(Object, Object) - Method in class org.erights.e.elang.syntax.BaseENodeBuilder
Enabled:
append(Object, Object) - Method in interface org.erights.e.elang.syntax.BaseEBuilder
Enabled:
append(String) - Method in class antlr.CharScanner
Enabled:
append(String) - Method in class antlr.ANTLRStringBuffer
Enabled:
append(String) - Method in class java.awt.TextArea
Suppressed: Appends the given text to the text area's current text.
append(String) - Method in class java.lang.StringBuffer
Enabled: Appends the string to this string buffer.
append(String) - Method in class javax.swing.JTextArea
Enabled: Appends the given text to the end of the document.
append(String) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Appends a string to the text at the end of the widget.
append(String) - Method in class org.eclipse.swt.widgets.Text
Enabled: Appends a string.
append(StringBuffer) - Method in class java.lang.StringBuffer
Suppressed: Appends the specified StringBuffer to this StringBuffer.
append(StringBuffer, String, int[], String) - Method in class javax.swing.text.MaskCharacter
Appends the necessary character in formatting at index to buff.
append(StringBuffer, String, int[], String, MaskFormatter.MaskCharacter[]) - Method in class javax.swing.text.MaskFormatter
Invokes append on the mask characters in mask.
append(Token) - Method in class antlr.TokenQueue
Add token to end of the queue
append(View) - Method in class javax.swing.text.View
Enabled: Appends a single child view.
appendAllTo(FlexList, EExpr[]) - Static method in class org.erights.e.elang.evm.EExpr
Recursively append all the supplied nodes to accum.
appendAuthority(StringBuffer, String, String, String, int) - Method in class java.net.URI
 
appendCubic(float, float, float, float, float, float) - Method in class java.awt.FillAdapter
 
appendElement(Object) - Method in class antlr.collections.impl.Vector
Enabled:
appendElement(Object, Object) - Method in class antlr.collections.impl.IndexedVector
Enabled:
appendEncoded(StringBuffer, char) - Static method in class java.net.URI
 
appendEscape(StringBuffer, byte) - Static method in class java.net.URI
 
appendEvent(InputEvent) - Method in class java.awt.dnd.DragGestureRecognizer
Listeners registered on the Component by this Recognizer shall record all Events that are recognized as part of the series of Events that go to comprise a Drag and Drop initiating gesture via this API.
appendFragment(StringBuffer, String) - Method in class java.net.URI
 
appendLine(float, float) - Method in class java.awt.FillAdapter
 
appendQuadratic(float, float, float, float) - Method in class java.awt.FillAdapter
 
appendSchemeSpecificPart(StringBuffer, String, String, String, String, int, String, String) - Method in class java.net.URI
 
appendSubstitution(StringBuffer, MatchResult, int, String, PatternMatcher, Pattern) - Method in interface org.apache.oro.text.regex.Substitution
Enabled: Appends the substitution to a buffer containing the original input with substitutions applied for the pattern matches found so far.
appendSubstitution(StringBuffer, MatchResult, int, String, PatternMatcher, Pattern) - Method in class org.apache.oro.text.regex.StringSubstitution
Enabled: Appends the substitution to a buffer containing the original input with substitutions applied for the pattern matches found so far.
appendSubstitution(StringBuffer, MatchResult, int, String, PatternMatcher, Pattern) - Method in class org.apache.oro.text.regex.Perl5Substitution
Enabled: Appends the substitution to a buffer containing the original input with substitutions applied for the pattern matches found so far.
appendText(File, String) - Static method in class org.erights.e.meta.java.io.FileSugar
Enabled: Append to the file so the additional contents represents the string 'text', turning '\n's into platform newlines, and converting to UTF-8
appendText(String) - Method in class java.awt.TextArea
Suppressed: @deprecated As of JDK version 1.1, replaced by append(String).
appendText(String) - Method in class java.io.File
Added: Append to the file so the additional contents represents the string 'text', turning '\n's into platform newlines, and converting to UTF-8
appendTo(FlexList) - Method in class org.erights.e.elang.evm.SeqExpr
Append subs in place of the receiver.
appendTo(FlexList) - Method in class org.erights.e.elang.evm.EExpr
Append the sequence of operations representated by this node to the argument.
applet - Variable in class javax.swing.text.html.parser.DTD
Enabled:
APPLICATION_MODAL - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for application modal behavior (value is 1<<16).
applyComponentOrientation(ComponentOrientation) - Method in class java.awt.Container
Suppressed: Sets the ComponentOrientation property of this container and all components contained within it.
applyComponentOrientation(ComponentOrientation) - Method in class java.awt.Component
Suppressed: Sets the ComponentOrientation property of this component and all components contained within it.
applyComponentOrientation(ComponentOrientation) - Method in class javax.swing.JMenu
Suppressed: Sets the ComponentOrientation property of this menu and all components contained within it.
applyDefaults(Component, SpringLayout.Constraints) - Method in class javax.swing.SpringLayout
 
applyResourceBundle(ResourceBundle) - Method in class java.awt.Window
Deprecated. As of J2SE 1.4, replaced by Component.applyComponentOrientation.
applyResourceBundle(String) - Method in class java.awt.Window
Deprecated. As of J2SE 1.4, replaced by Component.applyComponentOrientation.
applySize(float, Map) - Static method in class java.awt.Font
 
applyStyle(int, Map) - Static method in class java.awt.Font
 
applyTransform(AffineTransform, Map) - Static method in class java.awt.Font
 
appRandom - Variable in class java.security.SignatureSpi
Application-specified source of randomness.
APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Suppressed: Identifies change in the mnemonic for the approve (yes, ok) button.
APPROVE_BUTTON_TEXT_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Suppressed: Identifies change in the text on the approve (yes, ok) button.
APPROVE_BUTTON_TOOL_TIP_TEXT_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Suppressed: Identifies change in the tooltip text for the approve (yes, ok) button.
APPROVE_OPTION - Static variable in class javax.swing.JFileChooser
Enabled: Return value if approve (yes, ok) is chosen.
APPROVE_SELECTION - Static variable in class javax.swing.JFileChooser
Suppressed: Instruction to approve the current selection (same as pressing yes or ok).
approve(Class, boolean) - Static method in class org.erights.e.elib.prim.SafeJ
Enabled: Is clazz approved at this safety level?
approveButtonMnemonic - Variable in class javax.swing.JFileChooser
 
approveButtonText - Variable in class javax.swing.JFileChooser
 
approveButtonToolTipText - Variable in class javax.swing.JFileChooser
 
ApprovedClasses - Static variable in class org.erights.e.elib.prim.SafeJ
 
ApprovedClassList - Static variable in class org.erights.e.elib.prim.SafeJ
For classes for which there's no safej file.
approveSelection() - Method in class javax.swing.JFileChooser
Suppressed: Called by the UI when the user hits the Approve button (labeled "Open" or "Save", by default).
approxDivide(double) - Method in class java.lang.Double
Added: Always gives back a double This corresponds to the Java floating-point "/" operator and the E "/" operator.
approxDivide(double) - Method in class java.math.BigInteger
Added: Always gives back a Double This corresponds to the Java floating-point "/" operator and the E "/" operator.
approxDivide(double, double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled: Always gives back a double This corresponds to the Java floating-point "/" operator and the E "/" operator.
approxDivide(double, double) - Static method in class org.erights.e.meta.java.math.BigIntegerSugar
Enabled: Always gives back a Double This corresponds to the Java floating-point "/" operator and the E "/" operator.
appToolTipText - Variable in class org.eclipse.swt.custom.CLabel
 
APRIL - Static variable in class java.util.Calendar
Enabled: Value of the MONTH field indicating the fourth month of the year.
ARABIC - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
areAllFieldsSet - Variable in class java.util.Calendar
True if all fields have been set.
areEqual(byte[], byte[]) - Static method in class net.vattp.data.DES
 
areFieldsSet - Variable in class java.util.Calendar
True if fields[] are in sync with the currently set time.
areFocusTraversalKeysSet(int) - Method in class java.awt.Container
Suppressed: Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Container.
areFocusTraversalKeysSet(int) - Method in class java.awt.Component
Suppressed: Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Component.
areInputMethodsEnabled() - Method in class java.awt.Component
 
areInputMethodsEnabled() - Method in class java.awt.TextComponent
 
areNew - Variable in class javax.swing.event.TreeSelectionEvent
For each path identifies if that is path is in fact new.
arg - Variable in class java.awt.Event
Suppressed: An arbitrary argument of the event.
ARG - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
ARG - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
ARG - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
ARG_ACTION - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
ARG_ACTION - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
Enabled:
argAction - Variable in class antlr.RuleBlock
 
argbmodel - Static variable in class java.awt.TexturePaintContext
 
argbRasRef - Static variable in class java.awt.TexturePaintContext
 
args - Variable in class antlr.RuleRefElement
 
args - Variable in class antlr.DefineGrammarSymbols
 
args - Variable in class antlr.preprocessor.Tool
 
args - Variable in class antlr.preprocessor.Rule
 
args - Variable in class javax.swing.ProxyLazyValue
 
args() - Method in class org.erights.e.elang.evm.SendExpr
Enabled:
args() - Method in class org.erights.e.elang.evm.CallExpr
Enabled:
argsString(Object[]) - Static method in class net.captp.jcomm.CapTPConnection
Pretty print the args of a message send, for debugging purposes.
argTypes - Variable in class javax.swing.GenericEditor
 
ArgTypes - Static variable in class org.erights.e.elib.base.ClassDesc
 
argumentTypesToString(Class[]) - Static method in class java.lang.Class
 
ArithmeticException - exception java.lang.ArithmeticException.
Untamed: Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for class java.lang.ArithmeticException
Enabled: Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for class java.lang.ArithmeticException
Enabled: Constructs an ArithmeticException with the specified detail message.
arity() - Method in class com.combex.e.edoc.EMethodDoc
 
arity() - Method in class com.combex.e.edoc.EMemberDoc
 
arity() - Method in class com.combex.e.edoc.EFieldDoc
Only represents the getter.
arity() - Method in class com.combex.e.edoc.EConstructorDoc
 
ArityMismatchException - exception org.erights.e.elib.util.ArityMismatchException.
Untamed: ArityMismatchException - broken out to please the Symantec Cafe Compiler
ArityMismatchException() - Constructor for class org.erights.e.elib.util.ArityMismatchException
Enabled:
ArityMismatchException(String) - Constructor for class org.erights.e.elib.util.ArityMismatchException
Enabled:
Arm - Static variable in class org.eclipse.swt.SWT
Enabled: The arm event type (value is 30).
ARMED - Static variable in class javax.accessibility.AccessibleState
Enabled: Indicates that the object is armed.
ARMED - Static variable in class javax.swing.DefaultButtonModel
Enabled: Indicates partial commitment towards choosing the button.
ARMENIAN - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
ArmEvent - class org.eclipse.swt.events.ArmEvent.
Unsafe:
ArmEvent(Event) - Constructor for class org.eclipse.swt.events.ArmEvent
Suppressed: Constructs a new instance of this class based on the information in the given untyped event.
ArmListener - interface org.eclipse.swt.events.ArmListener.
Unsafe: Classes which implement this interface provide a method that deals with the event that is generated when a widget, such as a menu item, is armed.
arrangeGrid(Container) - Method in class java.awt.GridBagLayout
Lays out the grid.
ArrangeGrid(Container) - Method in class java.awt.GridBagLayout
This method is obsolete and supplied for backwards compatability only; new code should call arrangeGrid instead.
arrangeProxyConnection(VatTPConnection) - Method in class net.captp.jcomm.CapTPMgr
Do the work of setting up a new CapTPConnection, regardless of which end initiated the transaction.
array - Variable in class antlr.collections.impl.ASTArray
Enabled:
array - Variable in class javax.swing.IntVector
 
array - Variable in class javax.swing.text.Segment
Suppressed: This is the array containing the text of interest.
array - Variable in class javax.swing.text.GapVector
The array of items.
ARRAY_BOUNDARY - Static variable in class javax.swing.ArrayTable
 
arrayContentsEq(Object[], Object[]) - Static method in class java.lang.Class
 
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Enabled: Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arraycopy(Object, int, Object, int, int) - Static method in class org.erights.e.elib.tables.ArrayHelper
Enabled: Like System.arraycopy(Object, int, Object, int, int), but automatically coerces if necessary, and is void/null tolerant.
ARRAYDECORATION - Variable in class com.combex.e.edoc.ParameterParseMachine
 
ArrayedList - interface org.erights.e.elib.tables.ArrayedList.
Collections implement this to reveal their internal array to their trusted fellow package members.
ArrayGuardSugar - class org.erights.e.meta.java.lang.ArrayGuardSugar.
Untamed: Coerces arrays and ConstLists to the type 'T[]' (array of T), for some type T, by coercing each element to T.
ArrayGuardSugar(Class) - Constructor for class org.erights.e.meta.java.lang.ArrayGuardSugar
Enabled: @param clazz Must be an array class
ArrayHelper - class org.erights.e.elib.tables.ArrayHelper.
Untamed: Dangerous, for use by trusted code only.
ArrayHelper() - Constructor for class org.erights.e.elib.tables.ArrayHelper
prevents instantiation
ArrayIndexOutOfBoundsException - exception java.lang.ArrayIndexOutOfBoundsException.
Untamed: Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Enabled: Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Enabled: Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Enabled: Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
java.util.Arrays.ArrayList - class java.util.ArrayList.
 
ArrayList - class java.util.ArrayList.
Untamed: Resizable-array implementation of the List interface.
ArrayList() - Constructor for class java.util.ArrayList
Enabled: Constructs an empty list with an initial capacity of ten.
ArrayList(Collection) - Constructor for class java.util.ArrayList
Enabled: Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayList(int) - Constructor for class java.util.ArrayList
Enabled: Constructs an empty list with the specified initial capacity.
ArrayList(Object[]) - Constructor for class java.util.ArrayList
 
Arrays - class java.util.Arrays.
Untamed: This class contains various methods for manipulating arrays (such as sorting and searching).
Arrays() - Constructor for class java.util.Arrays
 
arraySet(Object, int, Object) - Static method in class org.erights.e.elib.tables.ArrayHelper
Enabled: Like Array.set(Object, int, Object), but automatically coerces if necessary, and is void/null tolerant.
ARRAYSPACE - Variable in class com.combex.e.edoc.ParameterParseMachine
 
ArrayStoreException - exception java.lang.ArrayStoreException.
Untamed: Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for class java.lang.ArrayStoreException
Enabled: Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for class java.lang.ArrayStoreException
Enabled: Constructs an ArrayStoreException with the specified detail message.
arrayTable - Variable in class javax.swing.AbstractAction
Contains the array of key bindings.
arrayTable - Variable in class javax.swing.ActionMap
Handles the mapping between Action name and Action.
arrayTable - Variable in class javax.swing.InputMap
Handles the mapping between KeyStroke and Action name.
javax.swing.AbstractAction.ArrayTable - class javax.swing.ArrayTable.
 
ArrayTable() - Constructor for class javax.swing.ArrayTable
 
arrayToString(Object[], String, String, String, String) - Static method in class org.erights.e.develop.trace.Trace
Enabled: Convert an array to a string.
ArrayTypeMap - Static variable in class org.erights.e.elib.tables.ArrayHelper
 
ArrayTypes - Static variable in class org.erights.e.elib.tables.ArrayHelper
 
arrow - Variable in class org.eclipse.swt.custom.CCombo
 
ARROW - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for arrow button behavior (value is 1<<2).
ARROW_DOWN - Static variable in class org.eclipse.swt.SWT
Enabled: Keyboard event constant representing the DOWN ARROW key (value is (1<<24)+2).
ARROW_LEFT - Static variable in class org.eclipse.swt.SWT
Enabled: Keyboard event constant representing the LEFT ARROW key (value is (1<<24)+3).
ARROW_RIGHT - Static variable in class org.eclipse.swt.SWT
Enabled: Keyboard event constant representing the RIGHT ARROW key (value is (1<<24)+4).
ARROW_UP - Static variable in class org.eclipse.swt.SWT
Enabled: Keyboard event constant representing the UP ARROW key (value is (1<<24)+1).
arrowBar - Variable in class org.eclipse.swt.custom.CTabFolder
 
arrowEvent(Event) - Method in class org.eclipse.swt.custom.CCombo
 
arrowLeftImage - Variable in class org.eclipse.swt.custom.CTabFolder
 
arrowRightImage - Variable in class org.eclipse.swt.custom.CTabFolder
 
ARROWS - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
AS - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
as(Object, Class) - Static method in class org.erights.e.elib.prim.E
Enabled: These are E's implicit coercions to Java Class types, using Java's (not E's) null and non-near acceptance behavior.
as(Object, Class, OneArgFunc) - Static method in class org.erights.e.elib.prim.E
Enabled:
asBigAs(Object, Object) - Method in class org.erights.e.elang.interp.Comparer
Enabled:
asBigAs(Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
asBigAs(Object, Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled:
asBoolean(Object) - Static method in class org.erights.e.elib.prim.E
Enabled: As a "boolean" scalar.
ascent - Variable in class java.awt.FontLineMetrics
 
asChar() - Method in class java.math.BigInteger
Added: Returns the Unicode character with this character code.
asChar(BigInteger) - Static method in class org.erights.e.meta.java.math.BigIntegerSugar
Enabled: Returns the Unicode character with this character code.
asChar(Object) - Static method in class org.erights.e.elib.prim.E
Enabled: As a "char" scalar
asciiKey(int) - Method in class org.eclipse.swt.widgets.Display
 
asClass() - Method in class org.erights.e.elib.base.ClassDesc
Enabled: Not meaningful from E, since a Class promotes to its ClassDesc anyway.
asClassDoc() - Method in class com.combex.e.edoc.EPrimitiveType
Return this type as a class.
asClassDoc() - Method in class com.combex.e.edoc.EClassDoc
Return this type as a class.
asClassDoc() - Method in class com.combex.e.edoc.EArrayType
Return this type as a class.
asFieldAt(int) - Method in class org.erights.e.elang.evm.NounExpr
Enabled: Return a noun that could access the representation of the receiver if it were at in a frame at the given index.
asFieldAt(int) - Method in class org.erights.e.elang.evm.LocalSlotNounExpr
Enabled:
asFieldAt(int) - Method in class org.erights.e.elang.evm.LocalFinalNounExpr
Enabled:
asFieldAt(int) - Method in class org.erights.e.elang.evm.LiteralSlotNounExpr
Enabled:
asFieldAt(int) - Method in class org.erights.e.elang.evm.LiteralNounExpr
Enabled:
asFieldAt(int) - Method in class org.erights.e.elang.evm.FrameSlotNounExpr
Enabled:
asFieldAt(int) - Method in class org.erights.e.elang.evm.FrameFinalNounExpr
Enabled:
asFloat64() - Method in class java.math.BigInteger
Added: Returns the "best" IEEE double precision floating point equivalent to this number.
asFloat64(double) - Static method in class org.erights.e.meta.java.math.BigIntegerSugar
Enabled: Returns the "best" IEEE double precision floating point equivalent to this number.
asFloat64(Object) - Static method in class org.erights.e.elib.prim.E
Enabled: As a "double" scalar
asFrom(String) - Method in class org.erights.e.elib.tables.Twine
Enabled: startLine defaults to 1 and startCol defaults to 0
asFrom(String, int, int) - Method in class org.erights.e.elib.tables.Twine
Enabled: Returns a new Twine on the same underlying bare String as this one, but marked as being contiguous text starting at the position described by the argument.
asFunctor() - Method in class org.quasiliteral.quasiterm.QTerm
 
asFunctor() - Method in class org.quasiliteral.quasiterm.QFunctor
 
asFunctor() - Method in class org.quasiliteral.quasiterm.QDollarHole
 
asFunctor() - Method in class org.quasiliteral.quasiterm.QAtHole
 
asFunctor() - Method in class org.quasiliteral.quasiterm.QAstro
Returns a variant of this Astro that may serve as a functor of a QTerm.
asin() - Method in class java.lang.Double
Added:
asin(double) - Static method in class java.lang.Math
Enabled: Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
asin(double) - Static method in class java.lang.StrictMath
Enabled: Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
asin(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled:
asInt(Object) - Static method in class org.erights.e.elib.prim.E
Enabled: As an "int" scalar
asInteger() - Method in class java.lang.Character
Added: Unicode character code
asInteger(char) - Static method in class org.erights.e.meta.java.lang.CharacterSugar
Enabled: Unicode character code
asKeys() - Method in class org.erights.e.elib.tables.ROList
 
asKeys() - Method in class org.erights.e.elib.tables.EList
Enabled: Turns [a, b, ...] into [a => null, b => null, ...]
asList() - Method in interface java.util.Enumeration
Added:
asList(Enumeration) - Static method in class org.erights.e.meta.java.util.EnumerationSugar
Enabled:
asList(Object[]) - Static method in class java.util.Arrays
Enabled: Returns a fixed-size list backed by the specified array.
asMap() - Method in class org.erights.e.elang.scope.Scope
Enabled:
asMap() - Method in class org.erights.e.elib.tables.ROList
 
asMap() - Method in class org.erights.e.elib.tables.EList
Enabled: Turns [a, b, ...] into [0 => a, 1 => b, ...]
asNoun() - Method in class org.erights.e.elang.evm.QuasiPatternExpr
Enabled:
asNoun() - Method in class org.erights.e.elang.evm.QuasiLiteralExpr
Enabled:
asNoun() - Method in class org.erights.e.elang.evm.NounExpr
Enabled:
asNoun() - Method in class org.erights.e.elang.evm.AtomicExpr
Enabled:
asRTE(Object) - Static method in class org.erights.e.elib.prim.E
Enabled: As a RuntimeException
asSafe(Throwable) - Static method in class org.erights.e.develop.exception.ExceptionMgr
Enabled: Returns 'th' as a RuntimeException.
Assay - interface net.ertp.Assay.
Untamed:
ASSERT - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
AssertionError - error java.lang.AssertionError.
Untamed: Thrown to indicate that an assertion has failed.
AssertionError() - Constructor for class java.lang.AssertionError
Enabled: Constructs an AssertionError with no detail message.
AssertionError(boolean) - Constructor for class java.lang.AssertionError
Enabled: Constructs an AssertionError with its detail message derived from the specified boolean, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(char) - Constructor for class java.lang.AssertionError
Enabled: Constructs an AssertionError with its detail message derived from the specified char, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(double) - Constructor for class java.lang.AssertionError
Enabled: Constructs an AssertionError with its detail message derived from the specified double, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(float) - Constructor for class java.lang.AssertionError
Enabled: Constructs an AssertionError with its detail message derived from the specified float, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(int) - Constructor for class java.lang.AssertionError
Enabled: Constructs an AssertionError with its detail message derived from the specified int, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(long) - Constructor for class java.lang.AssertionError
Enabled: Constructs an AssertionError with its detail message derived from the specified long, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(Object) - Constructor for class java.lang.AssertionError
Enabled: Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(String) - Constructor for class java.lang.AssertionError
This internal constructor does no processing on its string argument, even if it is a null reference.
AssertionStatusDirectives - class java.lang.AssertionStatusDirectives.
 
AssertionStatusDirectives() - Constructor for class java.lang.AssertionStatusDirectives
 
assertShadowable(String) - Method in class org.erights.e.elang.scope.ScopeMapLink
 
assertShadowable(String) - Method in class org.erights.e.elang.scope.ScopeMapContour
 
assertShadowable(String) - Method in class org.erights.e.elang.scope.ScopeMapBase
 
assertShadowable(String) - Method in class org.erights.e.elang.scope.ScopeMap
Enabled: Throw an exception is the varName may not be shadowed because it is already defined in the current (i.e.
assertShadowable(String) - Method in class org.erights.e.elang.scope.PatternMapLink
Enabled:
assertShadowable(String) - Method in class org.erights.e.elang.scope.PatternMapContour
Enabled:
assertShadowable(String) - Method in class org.erights.e.elang.scope.PatternMapBase
 
assertShadowable(String) - Method in class org.erights.e.elang.scope.PatternMap
Enabled: Throw an exception if 'name' may not be shadowed because it is already defined in the current (i.e.
asSet() - Method in class org.erights.e.elib.tables.EList
Enabled: Returns a set whose elements are the values in this list
ASSIGN - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
ASSIGN - Static variable in interface antlr.ANTLRTokdefParserTokenTypes
Enabled:
ASSIGN_RHS - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
Enabled:
assign(EvalContext, Object) - Method in class org.erights.e.elang.evm.NounExpr
Enabled: Default implementation of assign in terms of the slot.
assign(Object) - Method in class java.io.HandleTable
Assigns next available handle to given object, and returns handle value.
assign(Object) - Method in class java.io.HandleTable
Assigns next available handle to given object, and returns assigned handle.
assign(Object, Object) - Method in class java.io.ReplaceTable
Enters mapping from object to replacement object.
assign(Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
assign(Object, Object) - Method in class org.erights.e.elang.syntax.BaseENodeBuilder
Enabled:
assign(Object, Object) - Method in interface org.erights.e.elang.syntax.BaseEBuilder
Enabled: Either makes a kernel assignment expression, or expands a non-kernel one, depending on the lValue.
AssignExpr - class org.erights.e.elang.evm.AssignExpr.
Safe: BNF: varName ":=" eExpr
AssignExpr - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
AssignExpr(SourceSpan, AtomicExpr, EExpr) - Constructor for class org.erights.e.elang.evm.AssignExpr
Enabled:
assignToRoot - Variable in class antlr.ActionTransInfo
Enabled:
Assoc - class org.erights.e.elang.syntax.Assoc.
 
assoc(Object, Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled:
assoc(Object, Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled: Represents a key => value association.
Assoc(Object, Object) - Constructor for class org.erights.e.elang.syntax.Assoc
 
AssocFunc - interface org.erights.e.elib.tables.AssocFunc.
Untamed:
associateSourceLocation(int, int, SourceSpan) - Method in class org.erights.e.elang.smallcaps.SmallcapsEncoder
Enabled:
associateSourceLocation(int, int, SourceSpan) - Method in interface org.erights.e.elang.smallcaps.SmallcapsEmitter
Enabled: Record that `span' in source produced lowLabel..!highLabel.
AST - interface antlr.collections.AST.
Untamed:
AST_CONSTRUCTOR - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
AST_CONSTRUCTOR - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
AST_CONSTRUCTOR - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
AST_CTOR_ELEMENT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
AST_CTOR_ELEMENT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
AST_CTOR_ELEMENT - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
AST_ITEM - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
Enabled:
AST_ITEM - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
Enabled:
AST_ITEM - Static variable in interface antlr.actions.sather.ActionLexerTokenTypes
Enabled:
ast_type_spec() - Method in class antlr.ANTLRParser
Enabled:
asTagged(Astro) - Method in class org.quasiliteral.quasiterm.QHole
 
asTagged(Astro) - Method in class org.quasiliteral.quasiterm.QDollarHole
 
asTagged(Astro) - Method in class org.quasiliteral.quasiterm.QAtHole
 
ASTArray - class antlr.collections.impl.ASTArray.
Untamed: ASTArray is a class that allows ANTLR to generate code that can create and initialize an array in one expression, like: (new ASTArray(3)).add(x).add(y).add(z)
ASTArray(int) - Constructor for class antlr.collections.impl.ASTArray
Enabled:
ASTBuilder - class org.quasiliteral.antlr.ASTBuilder.
Untamed: The default implementation (and default superclass) for implementing AstroBuilder simply, for building AstroAST-trees with AstroToken leaves.
ASTBuilder(AstroSchema) - Constructor for class org.quasiliteral.antlr.ASTBuilder
Enabled:
ASTEnumeration - interface antlr.collections.ASTEnumeration.
Untamed:
ASTEnumerator - class antlr.collections.impl.ASTEnumerator.
Untamed:
ASTEnumerator(Vector) - Constructor for class antlr.collections.impl.ASTEnumerator
Enabled:
asText() - Method in class org.erights.e.elang.evm.ParseNode
Enabled: Without the surrounding "e`" and "`".
asText() - Method in class org.quasiliteral.quasiterm.QAstroArg
Enabled:
asText() - Method in class org.quasiliteral.term.Term
Enabled:
astFactory - Variable in class antlr.TreeParser
AST support code; parser and treeparser delegate to this object
astFactory - Variable in class antlr.Parser
AST support code; parser and treeparser delegate to this object
ASTFactory - class antlr.ASTFactory.
Untamed:
ASTFactory() - Constructor for class antlr.ASTFactory
Enabled:
ASTFrame - class antlr.debug.misc.ASTFrame.
Untamed:
ASTFrame(String, AST) - Constructor for class antlr.debug.misc.ASTFrame
Enabled:
ASTIterator - class antlr.ASTIterator.
Untamed:
ASTIterator(AST) - Constructor for class antlr.ASTIterator
Enabled:
ASTNodeType - Variable in class antlr.TokenSymbol
Set to a value in the tokens {...} section
ASTNodeType - Variable in class antlr.GrammarAtom
Set to type of AST node to create during parse.
ASTNULL - Static variable in class antlr.TreeParser
Enabled: The AST Null object; the parsing cursor is set to this when it is found to be null.
ASTNULLType - class antlr.ASTNULLType.
Untamed:
ASTNULLType() - Constructor for class antlr.ASTNULLType
Enabled:
ASTPair - class antlr.ASTPair.
Untamed:
ASTPair() - Constructor for class antlr.ASTPair
Enabled:
Astro - interface org.quasiliteral.astro.Astro.
Untamed:
AstroArg - interface org.quasiliteral.astro.AstroArg.
Untamed:
AstroAST - class org.quasiliteral.antlr.AstroAST.
Untamed: AST node implementation which stores tokens explicitly.
AstroAST() - Constructor for class org.quasiliteral.antlr.AstroAST
Enabled: Construct an instance which (at least initially) is not associated with a token.
AstroAST(Token) - Constructor for class org.quasiliteral.antlr.AstroAST
Enabled: Construct an instance which is associated with the given token.
AstroBuilder - interface org.quasiliteral.astro.AstroBuilder.
Untamed: Used to build an Astro tree -- a tree that could represent the results of parsing a string according to a grammar.
AstroLexerSharedInputState - class org.quasiliteral.antlr.AstroLexerSharedInputState.
Untamed: Extension of LexerSharedInputState that is aware of file names and can annotate ExtentTokens with them and with end position information.
AstroLexerSharedInputState(InputStream) - Constructor for class org.quasiliteral.antlr.AstroLexerSharedInputState
Enabled: Construct an instance.
AstroLexerSharedInputState(InputStream, String) - Constructor for class org.quasiliteral.antlr.AstroLexerSharedInputState
Enabled: Construct an instance.
AstroSchema - interface org.quasiliteral.astro.AstroSchema.
Untamed:
AstroTag - class org.quasiliteral.astro.AstroTag.
Untamed:
AstroTag(short, String, Class) - Constructor for class org.quasiliteral.astro.AstroTag
Enabled:
AstroTagMaker - Static variable in class org.quasiliteral.astro.AstroTag
 
AstroToken - class org.quasiliteral.antlr.AstroToken.
Untamed: A Kind of Antlr Token that preserves all the information in a Functor.
AstroToken() - Constructor for class org.quasiliteral.antlr.AstroToken
Enabled: Construct an instance.
AstroToken(AstroSchema, AstroTag, Object, SourceSpan) - Constructor for class org.quasiliteral.antlr.AstroToken
Makes an AstroToken that represents a token in some grammar.
astVarNumber - Variable in class antlr.SatherCodeGenerator
 
astVarNumber - Variable in class antlr.JavaCodeGenerator
 
astVarNumber - Variable in class antlr.CppCodeGenerator
 
ASTVisitor - interface antlr.ASTVisitor.
Untamed:
asType() - Method in class org.erights.e.elib.prim.StaticMaker
Suppressed: Returns the type represented by the wrapped class.
asUrl(File) - Static method in class org.erights.e.meta.java.io.FileSugar
XXX should this be public? Should we use Java's File.toUrl() instead?
async - Variable in class javax.swing.text.DefaultCaret
flag to indicate if async updates should move the caret.
AsyncBoxView - class javax.swing.text.AsyncBoxView.
Unsafe: A box that does layout asynchronously.
AsyncBoxView(Element, int) - Constructor for class javax.swing.text.AsyncBoxView
Suppressed: Construct a box view that does asynchronous layout.
asyncExec(Runnable) - Method in class org.eclipse.swt.widgets.Synchronizer
Causes the run() method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity.
asyncExec(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 at the next reasonable opportunity.
AsyncLoadPriority - Static variable in class javax.swing.text.AbstractDocument
Document property that indicates asynchronous loading is desired, with the thread priority given as the value.
at(int, int, char) - Method in class java.net.Parser
 
at(int, int, String) - Method in class java.net.Parser
 
atan() - Method in class java.lang.Double
Added:
atan(double) - Static method in class java.lang.Math
Enabled: Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan(double) - Static method in class java.lang.StrictMath
Enabled: Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled:
atan2(double) - Method in class java.lang.Double
Added:
atan2(double, double) - Static method in class java.lang.Math
Enabled: Converts rectangular coordinates (xy) to polar (r, theta).
atan2(double, double) - Static method in class java.lang.StrictMath
Enabled: Converts rectangular coordinates (xy) to polar (r, theta).
atan2(double, double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled:
atHole(Astro) - Method in class org.quasiliteral.quasiterm.QuasiMetaBuilder
Enabled:
atHole(Astro) - Method in class org.quasiliteral.quasiterm.QBuilder
Enabled: The at-hole that's returned is initially a term-hole, but may get converted to a functor-hole by QAstro.asFunctor().
atHole(Astro) - Method in class org.quasiliteral.term.QuasiBuilderAdaptor
Enabled:
atHole(Astro) - Method in interface org.quasiliteral.term.QuasiBuilder
Enabled: Matches the specimen by placing it in 'bindings[litInt]'.
AtIdent - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
atLeastZero() - Method in class java.lang.Double
Added: Used in the expansion of E's ">=" operator.
atLeastZero() - Method in class java.math.BigInteger
Added: Used in the expansion of E's ">=" operator
atLeastZero(BigInteger) - Static method in class org.erights.e.meta.java.math.BigIntegerSugar
Enabled: Used in the expansion of E's ">=" operator
atLeastZero(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled: Used in the expansion of E's ">=" operator.
atMostZero() - Method in class java.lang.Double
Added: Used in the expansion of E's "<=" operator.
atMostZero() - Method in class java.math.BigInteger
Added: Used in the expansion of E's "<=" operator
atMostZero(BigInteger) - Static method in class org.erights.e.meta.java.math.BigIntegerSugar
Enabled: Used in the expansion of E's "<=" operator
atMostZero(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled: Used in the expansion of E's "<=" operator.
atNoun(Object) - Method in class org.erights.e.elang.syntax.ENodeBuilder
Enabled: When an at-hole is '@' or '@_'
atNoun(Object) - Method in interface org.erights.e.elang.syntax.EBuilder
Enabled: When an at-hole is '@' or '@_'
atom - Variable in class java.awt.datatransfer.DataFlavor
 
AtomicExpr - class org.erights.e.elang.evm.AtomicExpr.
Untamed:
AtomicExpr(SourceSpan) - Constructor for class org.erights.e.elang.evm.AtomicExpr
Enabled:
AtomicTwine - class org.erights.e.elib.tables.AtomicTwine.
A Twine which can describe itself without breaking itself up into smaller Twines.
AtomicTwine(String) - Constructor for class org.erights.e.elib.tables.AtomicTwine
 
atomText - Variable in class antlr.GrammarAtom
 
AtOpen - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
atStart() - Method in class antlr.Alternative
 
attachStderr(Process, Writer) - Static method in class org.erights.e.meta.java.lang.ProcessSugar
Enabled:
attachStderr(Writer) - Method in class java.lang.Process
Added:
attachStdin(Process, Reader) - Static method in class org.erights.e.meta.java.lang.ProcessSugar
Enabled:
attachStdin(Reader) - Method in class java.lang.Process
Added:
attachStdout(Process, Writer) - Static method in class org.erights.e.meta.java.lang.ProcessSugar
Enabled:
attachStdout(Writer) - Method in class java.lang.Process
Added:
attempt() - Method in class org.erights.e.elang.evm.FinallyExpr
Enabled:
attempt() - Method in class org.erights.e.elang.evm.CatchExpr
Enabled:
attemptedStart - Variable in class javax.swing.TimerQueueRestart
 
attr - Variable in class javax.swing.text.ElementSpec
 
attr - Variable in class javax.swing.text.KeyEnumeration
 
ATTRIBUTE - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
javax.swing.text.AbstractDocument.AttributeContext - interface javax.swing.text.AttributeContext.
 
javax.swing.text.TextLayoutStrategy.AttributedSegment - class javax.swing.text.AttributedSegment.
 
AttributedSegment() - Constructor for class javax.swing.text.AttributedSegment
 
AttributeList - class javax.swing.text.html.parser.AttributeList.
Untamed:
AttributeList() - Constructor for class javax.swing.text.html.parser.AttributeList
 
AttributeList(String) - Constructor for class javax.swing.text.html.parser.AttributeList
Enabled: Create an attribute list element.
AttributeList(String, int, int, String, Vector, AttributeList) - Constructor for class javax.swing.text.html.parser.AttributeList
Enabled: Create an attribute list element.
attributes - Variable in class javax.swing.text.AbstractElement
 
attributes - Variable in class javax.swing.text.SmallAttributeSet
 
attributes - Variable in class javax.swing.text.NamedStyle
Inner AttributeSet implementation, which may be an immutable unique set being shared.
attributes - Variable in class javax.swing.text.html.parser.Parser
 
AttributeSet - interface javax.swing.text.AttributeSet.
Unsafe:
attributesPool - Variable in class javax.swing.text.StyleContext
 
javax.swing.text.StyledEditorKit.AttributeTracker - class javax.swing.text.AttributeTracker.
 
AttributeTracker() - Constructor for class javax.swing.text.AttributeTracker
 
attributeTypes - Static variable in class javax.swing.text.html.parser.AttributeList
Create a hashtable of attribute types.
javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit - class javax.swing.text.AttributeUndoableEdit.
An UndoableEdit used to remember AttributeSet changes to an Element.
AttributeUndoableEdit(Element, AttributeSet, boolean) - Constructor for class javax.swing.text.AttributeUndoableEdit
 
AttributeValue - class java.awt.AttributeValue.
 
AttributeValue(int, String[]) - Constructor for class java.awt.AttributeValue
 
attrs - Variable in class java.awt.Key
 
attrs - Variable in class javax.swing.text.ReplaceHolder
AttributeSet to attach to text, may be null.
atts - Variable in class javax.swing.text.html.parser.Element
Enabled:
audit(Object) - Method in class org.erights.e.elang.interp.ProtocolDesc
Enabled: Used in a type's role as rubber-stamping auditor.
audit(Object) - Method in class org.erights.e.elib.slot.BaseAuditor
Enabled: Defaults to always return false.
audit(Object) - Method in interface org.erights.e.elib.slot.Auditor
Enabled: Asks an auditor: do you give your stamp of approval to the code of an object definition expression (the script), and thereby endorse those instances requesting your endorsement?
audit(Object) - Method in class org.erights.e.meta.java.lang.InterfaceGuardSugar
Enabled: If I represent a non-Marker interface, then I'm a rubber stamping auditor and will approve anything.
Auditable - class org.erights.e.elib.slot.Auditable.
Untamed: This is a trusted class, and may only be directly subclassed by classes trusted to play by the rules -- to only pass in a set of approvers that truly do approve of the E-behavior of the instance.
Auditable(Auditor[]) - Constructor for class org.erights.e.elib.slot.Auditable
 
AuditChecker - class org.erights.e.elib.slot.AuditChecker.
Untamed: This implements the object available as "__auditedBy" in the universal scope, which represents the lookup facet on the registry of successful audits.
AuditChecker() - Constructor for class org.erights.e.elib.slot.AuditChecker
 
AuditFailedException - exception org.erights.e.elang.evm.AuditFailedException.
Untamed: This exception signals that an audit has failed.
AuditFailedException(Auditor, ObjectExpr) - Constructor for class org.erights.e.elang.evm.AuditFailedException
 
Auditor - interface org.erights.e.elib.slot.Auditor.
Untamed:
AuditorGuard - Static variable in class org.erights.e.elang.evm.ObjectExpr
 
auditors() - Method in class org.erights.e.elang.evm.ObjectExpr
Enabled:
auditSubclass(Class) - Static method in class java.io.ObjectOutputStream
Performs reflective checks on given subclass to verify that it doesn't override security-sensitive non-final methods.
auditSubclass(Class) - Static method in class java.io.ObjectInputStream
Performs reflective checks on given subclass to verify that it doesn't override security-sensitive non-final methods.
augmentList(Action[], Action[]) - Static method in class javax.swing.text.TextAction
Suppressed: Takes one list of commands and augments it with another list of commands.
AUGUST - Static variable in class java.util.Calendar
Enabled: Value of the MONTH field indicating the eighth month of the year.
authenticate(byte, InputStream, DataOutputStream) - Method in class java.net.SocksSocketImpl
Provides the authentication machanism required by the proxy.
Authenticator - class java.net.Authenticator.
Untamed: The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Authenticator() - Constructor for class java.net.Authenticator
Enabled:
authority - Variable in class java.net.URL
The authority part of this URL.
authority - Variable in class java.net.URI
 
authProtocolTable() - Static method in class net.vattp.data.StartUpProtocol
Enabled:
AuthSecrets - class net.vattp.data.AuthSecrets.
 
AuthSecrets() - Constructor for class net.vattp.data.AuthSecrets
 
AUTO_GEN_BANG - Static variable in class antlr.GrammarElement
 
AUTO_GEN_CARET - Static variable in class antlr.GrammarElement
 
AUTO_GEN_NONE - Static variable in class antlr.GrammarElement
 
AUTO_RESIZE_ALL_COLUMNS - Static variable in class javax.swing.JTable
Enabled: During all resize operations, proportionately resize all columns.
AUTO_RESIZE_LAST_COLUMN - Static variable in class javax.swing.JTable
Enabled: During all resize operations, apply adjustments to the last column only.
AUTO_RESIZE_NEXT_COLUMN - Static variable in class javax.swing.JTable
Enabled: When a column is adjusted in the UI, adjust the next column the opposite way.
AUTO_RESIZE_OFF - Static variable in class javax.swing.JTable
Enabled: Do not adjust column widths automatically; use a scrollbar.
AUTO_RESIZE_SUBSEQUENT_COLUMNS - Static variable in class javax.swing.JTable
Enabled: During UI adjustment, change subsequent columns to preserve the total width; this is the default behavior.
autoCreateColumnsFromModel - Variable in class javax.swing.JTable
The table will query the TableModel to build the default set of columns if this is true.
autoDelay - Variable in class java.awt.Robot
 
autoDelay() - Method in class java.awt.Robot
 
autoFlush - Variable in class java.io.PrintWriter
 
autoFlush - Variable in class java.io.PrintStream
 
autoGenType - Variable in class antlr.AlternativeElement
 
autoProcessMouseWheel(MouseWheelEvent) - Method in class java.awt.Component
 
autoProcessMouseWheel(MouseWheelEvent) - Method in class java.awt.ScrollPane
 
autoResizeMode - Variable in class javax.swing.JTable
Determines if the table automatically resizes the width of the table's columns to take up the entire width of the table, and how it does the resizing.
autoScroll - Variable in class java.awt.dnd.DropTargetAutoScroller
 
Autoscroll - interface java.awt.dnd.Autoscroll.
Unsafe:
autoscroll(Point) - Method in interface java.awt.dnd.Autoscroll
Suppressed: notify the Component to autoscroll
autoScrollDirection - Variable in class org.eclipse.swt.custom.StyledText
 
autoscroller - Variable in class javax.swing.JComponent
 
autoScroller - Variable in class java.awt.dnd.DropTarget
 
Autoscroller - class javax.swing.Autoscroller.
 
Autoscroller(JComponent) - Constructor for class javax.swing.Autoscroller
 
javax.swing.Autoscroller.AutoScrollTimerAction - class javax.swing.AutoScrollTimerAction.
 
AutoScrollTimerAction() - Constructor for class javax.swing.AutoScrollTimerAction
 
autoTransferFocus(boolean) - Method in class java.awt.Component
 
autoWaitForIdle() - Method in class java.awt.Robot
 
auxiliaryLAFsKey - Static variable in class javax.swing.UIManager
 
auxLookAndFeels - Variable in class javax.swing.LAFState
 
available() - Method in class java.io.ByteArrayInputStream
Enabled: Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.BufferedInputStream
Enabled: Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.FilterInputStream
Enabled: Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.FileInputStream
Enabled: Returns the number of bytes that can be read from this file input stream without blocking.
available() - Method in class java.io.InputStream
Enabled: Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class java.io.StringBufferInputStream
Deprecated. Enabled: Returns the number of bytes that can be read from the input stream without blocking.
available() - Method in class java.io.SequenceInputStream
Enabled: Returns the number of bytes available on the current stream.
available() - Method in class java.io.PushbackInputStream
Enabled: Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.PipedInputStream
Enabled: Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.ObjectInputStream
Enabled: Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.PeekInputStream
 
available() - Method in class java.io.BlockDataInputStream
 
available() - Method in interface java.io.ObjectInput
Enabled: Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.LineNumberInputStream
Deprecated. Enabled: Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.net.SocketInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class java.net.SocketImpl
Returns the number of bytes that can be read from this socket without blocking.
available() - Method in class java.net.PlainSocketImpl
Returns the number of bytes that can be read without blocking.
available() - Method in class javax.swing.PageStream
 
available() - Method in class net.vattp.tunnel.HTTPInputStream
Enabled: Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in interface org.erights.e.elib.eio.Stream
Enabled: What are the largest number of elements that are guaranteed to be transferable now (immediately read or written) through connector?
available() - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: How many characters are immediately available? If the buffer is empty, then give the filler one chance and try again.
availableEntropy() - Method in class net.vattp.security.ESecureRandom
Enabled: Get the amount of entropy the generator now holds.
availableProcessors() - Method in class java.lang.Runtime
Enabled: Returns the number of processors available to the Java virtual machine.
AWT_COMPONENT - Static variable in class javax.accessibility.AccessibleRole
Enabled: An AWT component, but nothing else is known about it.
AWTError - error java.awt.AWTError.
Untamed: Thrown when a serious Abstract Window Toolkit error has occurred.
AWTError(String) - Constructor for class java.awt.AWTError
Enabled: Constructs an instance of AWTError with the specified detail message.
AWTEvent - class java.awt.AWTEvent.
Unsafe: The root event class for all AWT events.
AWTEvent(Event) - Constructor for class java.awt.AWTEvent
Suppressed: Constructs an AWTEvent object from the parameters of a 1.0-style event.
AWTEvent(Object, int) - Constructor for class java.awt.AWTEvent
Suppressed: Constructs an AWTEvent object with the specified source object and type.
AWTEventListener - interface java.awt.event.AWTEventListener.
Unsafe:
AWTEventListenerProxy - class java.awt.event.AWTEventListenerProxy.
Unsafe: A class which extends the EventListenerProxy, specifically for adding an AWTEventListener for a specific event mask.
AWTEventListenerProxy(long, AWTEventListener) - Constructor for class java.awt.event.AWTEventListenerProxy
Suppressed: Constructor which binds the AWTEventListener to a specific event mask.
AWTEventMulticaster - class java.awt.AWTEventMulticaster.
Unsafe: A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
AWTEventMulticaster(EventListener, EventListener) - Constructor for class java.awt.AWTEventMulticaster
Creates an event multicaster instance which chains listener-a with listener-b.
AWTException - exception java.awt.AWTException.
Untamed: Signals that an Absract Window Toolkit exception has occurred.
AWTException(String) - Constructor for class java.awt.AWTException
Enabled: Constructs an instance of AWTException with the specified detail message.
AWTKeyStroke - class java.awt.AWTKeyStroke.
Safe: An AWTKeyStroke represents a key action on the keyboard, or equivalent input device.
AWTKeyStroke() - Constructor for class java.awt.AWTKeyStroke
Constructs an AWTKeyStroke with default values.
AWTKeyStroke(char, int, int, boolean) - Constructor for class java.awt.AWTKeyStroke
Constructs an AWTKeyStroke with the specified values.
AWTPermission - class java.awt.AWTPermission.
Unsafe:
AWTPermission(String) - Constructor for class java.awt.AWTPermission
Suppressed: Creates a new AWTPermission with the specified name.
AWTPermission(String, String) - Constructor for class java.awt.AWTPermission
Suppressed: Creates a new AWTPermission object with the specified name.
AWTProblemHandler - class org.erights.e.elib.vat.AWTProblemHandler.
As mandated by JDK1.3's java.awt.EventDispatchThread#handleException(Throwable)
AWTProblemHandler() - Constructor for class org.erights.e.elib.vat.AWTProblemHandler
As mandated by JDK1.3's java.awt.EventDispatchThread#handleException(Throwable)
AWTRunner - class org.erights.e.elib.vat.AWTRunner.
 
AWTRunner() - Constructor for class org.erights.e.elib.vat.AWTRunner
 
AWTRunnerEvent - class org.erights.e.elib.vat.AWTRunnerEvent.
For scheduling PendingEvents (vat turns) on the AWT Event Queue at the low priority (PaintEvent.PAINT), which is "supposed" to be for repaints.
AWTRunnerEvent(PendingEvent, AWTRunner) - Constructor for class org.erights.e.elib.vat.AWTRunnerEvent
 
java.awt.Component.AWTTreeLock - class java.awt.AWTTreeLock.
 
AWTTreeLock() - Constructor for class java.awt.AWTTreeLock
 
axis - Variable in class javax.swing.BoxLayout
 
axis - Variable in class javax.swing.text.AsyncBoxView
The major axis against which the children are tiled.

$ 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?