- gap - Variable in class eve.ui.table.TableModel
-
This is the gap (in pixels) between the data in a cell and its borders.
- Gate - Class in eve.sys
-
This allows only a single Thread to hold a Gate at a time.
- Gate() - Constructor for class eve.sys.Gate
-
- Gate(String) - Constructor for class eve.sys.Gate
-
- gatherButtons(Container, Vector) - Static method in class eve.ui.Form
-
- gBuffer1 - Static variable in class eve.fx.Rect
-
This Rect is not used by Graphics.
- gBuffer2 - Static variable in class eve.fx.Rect
-
This Rect is not used by Graphics.
- gc() - Method in class java.lang.Runtime
-
- gc() - Static method in class java.lang.System
-
Tell the VM to do a garbage collection run.
- gcd(BigInteger) - Method in class eve.math.BigInteger
-
- gcd(int[], int[], int) - Static method in class eve.math.MPN
-
Calculate Greatest Common Divisior of x[0:len-1] and y[0:len-1].
- gcd(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is the greatest common divisor of abs(this) and abs(val).
- gender - Variable in class eve.database.TestData
-
- GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "General Punctuation" Unicode character block.
- GeneralPath - Class in eve.fx
-
A GeneralPath is used for creating lines by appending sequences of straight lines,
quadratic curves and cubic (Bezier) curves.
- GeneralPath(int) - Constructor for class eve.fx.GeneralPath
-
Create an empty GeneralPath with a pre-allocated capacity.
- GeneralPath() - Constructor for class eve.fx.GeneralPath
-
Create an empty GeneralPath with a default pre-allocated capacity.
- GeneralSecurityException - Exception in java.security
-
- GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
-
- GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
-
- GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
-
- GeneralSecurityException(String, Throwable) - Constructor for exception java.security.GeneralSecurityException
-
- generate(int, int) - Method in class eve.ui.ScrollTrack
-
- generate(int, int) - Method in class eve.ui.TrackControl
-
This creates and posts a ScrollEvent.
- generateInputError(IOException) - Method in class eve.io.MemoryStream
-
This will cause an IOException to be thrown on calling one of the read() methods.
- generatePage() - Method in class eve.ui.TrackControl
-
- generateSeed(int) - Method in class eve.security.SecureRandom
-
- generateSeed(int) - Method in class java.security.SecureRandom
-
- gensalt(int, SecureRandom) - Static method in class com.ewesoft.pub.security.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- gensalt(int) - Static method in class com.ewesoft.pub.security.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- gensalt() - Static method in class com.ewesoft.pub.security.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method,
selecting a reasonable default for the number of hashing
rounds to apply
- GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Geometric Shapes" Unicode character block.
- GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Georgian" Unicode character block.
- GERMAN - Static variable in class java.util.Locale
-
Locale which represents the German language.
- GERMANY - Static variable in class java.util.Locale
-
Locale which represents Germany.
- gesturesNeeded() - Static method in class eve.ui.event.PenEvent
-
- get(int) - Method in interface com.ewesoft.pub.IntMap
-
- get(int) - Method in class com.stevesoft.pat.Bits
-
- get(String) - Method in class eve.data.PropertyList
-
Get the property with the specified name.
- get(String, Property) - Method in class eve.data.PropertyList
-
Get the property with the specified name, starting with the previous one.
- get(String) - Method in class eve.data.PropertyList.NullPropertyList
-
- get(int, DatabaseEntry) - Method in class eve.database.EntriesView
-
Get the DatabaseEntry at the specified index in the view.
- get(int) - Method in class eve.database.EntriesView
-
Get the DatabaseEntry at the specified index in the view.
- get(int, DatabaseEntry) - Method in interface eve.database.FoundEntries
-
Get the data at the specified index.
- get(int) - Method in interface eve.database.FoundEntries
-
Get the data at the specified index, creating a new DatabaseEntry to get it from.
- get(int, int[], Object[]) - Method in interface eve.database.FoundEntries
-
A convenience method for retrieving only a limited set of field values for
a particular entry.
- get(int, DatabaseEntry) - Method in class eve.database.implement.FoundEntriesObject
-
Get the data at the specified index.
- get(int) - Method in class eve.database.implement.FoundEntriesObject
-
Get the data at the specified index, creating a new DatabaseEntry to get it from.
- get(int, int[], Object[]) - Method in class eve.database.implement.FoundEntriesObject
-
- get(Font, ISurface) - Method in class eve.fx.FontMetricsCache
-
- get(Font, Graphics) - Method in class eve.fx.FontMetricsCache
-
- get(int, int) - Method in class eve.fx.ImageBuffer
-
- get(int, int, boolean) - Method in class eve.fx.ImageBuffer
-
- get(String, int, double) - Method in class eve.fx.points.FontManager.ActiveFonts
-
- get(String, int, StringList, int, int) - Method in class eve.fx.points.FontManager.ActiveFonts
-
- get(FontEntry, double) - Method in class eve.fx.points.FontManager.ActiveFonts
-
- get(FontEntry, StringList, int, int) - Method in class eve.fx.points.FontManager.ActiveFonts
-
- get(int, Object) - Method in class eve.io.TreeConfigNode
-
- get(String, Object) - Method in class eve.io.TreeConfigNode
-
- get(Class) - Static method in class eve.sys.Cache
-
- get(int, Object) - Method in interface eve.sys.LocalResource
-
This should convert the resourceID to a String and then call get(resourceName,defaultValue);
- get(String, Object) - Method in interface eve.sys.LocalResource
-
This finds the local resource as given by the resourceName.
- get(boolean) - Method in class eve.sys.ObjectCache
-
- get() - Method in class eve.sys.ObjectCache
-
- get() - Static method in class eve.sys.Progress
-
Get a Progress for the Handle associated with the current Thread (if any).
- get() - Method in class eve.sys.Reflection.InstanceField
-
- get(int, Object) - Method in class eve.sys.registry.RegistryLocalResource
-
- get(String, Object) - Method in class eve.sys.registry.RegistryLocalResource
-
- get(Object, String) - Method in class eve.sys.ResourceCache
-
- get() - Method in class eve.sys.WeakRef
-
Get the object being referred to as long as it has not been cleared.
- get(WeakRef) - Static method in class eve.sys.WeakRef
-
- get() - Method in class eve.sys.WeakSet
-
Return the first live value but leave it in the set.
- get() - Method in class eve.sys.Windows.WindowsDirectories
-
- get(int) - Method in class eve.ui.ControlGroup
-
- get(int) - Method in class eve.util.ArrayIntMap
-
- get(int) - Method in class eve.util.mVector
-
- get(TimeOut) - Method in class eve.util.ObjectBuffer
-
Get an Object from the buffer.
- get(TimeOut, boolean) - Method in class eve.util.ObjectBuffer
-
Get an Object from the buffer.
- get(String) - Method in class eve.util.OwnedProperties
-
- get(int, SubString) - Method in class eve.util.StringList
-
This may return null if the entry at the index is null.
- get(int, Tag) - Method in class eve.util.TagList
-
Get the tag Object for the specified tag integer value.
- get(Object) - Method in class eve.util.WeakCache
-
- get() - Method in class java.lang.ref.PhantomReference
-
This method always returns null for a Phantom reference.
- get() - Method in class java.lang.ref.Reference
-
Returns the Object this Reference refers to.
- get(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of an array.
- get(Object) - Method in class java.lang.reflect.Field
-
- get(int) - Method in class java.util.AbstractList
-
Returns the elements at the specified position in the list.
- get(Object) - Method in class java.util.AbstractMap
-
Returns the value mapped by the given key.
- get(int) - Method in class java.util.ArrayList
-
Retrieves the element at the user-supplied index.
- get(int) - Method in class java.util.BitSet
-
Returns true if the integer bitIndex
is in this bit
set, otherwise false.
- get(int, int) - Method in class java.util.BitSet
-
Returns a new BitSet
composed of a range of bits from
this one.
- get(int) - Method in class java.util.Calendar
-
Gets the value of the specified field.
- get(Object) - Method in class java.util.Dictionary
-
Returns the value associated with the supplied key, or null
if no such value exists.
- get(Object) - Method in class java.util.HashMap
-
Return the value in this HashMap associated with the supplied key,
or null
if the key maps to nothing.
- get(Object) - Method in class java.util.Hashtable
-
- get(Object) - Method in class java.util.LinkedHashMap
-
Return the value in this Map associated with the supplied key,
or null
if the key maps to nothing.
- get(int) - Method in interface java.util.List
-
Get the element at a given index in this list.
- get(Object) - Method in interface java.util.Map
-
Returns the value mapped by the given key.
- get(int) - Method in class java.util.Vector
-
Get the element at a particular index.
- get(Object) - Method in class java.util.WeakHashMap
-
Gets the value the key is mapped to.
- get32BitRootKey(int, boolean) - Static method in class eve.sys.registry.Registry
-
- get64BitRootKey(int, boolean) - Static method in class eve.sys.registry.Registry
-
- GET_BEST_TEXT_PAD_ALWAYS_BUTTON - Static variable in class eve.ui.SmartphoneTextPad
-
- GET_BEST_TEXT_PAD_ALWAYS_PAD - Static variable in class eve.ui.SmartphoneTextPad
-
- GET_INDEXES - Static variable in interface eve.sys.IRegistryKey
-
This is an option for getSubKeys(int options) - when used getSubKey() will return
an array of integers representing the indexes of all the sub-keys.
- GET_INDEXES_AS_LONGS - Static variable in interface eve.sys.IRegistryKey
-
/**
This is an option for getSubKeys(int options) - when used getSubKey() will return
an array of longs representing the indexes of all the sub-keys.
- GET_LINES_AS_INTS - Static variable in class eve.fx.GeneralPath
-
This is an option for getLines().
- GET_PARAMATER_SIP_BUTTON_HEIGHT - Static variable in interface eve.sys.VmConstants
-
- GET_PARAMATER_SOFTKEY_BAR_HEIGHT - Static variable in interface eve.sys.VmConstants
-
- GET_SET_PARAMATER_PAINT_BUFFER_TIME - Static variable in interface eve.sys.VmConstants
-
- GET_SET_PARAMATER_PEN_MOVE_BUFFER_TIME - Static variable in interface eve.sys.VmConstants
-
- GET_SET_PARAMATER_RESIZE_BUFFER_TIME - Static variable in interface eve.sys.VmConstants
-
- getAbortedReason() - Method in exception com.ewesoft.pub.AbortedException
-
- getAbsoluteFile() - Method in class eve.io.File
-
- getAbsoluteFile() - Method in class java.io.File
-
This method returns a File
object representing the
absolute path of this object.
- getAbsolutePath() - Method in class eve.io.File
-
This differs from getFullPath() in that this will convert all '\' characters
to '/' characters.
- getAbsolutePath() - Method in class java.io.File
-
This method returns the path of this file as an absolute path name.
- getAction() - Method in interface eve.ui.Actionable
-
- getAction() - Method in class eve.ui.Button
-
- getActionKey(boolean) - Static method in class eve.fx.gui.SurfaceKeyEvent
-
- getActions() - Method in class java.security.BasicPermission
-
This method returns a list of the actions associated with this
permission.
- getActions() - Method in class java.security.Permission
-
This method returns the list of actions for this Permission
as a String
.
- getActiveList() - Method in class eve.ui.table.data.ListSelect
-
- getActiveWindow() - Static method in class eve.ui.Window
-
This returns the currently active window.
- getActual(int) - Method in class eve.ui.Canvas
-
- getActual(int) - Method in class eve.ui.Console
-
- getActual(int) - Method in class eve.ui.IconMenu
-
- getActual(int) - Method in class eve.ui.Menu
-
- getActual(int) - Method in interface eve.ui.ScrollClient
-
Get the full number of units either vertically or horizontally that the ScrollClient
contains.
- getActual(int) - Method in class eve.ui.table.TableControl
-
- getActual(int) - Method in class eve.ui.TextMessage
-
- getActual(int) - Method in class eve.ui.TextPad
-
- getActualMaximum(int) - Method in class java.util.Calendar
-
Gets the actual maximum value that is allowed for the specified field.
- getActualMaximum(int) - Method in class java.util.GregorianCalendar
-
Gets the actual maximum value that is allowed for the specified field.
- getActualMinimum(int) - Method in class java.util.Calendar
-
Gets the actual minimum value that is allowed for the specified field.
- getActualMinimum(int) - Method in class java.util.GregorianCalendar
-
Gets the actual minimum value that is allowed for the specified field.
- getActualSubMenu() - Method in class eve.ui.MenuItem
-
By default this returns subMenu, but it can instead return a different, dynamically created menu instead.
- getAddCardFlags() - Static method in class eve.ui.CardPanel
-
- getAddedCount() - Method in class eve.ui.InputStack
-
- getAddition(PointRect, PointRect) - Method in class eve.fx.points.PointRect
-
- getAddition(Rect, Rect) - Method in class eve.fx.Rect
-
- getAddress() - Method in class java.net.DatagramPacket
-
Returns the address that this packet is being sent to or, if it was used
to receive a packet, the address that is was received from.
- getAddress() - Method in class java.net.InetAddress
-
Returns the IP address of this object as a byte array.
- getAddressOf(File, DirectoryTreeNode) - Method in class eve.ui.table.data.DirectoryChooser
-
- getAdler() - Method in class eve.io.Deflater
-
- getAdler() - Method in class eve.io.Inflater
-
- getAdler() - Method in class java.util.zip.Deflater
-
- getAdler() - Method in class java.util.zip.Inflater
-
- getAfterPanel() - Method in class eve.ui.MessageBox
-
This gets a CellPanel for the adding of additional controls after the icon/message
area.
- getAllByName(String) - Static method in class java.net.InetAddress
-
Returns an array of InetAddress objects representing all the host/ip
addresses of a given host, given the host's name.
- getAllBytes(Handle, ArraySection) - Method in class eve.util.FormattedDataSource
-
Read in all the data, place it in a byte array and then place the result in an
ArraySection.
- getAllBytes(Handle) - Method in class eve.util.FormattedDataSource
-
Read in all the data, place it in a byte array and then place the result in an
ArraySection.
- getAllChosen() - Method in class eve.ui.filechooser.FileChooser
-
Get all the chosen file names - even if only a single file was selected.
- getAllChosenFiles() - Method in class eve.ui.filechooser.FileChooser
-
Get all chosen files, even if only one file was selected.
- getAllCodes() - Method in class eve.ui.choices.CodedChoices
-
Return all possible codes.
- getAllCodes() - Method in class eve.ui.choices.CodeToDisplay
-
- getAllDescendants(boolean) - Method in class eve.fx.points.PrintCell
-
Get all the children for this Control and their children.
- getAllDescendants(boolean) - Method in class eve.ui.Control
-
Get all the children for this Control and their children.
- getAllEntries(Handle, IntArray) - Method in class eve.database.implement.RecordDatabaseObject
-
- getAllFieldData() - Method in class eve.ui.table.data.FieldTableModel
-
This returns the Vector of all the FieldData objects that can be used with this FieldTableModel
- getAllFields(String, Object, boolean, Collection) - Static method in class eve.data.DataUtils
-
Look through the dataObject class and possibly its superclasses to locate in each
the String field named "fieldName" and then add them all to the destination dest.
- getAllFields() - Method in class eve.ui.table.data.FieldTableModel
-
Get all the available fields as a list of FieldData objects.
- getAllFoundEntries(Handle) - Method in class eve.database.implement.DatabaseObject
-
- getAllFoundEntries(Handle) - Method in class eve.database.implement.RecordDatabaseObject
-
- getAllIDs(int) - Static method in class eve.sys.Locale
-
- getAllowedSizeFor(int) - Method in class eve.fx.IconObject
-
- getAllowMultiSelect() - Method in class eve.ui.choices.SimpleItemSelect
-
- getAllPossibleImages(Vector) - Method in class eve.fx.Icon
-
An Icon may have separated its mixed and unmixed transparencies.
- getAllPossibleImages() - Method in class eve.fx.Icon
-
An Icon may have separated its mixed and unmixed transparencies.
- getAllRecords(Handle, int[], int, int) - Method in class eve.database.implement.RecordDatabaseObject
-
Get all the records locations and place them in the destination int array.
- getAllRecords(Handle, int[], int, int) - Method in class eve.database.implement.RecordFile
-
Copy all the records into the array.
- getAllReferencedClasses(Vector) - Method in class eve.sys.ClassFile
-
Return all the referenced classes as a Vector of Strings.
- getAllSelected(String[], String) - Method in class eve.ui.choices.SimpleItemSelectPopup
-
- getAllStrings(Hashtable) - Method in class eve.applet.ClassFile
-
- getAllSubControls() - Method in class eve.fx.points.PrintCell
-
Get all the sub-controls for this Control and their sub-controls.
- getAllSubControls() - Method in class eve.ui.Control
-
Get all the sub-controls for this Control and their sub-controls.
- getAllUserDataDirectory() - Method in class eve.sys.install.InstalledConfig
-
Attempt to determine and return the directory to be used for user data when the application was installed.
- getAllUsersDataDirectory() - Method in class eve.ui.installer.Installer
-
If this returns null then no data directory is created for the application.
- getAlpha() - Method in class eve.fx.Color
-
- getAlphaLevel(int[], int, int, int, int) - Static method in class eve.fx.Fx
-
Checks alpha levels of the pixels.
- getAncestor() - Method in class eve.ui.Card
-
- getAncestor() - Method in class eve.ui.Control
-
- getAncestor(Class, boolean) - Method in class eve.ui.Control
-
- getAncestor() - Method in interface eve.ui.HasAncestor
-
- getAncestorProperty(String) - Method in class eve.ui.Control
-
- getAncestorProperty(Control, Class) - Static method in class eve.ui.Form
-
- getAnchor(int) - Method in interface eve.fx.PaintParameters
-
- getAnchor(int) - Method in class eve.fx.PaintParametersObject
-
- getAnImage(Object, boolean) - Method in class eve.ui.formatted.FormattedTextMaker
-
- getAnyView() - Method in class eve.database.SafeDBAccess
-
- getAppConsole() - Static method in class eve.ui.Console
-
Get a special console used for debugging or standard input/output.
- getApplet() - Static method in class eve.applet.EveApplet
-
- getApplet() - Static method in class eve.sys.Vm
-
If this Application is running as an Applet in a Web Browser,
then this will return an Object that implements the eve.sys.Applet interface,
otherwise it returns null.
- getAppletCommandLine(String, String) - Method in class eve.server.RemoteAppEntry
-
- getAppletContext() - Method in class eve.applet.EveApplet
-
- getAppletFlags() - Static method in class eve.ui.Gui
-
- getAppletProperties() - Static method in class eve.applet.EveApplet
-
- getAppletTag(String, String, String, Properties) - Method in class eve.server.RemoteAppEntry
-
- getApplicationDefaultFont() - Static method in class eve.ui.VMOptions
-
Get the default Font for the Application depending on the settings
for overrideSystemFonts.
- getApplicationDirectory() - Method in interface eve.sys.WebApplication.LocalDirectory
-
- getApplicationEve() - Method in interface eve.server.AppServer
-
- getApplicationEve() - Method in class eve.server.RemoteAppEntry
-
- getApplicationFileName() - Method in class eve.ui.installer.Installer
-
- getApplicationProperties() - Method in interface eve.server.AppServer
-
- getApplicationProperties() - Method in class eve.server.RemoteAppEntry
-
- getApplications() - Method in interface eve.server.AppServer
-
- getApplications() - Method in class eve.server.RemoteAppEntry
-
- getApplicationTitle() - Method in class eve.ui.installer.Installer
-
- getApplicationVersion() - Method in class eve.ui.installer.Installer
-
- getApplicationZip() - Method in interface eve.server.AppServer
-
- getApplicationZip() - Method in class eve.server.RemoteAppEntry
-
- getAppRect(Control, Rect) - Static method in class eve.ui.Gui
-
This gets the rect of the control relative to the top left of the control's
containing window.
- getAppRect(Control) - Static method in class eve.ui.Gui
-
- getAppropriateDeflater() - Static method in class eve.io.ZepFile
-
Get an Inflater that can be used to unzip the data in this file.
- getAppropriateInflater() - Static method in class eve.io.ZepFile
-
Get an Inflater that can be used to unzip the data in this file.
- getAppServer(boolean) - Method in class eve.ui.launcher.VMApps
-
- getArcLines(int, int, int, int, float, float, IntArray) - Method in class eve.fx.Curve
-
Given a bounding box for an ellipse, this method finds the line segments
along the specified arc such that there are no gaps in the arc.
- getArcPoints(int, int, int, int, float, float, IntArray) - Method in class eve.fx.Curve
-
Given a bounding box for an ellipse, this method finds the points
along the specified arc such that there are no gaps in the arc.
- getArcPoints(int, int, int, int, float, float, int) - Static method in class eve.fx.Graphics
-
- getArea(int, int, int, int) - Method in class eve.fx.PixelBuffer
-
- getArialHelvetica() - Static method in class eve.fx.Fx
-
Get the name of a valid installed Arial or Helvetica font.
- getArray() - Method in class eve.sys.Wrapper
-
Return the Object stored in the Wrapper only if it is an array.
- getAscent() - Method in class eve.fx.FontMetrics
-
Returns the ascent of the font.
- getAscent(double) - Method in class eve.fx.points.PointFontDescriptor
-
- getAscent() - Method in class eve.fx.points.PointFontMetrics
-
Return the maximum ascent (height above the baseline) of the Font in points.
- getAsData() - Method in class eve.sys.FetchData
-
If the data was added as text it converts it to a String or an array of Strings and adds it to the Wrapper.
- getAsData(Wrapper) - Method in class eve.sys.FetchData
-
If the data was added as text it converts it to a String or an array of Strings and adds it to the Wrapper.
- getAsDrawable(Container, int, int) - Method in class eve.ui.Card
-
- getAsIcon(String) - Method in class eve.fx.ImageCache
-
Get an Icon from a list of image names.
- getAsIcon(String, boolean) - Method in class eve.fx.ImageCache
-
- getAssignedFields(int[], int) - Method in interface eve.database.DatabaseEntry
-
- getAssignedFields() - Method in interface eve.database.DatabaseEntry
-
- getAssignedFields(int[], int) - Method in class eve.database.implement.ByteArrayDatabaseEntry
-
- getAssignedFields() - Method in class eve.database.implement.DatabaseEntryObject
-
- getAsStringList() - Method in class eve.sys.FetchData
-
If the data was added as text it returns the internal StringList, otherwise
it adds the data from the Wrapper to the StringList (if possible) and then returns the StringList.
- getAStackTrace(Throwable) - Static method in class eve.sys.Vm
-
This gets a String representation of the full stack trace for a Throwable, but not for any
of its possible chained exceptions.
- getAsText() - Method in class eve.sys.FetchData
-
- getAsText(String) - Method in class eve.sys.FetchData
-
- getAsText(StringList) - Method in class eve.sys.FetchData
-
- getAsyncKeyState(int) - Method in class eve.fx.gui.NativeWindowSurface
-
- getAsyncKeyState(int) - Method in class eve.fx.gui.WindowSurface
-
Return the current press state of a particular key or mouse button at this instant
in time.
- getAsyncKeyState(int) - Static method in class eve.ui.Gui
-
- getAtIndex(int, Tag) - Method in class eve.util.TagList
-
Get the tag at the specified index.
- getAttached() - Method in class com.ewesoft.pub.ThreadProperty
-
- getAttachedTo(ThreadProperty) - Static method in class com.ewesoft.pub.ThreadProperty
-
Get attached data if the ThreadProperty is not null.
- getAttributeAt(int) - Method in class eve.sys.ClassFile
-
- getAttributes(Vector) - Method in class eve.sys.ClassFile.FieldMethod
-
- getAttributesAt(int, Vector) - Method in class eve.sys.ClassFile
-
- getAuthority() - Method in class java.net.URL
-
Returns the authority of the URL
- getAuthorizers(ClassLoader, boolean) - Method in class eve.sys.mSecurityManager
-
- getAvailableIDs(int) - Static method in class java.util.TimeZone
-
Gets the available IDs according to the given time zone
offset.
- getAvailableIDs() - Static method in class java.util.TimeZone
-
Gets all available IDs.
- getAvailableInClipboard() - Method in class eve.sys.clipboard
-
- getAvailableInClipboard() - Method in interface eve.sys.IClipboard
-
Returns an array of available data types.
- getAvailableLocales() - Static method in class java.util.Calendar
-
Gets the set of locales for which a Calendar is available.
- getAvailableLocales() - Static method in class java.util.Locale
-
Returns the list of available locales.
- getAvailableWidth() - Method in class eve.ui.TextPad
-
- getAverageSize(FontMetrics, int, int, int, int) - Static method in class eve.fx.Graphics
-
- getAverageSize(FontMetrics, int, int, int, int, Dimension) - Static method in class eve.fx.Metrics
-
- getAverageSizeFor(FontMetrics, int, int, double, double, Dimension) - Static method in class eve.fx.Metrics
-
- getBackground() - Method in class eve.fx.Drawing
-
- getBackground(Color) - Method in class eve.fx.Graphics
-
- getBackground() - Method in class eve.fx.Graphics
-
- getBackground() - Method in class eve.fx.Icon
-
- getBackground() - Method in interface eve.fx.IImage
-
This returns a background color if one is set for the image.
- getBackground() - Method in class eve.fx.ImageObject
-
- getBackground() - Method in class eve.fx.points.PrintCell
-
- getBackground() - Method in class eve.ui.Control
-
- getBackKey(boolean) - Static method in class eve.fx.gui.SurfaceKeyEvent
-
- getBackupFile() - Method in class eve.io.SafeFile
-
- getBackupFileName() - Method in class eve.io.SafeFile
-
- getBackupModifiedTime() - Method in class eve.database.SafeDBAccess
-
Return the time the backup was last made.
- getBaseClass(Class, String) - Static method in class eve.sys.Reflection
-
Given a Class, find the superclass which ends with targetName.
- getBaseColor() - Method in class eve.fx.Brush
-
- getBaselineHeight() - Method in class eve.ui.TextPad
-
Returns the height in pixels from the top of a line down to the baseline of the font.
- getBaseLocalDirectory() - Method in interface eve.sys.WebApplication
-
This returns a LocalDirectory that represents the URL of the full codebase.
- getBatteryState(int) - Static method in class eve.sys.Device
-
Return the state of the battery.
- getBeforeLabel() - Method in class eve.ui.SectionBar
-
- getBeforePanel() - Method in class eve.ui.MessageBox
-
This gets a CellPanel for the adding of additional controls before the icon/message
area.
- getBestEntryForNumericText(String, char) - Static method in class eve.ui.NumberEntry
-
This will return, on a device with a keyboard, an Input that allows only
numeric entry, while, on a device without a keyboard, a NumberEntry that allows
entry as text.
- getBestFileChooser(FileChooserParameters) - Method in class eve.io.File
-
- getBestFileChooser(FileChooserParameters, File) - Static method in class eve.ui.Gui
-
Get the best file chooser Form for the platform.
- getBestPassiveFlags() - Method in class eve.ui.EditControl
-
Passive mode is normally selected on SmartPhone devices.
- getBestScaledIcon(int, int, int, int) - Method in class eve.fx.IconListObject
-
- getBestScaledIcon(Iterator, int, int, int) - Static method in class eve.fx.ImageTool
-
- getBestScroller(int) - Method in class eve.ui.IconMenu
-
- getBestScroller(int, int) - Method in class eve.ui.IconMenu
-
- getBestScroller() - Method in class eve.ui.IconMenu
-
- getBestScrollingControl() - Method in class eve.ui.TextPad
-
Returns the best Control to add to a destination which contains this TextPad and allows it to be scrolled,
or return this TextPad itself if it is not appropriate to scroll the TextPad (e.g. on a Smartphone).
- getBestScrollingControl() - Method in class eve.ui.TextPadButton
-
Returns the best Control to add to a destination which contains this TextPad and allows it to be scrolled,
or return this TextPad itself if it is not appropriate to scroll the TextPad (e.g. on a Smartphone).
- getBestTextPad(int, int, String) - Static method in class eve.ui.Gui
-
- getBestTextPad(int, int) - Static method in class eve.ui.Gui
-
- getBestTextPad(int, int) - Static method in class eve.ui.SmartphoneTextPad
-
Get the best TextPad control for the current platform AND the scroller to be used with the TextPad.
- getBestTextPad(int, int, int, String) - Static method in class eve.ui.SmartphoneTextPad
-
- getBigDecimal() - Method in class eve.math.Decimal
-
- getBitLength() - Method in interface eve.security.EncryptionKey
-
- getBitLength() - Method in class eve.security.PublicPrivateKey
-
- getBitLength() - Method in class eve.security.RSAKey
-
- getBitmap() - Method in class eve.fx.Mask
-
Returns the actual bit map used by the mask.
- getBlankLines(int, boolean) - Static method in class eve.fx.DisplayLine
-
Get a sequence of blank (empty) lines to be placed either above or below a data line.
- getBlockColor() - Method in class eve.ui.ChoiceControl
-
- getBlockCount() - Method in class eve.io.ZepFile
-
- getBlockSize() - Method in interface eve.io.DataProcessor
-
This returns the size of a block to be processed - any data blocks
presented for processing must be multiples of this size.
- getBlockSize() - Method in class eve.security.Encryptor
-
- getBlue() - Method in class eve.fx.Color
-
Returns the blue value of the color.
- getBoldItalicStyle() - Method in class eve.fx.points.FontEntry
-
- getBOM() - Method in class eve.io.TextCodecBOMHandler
-
- getBOMLength() - Method in class eve.io.TextCodecBOMHandler
-
- getBOMType() - Method in class eve.io.TextCodecBOMHandler
-
- getBoolean(String, boolean) - Method in class eve.data.PropertyList
-
- getBoolean(Object, String, boolean) - Static method in class eve.data.PropertyList
-
This first converts the propertyListOrStrings parameters into a valid or empty PropertyList
and then calls getBoolean(name,defaultValue) on that list.
- getBoolean() - Method in class eve.sys.Wrapper
-
Return the boolean value stored in the Wrapper.
- getBoolean(String) - Static method in class java.lang.Boolean
-
If the value of the system property name
matches
"true" ignoring case then the function returns true
.
- getBoolean(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a boolean array.
- getBoolean(Object) - Method in class java.lang.reflect.Field
-
- getBorderColor(Color) - Method in interface eve.fx.PaintParameters
-
- getBorderColor(Color) - Method in class eve.fx.PaintParametersObject
-
- getBorderStyle(int) - Method in interface eve.fx.PaintParameters
-
- getBorderStyle(int) - Method in class eve.fx.PaintParametersObject
-
- getBoundingRect(float[]) - Method in class eve.fx.GeneralPath
-
Get the bounding Rectangle for the GeneralPath.
- getBounds(Rect) - Method in class eve.fx.GeneralPath
-
Get the bounds of the path as a Rect - which holds only integer values.
- getBounds(Rect) - Method in class eve.fx.gui.NativeWindowSurface
-
- getBounds(Rect) - Method in class eve.fx.gui.WindowSurface
-
Get the bounds of the full window in the screen.
- getBroadcast() - Method in class java.net.DatagramSocket
-
Checks if SO_BROADCAST is enabled
- getBrokenImage() - Static method in class eve.ui.formatted.TextFormatter
-
- getBrush() - Method in class eve.fx.Graphics
-
- getBrush(Brush) - Method in class eve.fx.Graphics
-
- getBuffer(int, int, Rect, Color, boolean) - Method in class eve.fx.ImageBuffer
-
- getBuffer() - Method in class eve.fx.PixelBuffer
-
This exposes the internal buffer that contains the pixel data.
- getBuffer() - Method in class eve.ui.Canvas
-
- getBuffer() - Method in class java.io.StringWriter
-
This method returns the StringBuffer
object that this
object is writing to.
- getBuffered() - Method in class eve.io.TextCodecBOMHandler
-
- getBufferedLength() - Method in class eve.io.TextCodecBOMHandler
-
- getBufferedReader(File, TextCodec) - Static method in class eve.io.Io
-
Get a BufferedReader using an EncodedStreamReader with a specific codec that
reads from an InputStream from the specified file.
- getBufferedReader(File) - Static method in class eve.io.Io
-
- getBufferedReader(InputStream, String) - Static method in class eve.io.Io
-
- getBufferSize() - Method in class com.stevesoft.pat.RegexReader
-
Get the size of the working buffer.
- getBufferSize() - Method in class com.stevesoft.pat.RegexWriter
-
Get the buffer size.
- getBufferSize() - Method in class com.stevesoft.pat.wrap.RandomAccessFileWrap
-
- getBundle(String) - Static method in class java.util.ResourceBundle
-
Get the appropriate ResourceBundle for the default locale.
- getBundle(String, Locale) - Static method in class java.util.ResourceBundle
-
Get the appropriate ResourceBundle for the given locale.
- getBundle(String, Locale, ClassLoader) - Static method in class java.util.ResourceBundle
-
Get the appropriate ResourceBundle for the given locale.
- getButton(String) - Method in class eve.ui.Form
-
Used to create a new Button for the Form.
- getButtonBrush(Color, boolean) - Static method in class eve.ui.GuiStyle
-
- getButtonBrush(Color, boolean, int) - Static method in class eve.ui.GuiStyle
-
- getByAddress(String, byte[]) - Static method in class java.net.InetAddress
-
Returns an InetAddress object given the raw IP address.
- getByAddress(byte[]) - Static method in class java.net.InetAddress
-
Returns an InetAddress object given the raw IP address.
- getByName(String) - Static method in class java.net.InetAddress
-
Returns an InetAddress object representing the IP address of the given
hostname.
- getByOID(Handle, Database) - Static method in class eve.database.Synchronizer
-
- getByOID(Handle) - Method in class eve.database.Synchronizer
-
- getByte() - Method in class eve.sys.Wrapper
-
Return the byte value stored in the Wrapper.
- getByte(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a byte array.
- getByte(Object) - Method in class java.lang.reflect.Field
-
- getByteArray(Handle, ByteArray) - Method in class eve.util.FormattedDataSource
-
Read in all the bytes and place in a ByteArray.
- getByteArray(Handle) - Method in class eve.util.FormattedDataSource
-
Read in all the bytes and place in a ByteArray.
- getByteArrayBytes(byte[], int, int, ArraySection) - Method in class eve.util.ByteEncoder
-
Return an ArraySection that specifies the bytes in an encoded byte array.
- getByteArrayBytes(ArraySection, ArraySection) - Method in class eve.util.ByteEncoder
-
- getBytes() - Method in class java.lang.String
-
Convert the characters into bytes according to the default enocoding format.
- getBytes(int, int, byte[], int) - Method in class java.lang.String
-
- getBytes(String) - Method in class java.lang.String
-
Convert the characters into bytes according to the specified enocoding format.
- getBytesFromPath(ClassInfo, String) - Method in class eve.applet.FileClassInfoLoader
-
- getBytesFromPath(ClassInfo, String) - Method in class eve.applet.PathClassInfoLoader
-
- getBytesPerSecond() - Method in class eve.fx.sound.WaveFormat
-
- getBytesRead() - Method in class eve.io.Deflater
-
- getBytesRead() - Method in class eve.io.Inflater
-
- getBytesRead() - Method in class java.util.zip.Deflater
-
- getBytesRead() - Method in class java.util.zip.Inflater
-
- getBytesWritten() - Method in class eve.io.Deflater
-
- getBytesWritten() - Method in class eve.io.Inflater
-
- getBytesWritten() - Method in class java.util.zip.Deflater
-
- getBytesWritten() - Method in class java.util.zip.Inflater
-
- getCached(int, int, int, int) - Static method in class eve.fx.Brush
-
- getCached(Color, int) - Static method in class eve.fx.Brush
-
- getCached(Brush) - Static method in class eve.fx.Brush
-
- getCached() - Static method in class eve.fx.Brush
-
- getCached() - Static method in class eve.fx.BufferedGraphics
-
- getCached(int, int, int) - Static method in class eve.fx.Color
-
- getCached(Color) - Static method in class eve.fx.Color
-
- getCached() - Static method in class eve.fx.Color
-
- getCached(int, int) - Static method in class eve.fx.Dimension
-
- getCached(String, IImage) - Method in class eve.fx.ImageCache
-
Get an image from the cache only.
- getCached() - Static method in class eve.fx.Painter
-
- getCached(int, int, int, int, int) - Static method in class eve.fx.Pen
-
- getCached(Color, int, int) - Static method in class eve.fx.Pen
-
- getCached(Pen) - Static method in class eve.fx.Pen
-
- getCached() - Static method in class eve.fx.Pen
-
- getCached() - Static method in class eve.fx.PixelBuffer
-
- getCached(int, int) - Static method in class eve.fx.Point
-
- getCached() - Static method in class eve.fx.points.PointRect
-
- getCached(double, double, double, double) - Static method in class eve.fx.points.PointRect
-
- getCached(int, int, int, int) - Static method in class eve.fx.Rect
-
- getCached(Rect) - Static method in class eve.fx.Rect
-
- getCached() - Static method in class eve.fx.Rect
-
- getCached() - Static method in class eve.math.FormattedDecimal
-
Get a FormattedDecimal Object from the Cache.
- getCached() - Static method in class eve.security.SHA1
-
- getCached(Locale) - Static method in class eve.sys.LocaleFormat
-
- getCached() - Static method in class eve.sys.Parameters
-
- getCached(Object, Class, boolean) - Method in class eve.sys.ResourceCache
-
- getCached(Object, Class) - Method in class eve.sys.ResourceCache
-
- getCached() - Static method in class eve.sys.Wrapper
-
Get a re-used Wrapper from a global SoftSet of wrappers.
- getCached(Control) - Static method in class eve.ui.ButtonObject
-
- getCached(Class) - Static method in class eve.ui.Control
-
- getCached(Object) - Static method in class eve.util.ObjectIterator
-
- getCached(Class) - Static method in class eve.util.StringList
-
- getCached() - Static method in class eve.util.StringList
-
- getCached() - Static method in class eve.util.StringModifier
-
- getCached() - Static method in class eve.util.SubString
-
- getCachedChildren(boolean) - Method in class eve.ui.Control
-
- getCachedClassList(Class, String) - Static method in class eve.data.DataUtils
-
- getCachedControl(Object) - Method in class eve.ui.CompositeControl
-
- getCachedCopy() - Method in class eve.sys.LocaleFormat
-
- getCachedCopy(Object) - Static method in class eve.sys.Reflection
-
Get a copy of an Object from cached re-used objects if possible.
- getCachedDim() - Method in class eve.fx.points.PrintCell
-
- getCachedDim(int, int) - Static method in class eve.ui.Control
-
- getCachedDim() - Static method in class eve.ui.Control
-
- getCachedDimension(int, int, int, Dimension) - Method in class eve.fx.IconObject
-
- getCachedFieldList(Class, Object, boolean) - Static method in class eve.data.DataUtils
-
- getCachedImage(int, int, int) - Method in class eve.fx.IconObject
-
- getCachedMethod(Class, String, Class[]) - Static method in class eve.sys.Reflection
-
- getCachedObject(int) - Method in class eve.ui.table.data.FieldTableModel
-
- getCachedQuadrantPoints(int, int) - Method in class eve.fx.Curve
-
This returns a reused version of a QuadrantPoints for the specified
x and y radii.
- getCachedRect(int, int, int, int) - Static method in class eve.ui.Control
-
- getCachedRect() - Static method in class eve.ui.Control
-
- getCachedSubControls() - Method in class eve.ui.Control
-
- getCachedText() - Method in class eve.fx.points.PrintCell
-
- getCacheSize() - Method in class eve.io.CompressedRandomStream
-
Get the number of bytes to cache in memory.
- getCalendarForMonth(Time, int[], int[], boolean) - Method in class eve.sys.Locale
-
Get the calendar layout for the month/year that the specified Time is currently set for.
- getCallingClassName(String) - Static method in class eve.sys.Vm
-
- getCallingClassName(String, String[]) - Static method in class eve.sys.Vm
-
- getCancelKey(boolean) - Static method in class eve.fx.gui.SurfaceKeyEvent
-
- getCanonicalFile() - Method in class eve.io.File
-
- getCanonicalFile() - Method in class java.io.File
-
This method returns a File
object representing the
canonical path of this object.
- getCanonicalPath() - Method in class eve.io.File
-
- getCanonicalPath() - Method in class java.io.File
-
This method returns a canonical representation of the pathname of
this file.
- getCanvas() - Method in class eve.fx.points.PdfMaker.Page
-
- getCard() - Method in interface eve.ui.Card.ContainerPanel
-
- getCard() - Method in interface eve.ui.CardControl
-
- getCardControl(Control) - Static method in class eve.ui.Card
-
- getCardPanel() - Method in class eve.ui.Card
-
- getCardPanel() - Method in class eve.ui.CardPanel
-
- getCardPanel() - Method in interface eve.ui.MultiCardPanel
-
Return the CardPanel associated with this MultiCardPanel (which may be null).
- getCardPanel() - Method in class eve.ui.MultiCardPanelAdapter
-
- getCarrierFrame(Control, int, int, boolean, boolean, Frame) - Method in class eve.ui.Menu
-
- getCarrierFrame(Control, int, int, boolean, boolean, Frame, String) - Method in class eve.ui.Menu
-
- getCarrierFrame(Control, Object, int, int, boolean, boolean, Frame) - Method in class eve.ui.Menu
-
- getCause(Throwable) - Static method in class eve.sys.Vm
-
Get the "cause" of a target Throwable if one has been set and
if it is supported by the underlying VM.
- getCause() - Method in exception java.lang.reflect.InvocationTargetException
-
Returns the cause of this exception (which may be null).
- getCause() - Method in exception java.lang.reflect.UndeclaredThrowableException
-
Returns the cause of this exception.
- getCause() - Method in class java.lang.Throwable
-
Get the cause for this Throwable.
- getCBCIV() - Method in class eve.security.BlowfishCBC
-
Gets the current CBC IV.
- getCBCIV(byte[]) - Method in class eve.security.BlowfishCBC
-
- getCBCIV(byte[], int) - Method in class eve.security.BlowfishCBC
-
Gets a copy of the current CBC IV.
- getCellAttributes(int, int, boolean, TableCellAttributes) - Method in class eve.ui.filechooser.FileListTableModel
-
- getCellAttributes(int, int, boolean, TableCellAttributes) - Method in class eve.ui.table.data.FieldTableModel
-
- getCellAttributes(int, int, boolean, TableCellAttributes) - Method in class eve.ui.table.data.registry.RegistryTableModel
-
- getCellAttributes(int, int, boolean, TableCellAttributes) - Method in class eve.ui.table.IconTableModel
-
- getCellAttributes(int, int, boolean, TableCellAttributes) - Method in class eve.ui.table.TableModel
-
Get the attributes for a cell.
- getCellControlFor(Point) - Method in class eve.ui.table.data.FieldTableModel
-
- getCellControlFor(Point) - Method in class eve.ui.table.TableModel
-
Get a Control to edit data within a particular cell within a CellControl object.
- getCellData(int, int) - Method in class eve.ui.table.GridTableModel
-
This returns the data in the grid and columnHeaders/rowHeaders unmodified.
- getCellData(int, int) - Method in class eve.ui.table.TableModel
-
This may return any object.
- getCellInsets(int, int, Insets) - Method in class eve.ui.filechooser.FileListTableModel
-
- getCellInsets(int, int, Insets) - Method in class eve.ui.table.data.registry.RegistryTableModel
-
- getCellInsets(int, int, Insets) - Method in class eve.ui.table.TableModel
-
Get the insets of the data in the specified cell.
- getCellPreferredSize(int, int, FontMetrics, Dimension) - Method in class eve.ui.table.GridTableModel
-
- getCellPreferredSize(int, int, FontMetrics, Dimension) - Method in class eve.ui.table.TableModel
-
- getCellRect(int, int, Rect) - Method in class eve.ui.table.TableModel
-
Get the bounds of the specified cell within the table - with 0,0 being
the upper left corner of cell(table.firstRow,table.firstCol) - Note that the headers are considered
outside of the table in this case (header indexes are -1).
- getCellText(int, int, StringList) - Method in class eve.ui.table.data.FieldTableModel
-
- getCellText(int, int, StringList) - Method in class eve.ui.table.HexTableModel
-
- getCellText(int, int, StringList) - Method in class eve.ui.table.TableModel
-
Override this to provide text data to display in a cell.
- getCellText(int, int) - Method in class eve.ui.table.TableModel
-
This may return a String or an array of Strings (for multiline text) or
it may return null.
- getChangeState() - Method in class eve.sys.Handle
-
- getChannel() - Method in class eve.security.SecurityRequest
-
- getChar() - Method in class eve.sys.Wrapper
-
Return the char value stored in the Wrapper.
- getChar(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a char array.
- getChar(Object) - Method in class java.lang.reflect.Field
-
- getCharArray() - Method in class com.stevesoft.pat.wrap.CharArrayWrap
-
- getCharAt(Point, boolean, boolean) - Method in class eve.ui.TextPad
-
Get the line and character index of the character at the point specified (relative
to the origin of the mTextPad).
- getCharAt(Point) - Method in class eve.ui.TextPad
-
Get the line and character index of the character at the point specified (relative
to the origin of the mTextPad).
- getCharRange(int, DisplayLine, Range) - Method in class eve.ui.formatted.TextFormatter
-
- getCharRect(int, Rect) - Method in class eve.ui.Input
-
- getCharRect(int, int, Rect) - Method in class eve.ui.TextPad
-
- getChars(int, int, char[], int) - Method in class java.lang.String
-
- getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
-
- getChars(int, int, char[], int) - Method in class java.lang.StringBuilder
-
- getCharset() - Method in class eve.io.BOMInputStream
-
Get the detected charset - which may be null if no BOM marker was detected.
- getCharWidth(char) - Method in class eve.fx.FontMetrics
-
Returns the width of the given character in pixels.
- getCharWidth(char, double) - Method in class eve.fx.points.PointFontDescriptor
-
- getCharWidth(char) - Method in class eve.fx.points.PointFontMetrics
-
Return the width of a specific character in points.
- getChecksum() - Method in class eve.util.ByteArray
-
- getChecksum() - Method in class java.util.zip.CheckedInputStream
-
Returns the Checksum object used.
- getChecksum() - Method in class java.util.zip.CheckedOutputStream
-
Returns the Checksum object used.
- getChild(int) - Method in class eve.data.MutableTreeNodeObject
-
- getChild(int) - Method in interface eve.data.TreeNode
-
Get the child at the specified index.
- getChild(String) - Method in class eve.io.File
-
- getChild(String, File) - Method in class eve.io.File
-
Set the destination to be the specified child of this File.
- getChild(int) - Method in class eve.ui.data.LiveTreeNode
-
- getChildAnchor() - Method in class eve.ui.Control
-
- getChildAt(TreeNode, int[]) - Static method in class eve.data.DataUtils
-
Get the child at the specified address.
- getChildAt(int[]) - Method in class eve.ui.data.LiveTreeNode
-
- getChildCount() - Method in class eve.data.MutableTreeNodeObject
-
- getChildCount() - Method in interface eve.data.TreeNode
-
Get the number of children that this object has.
- getChildCount() - Method in class eve.ui.data.LiveTreeNode
-
- getChildCount(Object) - Method in class eve.ui.table.data.registry.RegistryTreeModel
-
- getChildCount(Object) - Method in class eve.ui.table.TreeModelAdapter
-
If you do not override getChildIndexes() you must implement this.
- getChildDataTreeNode(Object) - Method in interface eve.data.DataTreeNode
-
Find the DataTreeNode for the specified data.
- getChildDataTreeNode(Object) - Method in class eve.data.DataTreeNodeObject
-
- getChildIndexes(Object) - Method in class eve.ui.table.data.registry.RegistryTreeModel
-
- getChildIndexes(Object) - Method in class eve.ui.table.TreeModelAdapter
-
This is used to get an array of indexes for each of the children of the parent
Object.
- getChildOver() - Method in class eve.fx.PenOverState
-
- getChildren() - Method in class eve.data.MutableTreeNodeObject
-
- getChildren() - Method in interface eve.data.TreeNode
-
Get an Iterator for the children.
- getChildren() - Method in class eve.fx.points.PrintCell
-
This returns an Iterator that goes forwards through the components which are physically
added to this Control - i.e. may be displayed within the Control.
- getChildren() - Method in class eve.fx.points.PrintCellPanel
-
- getChildren(ControlIterator, boolean) - Method in class eve.ui.Container
-
Called by the system to draw the children of the container.
- getChildren() - Method in class eve.ui.Control
-
- getChildren(ControlIterator, boolean) - Method in class eve.ui.Control
-
Get an Iterator to go through the list of all the direct children of this
Control re-using a ControlIterator if provided.
- getChildren() - Method in class eve.ui.data.LiveTreeNode
-
- getChildrenBackwards() - Method in class eve.fx.points.PrintCell
-
This returns an Iterator that goes backwards through the components which are physically
added to this Control - i.e. may be displayed within the Control.
- getChildrenBackwards() - Method in class eve.fx.points.PrintCellPanel
-
- getChildrenBackwards() - Method in class eve.ui.Control
-
This returns an Iterator that goes backwards through the components which are physically
added to this Control - i.e. may be displayed within the Control.
- getChoice(String, String) - Method in class eve.ui.choices.CodedChoices
-
- getChoiceDisplaySize() - Method in class eve.ui.choices.CodedChoices
-
Return the preferred size of the choice displays.
- getChoices() - Method in class eve.ui.choices.CodedChoices
-
Get the choice codes.
- getChoices() - Method in class eve.ui.choices.SimpleChoiceControl
-
- getChosen() - Method in class eve.fx.print.PrinterProperties
-
- getChosen() - Method in class eve.ui.choices.SimpleChoiceControl
-
- getChosen() - Method in class eve.ui.filechooser.FileChooser
-
Use this to get the selected file - do NOT use the "file" variable.
- getChosenDirectory() - Method in class eve.ui.filechooser.FileChooser
-
Get the directory the chosen file(s) is in.
- getChosenFile() - Method in class eve.io.FileChooserParameters
-
- getChosenFile() - Method in class eve.ui.filechooser.FileChooser
-
Use this to get the selected file - do NOT use the "file" variable.
- getChosenFiles() - Method in class eve.io.FileChooserParameters
-
- getChosenImage(boolean) - Method in class eve.ui.filechooser.ImageFileChooser
-
This can be called after the user has selected a file.
- getChosenImages(boolean) - Method in class eve.ui.filechooser.ImageFileChooser
-
This can be called after the user has selected a file or files.
- getChosenItems() - Method in class eve.ui.table.data.ListSelect
-
- getChunk(RandomStream) - Method in class eve.fx.ImageDecoder
-
- getClass(String) - Method in class eve.applet.mClassLoader
-
This calls the loadClass() method to get and resolve the class.
- getClass(String, Class) - Static method in class eve.reflect.Reflect
-
- getClass() - Method in class java.lang.Object
-
Return a Class object that represents the class of this object.
- getClassBytes(ClassInfo) - Method in interface eve.applet.ClassInfoLoader
-
- getClassBytes(ClassInfo) - Method in class eve.applet.mClassLoader
-
This is the only thing you MAY need to override.
- getClassBytes(ClassInfo) - Method in class eve.applet.PathClassInfoLoader
-
- getClassContext() - Method in class java.lang.SecurityManager
-
This is not implemented yet in Eve.
- getClassInfo(String) - Method in class eve.applet.mClassLoader
-
- getClassInfo(Class) - Method in class eve.applet.mClassLoader
-
This gets the ClassInfo object for a class which was just loaded.
- getClassInfo(String) - Method in class eve.applet.PathClassInfoLoader
-
This trys to get the bytes for the class.
- getClassInfo() - Method in class eve.sys.ClassFile
-
- getClassLoader(AppServer) - Method in class eve.server.RemoteAppLoader
-
- getClassLoader() - Method in class java.lang.Class
-
Under Eve this will either return a valid ClassLoader or null if the class
was loaded by the normal bootstrap (VM) loader.
- getClassLoaders(Vector) - Static method in class eve.util.mClassLoader
-
Get the current set of application ClassLoaders into a Vector, or simply count the number
of active ClassLoaders.
- getClassLoaders(Vector, boolean) - Static method in class eve.util.mClassLoader
-
Get the current set of application ClassLoaders into a Vector, or simply count the number
of active ClassLoaders.
- getClassName() - Method in class eve.reflect.Reflect
-
This returns the className in '/' notation.
- getClassName(int) - Method in class eve.sys.ClassFile.ClassConstantData
-
- getClassName() - Method in class eve.sys.ClassFile
-
Return the class name in the '/' format.
- getClassName() - Method in class eve.sys.Type
-
Return the name of the Class this Type represents.
- getClassName() - Method in class java.lang.StackTraceElement
-
- getClassName() - Method in exception java.util.MissingResourceException
-
Gets the name of the resource bundle, for which a resource is missing.
- getClassNameIndex(int) - Method in class eve.sys.ClassFile.ClassConstantData
-
- getClassPathFrom(File) - Method in class eve.sys.ClassFile
-
Assuming this ClassFile was loaded from the specified source - find out what the
base directory for the class is.
- getClassPaths() - Static method in class eve.sys.Registry
-
Return the class paths for the running VM as a set of absolute
system dependant file paths.
- getClient() - Method in class eve.ui.ScrollablePanel
-
- getClient() - Method in interface eve.ui.ScrollServer
-
This returns the ScrollClient of the ScrollServer.
- getClientConstraints() - Method in class eve.ui.ScrollableHolder
-
This returns the clientConstraints, which will be any of the HEXPAND, HCONTRACT, VEXPAND, VCONTRACT values ORed together.
- getClientConstraints() - Method in class eve.ui.ScrollablePanel
-
This returns the clientConstraints, which will be any of the HEXPAND, HCONTRACT, VEXPAND, VCONTRACT values ORed together.
- getClientRect(Rect) - Method in class eve.fx.gui.NativeWindowSurface
-
- getClientRect(Rect) - Method in class eve.fx.gui.WindowSurface
-
Get the rect of the client area within the full window.
- getClip(Rect) - Method in class eve.fx.Graphics
-
Sets the x, y, width and height coordinates in the rectangle passed
to the current clip coordinates.
- getClipboardData(String) - Method in class eve.sys.clipboard
-
- getClipboardData(String) - Method in interface eve.sys.IClipboard
-
Returns the data in the clipboard of a particular type.
- getClipboardFileNameList() - Method in class eve.sys.clipboard
-
- getClipboardFileNameList() - Method in interface eve.sys.IClipboard
-
- getClipboardFiles() - Static method in class eve.applet.EveApplet
-
- getClipboardImage() - Static method in class eve.applet.EveApplet
-
- getClipboardImage() - Method in class eve.sys.clipboard
-
- getClipboardImage() - Method in interface eve.sys.IClipboard
-
- getClipboardMenu(Menu) - Method in class eve.ui.Control
-
This adds the standard clipboard menu to a menu to be used by this control.
- getClipboardText() - Static method in class eve.applet.EveApplet
-
- getClipboardText() - Method in class eve.sys.clipboard
-
- getClipboardText() - Method in interface eve.sys.IClipboard
-
- getClipboardText() - Static method in class eve.sys.Vm
-
- getClipObject() - Static method in class eve.ui.Control
-
- getCodeBase() - Method in interface eve.sys.Applet
-
Returns the URL of the code base for this applet.
- getCodeBase() - Method in interface eve.sys.WebApplication
-
- getCodec() - Method in class eve.io.EncodedStreamReader
-
This method returns the name of the encoding that is currently in use
by this object.
- getCodec() - Method in class eve.io.EncodedStreamWriter
-
This method returns the name of the character encoding scheme currently
in use by this stream.
- getCodec(String, boolean) - Static method in class eve.io.Io
-
Get a TextCodec with the specified name.
- getCodec(String, TextCodec) - Static method in class eve.io.Io
-
Get a TextCodec with the specified name.
- getCodec() - Method in class eve.net.HttpConnectionTask
-
Get a copy of the TextCodec being used.
- getCodec(PropertyList) - Method in class eve.ui.formatted.data.HtmlViewer
-
Get a codec to decode a Web document.
- getCollator() - Static method in class eve.io.FileSpecs
-
- getColor(Color) - Method in class eve.fx.Graphics
-
- getColor() - Method in class eve.fx.Graphics
-
- getColor(boolean, boolean, Color) - Method in class eve.ui.ControlColors
-
- getColorFor(int) - Method in class eve.fx.win32.WindowsBitmap
-
- getColorFrom(byte[], int) - Static method in class eve.ui.Gui
-
- getColorIndexAt(int, int) - Method in class eve.fx.win32.WindowsBitmap
-
- getColorMode(int) - Static method in class eve.fx.print.PrinterControl
-
- getColors(boolean, int) - Method in class eve.ui.EditControl
-
Provides the colors to be used for the text and background colors.
- getColors(boolean, int) - Method in class eve.ui.formatted.TextDisplay
-
- getColors(boolean, int) - Method in class eve.ui.MenuFilterInput
-
- getColors(boolean, int) - Method in class eve.ui.TextPadButton
-
- getColumnCount() - Method in class eve.ui.table.TreeTableModel
-
Return the number of extra columns.
- getColumns() - Method in class eve.ui.table.TreeTableModel
-
Return the extra columns, if any, associated with the tree control.
- getColumnSelector(MultiListSelect.SingleListSelect) - Method in class eve.ui.table.data.FieldTableModel
-
Get an Editor that you can use to decide which columns are being displayed in the table.
- getColumnSelectorButton(boolean) - Method in class eve.ui.table.data.FieldTableModel
-
- getColWidth(int) - Method in class eve.ui.table.TableModel
-
Do not override this.
- getColXPointInTable(int) - Method in class eve.ui.table.TableModel
-
- getCommandLineToMe() - Static method in class eve.sys.Registry
-
Return the best command line to the running application, using
quotes where necessary.
- getComment() - Method in class eve.zipfile.ZipEntry
-
Gets the comment.
- getComment() - Method in class java.util.zip.ZipEntry
-
Gets the comment.
- getComparer(boolean, boolean, boolean) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getCompatibleImage(int, int) - Method in class eve.fx.gui.NativeWindowSurface
-
- getCompatibleImage(int, int) - Method in class eve.fx.Image
-
- getCompatibleImage(int, int) - Method in interface eve.fx.ISurface
-
Get an Image that is optimized for display on the surface.
- getCompatibleImage(int, int) - Method in class eve.fx.print.PrinterJob
-
- getCompatibleImagePoints(double, double) - Method in class eve.fx.gui.WindowSurface
-
- getCompatibleImagePoints(double, double) - Method in class eve.fx.ImageObject
-
- getCompatibleImagePoints(double, double, ISurface, double, double) - Static method in class eve.fx.ImageTool
-
Get an Image for an ISurface even if the ISurface cannot determine its DPI.
- getCompatibleImagePoints(double, double) - Method in interface eve.fx.ISurface
-
Get an Image that is optimized for display on the surface and which covers a specific size in points (1/72 of an inch)
when rendered on the surface.
- getCompatibleImagePoints(double, double) - Method in class eve.fx.print.PrinterJobObject
-
- getCompileError() - Method in class eve.util.pat.Regex
-
Returns the error message that might be generated during the
pattern compilation.
- getComponentType(Object) - Static method in class eve.reflect.Array
-
- getComponentType() - Method in class eve.reflect.Reflect
-
Returns the type of the elements of the array if this Reflect
represents an array.
- getComponentType() - Method in class java.lang.Class
-
Return a Class representing the component type IF this class represents an array.
- getCompressedData(int) - Method in class eve.io.ZepFile
-
- getCompressedDataAsRandomStream(int, boolean) - Method in class eve.io.ZepFile
-
Read the data block section into memory, if it is not already in memory.
- getCompressedImageData(ZepFile, int) - Static method in class eve.fx.Icon
-
- getCompressedImageInfo(ZepFile, int, Dimension) - Static method in class eve.fx.Icon
-
Get the compressed image data.
- getCompressedSize() - Method in class eve.zipfile.ZipEntry
-
Gets the size of the compressed data.
- getCompressedSize() - Method in class java.util.zip.ZipEntry
-
Gets the size of the compressed data.
- getConfigFile(String) - Static method in class eve.io.Io
-
Given a configuration name, determine the file that
it would be stored in if saveConfigInfo() was used with the SAVE_IN_FILE_xxx option.
- getConfigFile(String, boolean) - Static method in class eve.io.Io
-
Given a configuration name, find and optionally reset the file name that
it would be stored in if saveConfigInfo() was used with the SAVE_IN_FILE_xxx option.
- getConfigFile(String, boolean, String) - Static method in class eve.io.Io
-
Given a configuration name, find and optionally reset the file name that
it would be stored in if saveConfigInfo() was used with the SAVE_IN_FILE_xxx option.
- getConfigFile(InputStream, String) - Static method in class eve.io.TreeConfigFile
-
- getConfigFile(File) - Static method in class eve.io.TreeConfigFile
-
- getConfigFile(String) - Static method in class eve.io.TreeConfigFile
-
- getConfigInfo(String) - Static method in class eve.io.Io
-
- getConfigInfo(String, String) - Static method in class eve.io.Io
-
- getConnection() - Static method in class eve.net.RemoteConnection
-
Use this to get an instance of a RemoteConnection.
- getConnectionHandle() - Method in class eve.net.RemoteConnection
-
Return a Handle that can be used to monitor the connection to the Remote Server.
- getConsole(String, int, int) - Static method in class eve.fx.Fx
-
- getConsole(String, int, int) - Method in interface eve.fx.IFxHandler
-
- getConsole() - Static method in class eve.sys.VmServer
-
- getConsole(String, int, int) - Static method in class eve.ui.Console
-
- getConsole(String, int, int) - Method in class eve.ui.VMOptions
-
- getConsoleControl(IConsole) - Static method in class eve.ui.Console
-
- getConstantValueForSourceCode() - Method in class eve.sys.ClassFile.FieldMethod
-
- getConstructor(String, int) - Method in class eve.reflect.Reflect
-
Look for a Constructor for the class.
- getConstructor(Class, Class[]) - Static method in class eve.sys.Reflection
-
Find a Class constructor.
- getConstructor(Class, String) - Static method in class eve.sys.Reflection
-
Find a Class constructor.
- getConstructor(Class[]) - Method in class java.lang.Class
-
- getConstructorFor(Class, String) - Static method in class eve.sys.QuickMethodCall
-
- getConstructorFor(Class, Class[]) - Static method in class eve.sys.QuickMethodCall
-
- getConstructorFor(Constructor) - Static method in class eve.sys.QuickMethodCall
-
- getConstructors(int) - Method in class eve.reflect.Reflect
-
Return an array of all the Constructors of the class.
- getConstructors() - Method in class java.lang.Class
-
- getContainingWindow() - Method in class eve.ui.Window
-
If this Window is contained in another Window, this will return the containing Window.
- getContent() - Method in class java.net.URLConnection
-
- getContentLength() - Method in class java.net.URLConnection
-
- getContents() - Method in class eve.ui.Card
-
- getContentsInsets(Insets) - Method in class eve.ui.Control
-
- getContentsInsets() - Method in class eve.ui.Control
-
This returns content insets, separate from borderWidth.
- getContentsRect(Rect) - Method in class eve.ui.Control
-
- getContentsSize(Dimension) - Method in class eve.ui.CarrierFrame
-
- getContentsSize(Dimension) - Method in class eve.ui.ScrollableCarrierFrame
-
- getContextClassLoader() - Method in class java.lang.Thread
-
- getControl() - Method in interface eve.ui.data.EditableData
-
Get the Control for the object.
- getControl() - Method in class eve.ui.PaintOver
-
- getControlFor(String, FieldTransfer, boolean, Object, FieldData) - Method in class eve.ui.data.UIBuilder
-
This returns the appropriate Control for a given field.
- getControlFor(String, String, boolean, Object) - Method in class eve.ui.data.UIBuilder
-
This returns the appropriate Control for a given field.
- getControlFor(String, String, boolean) - Method in class eve.ui.data.UIBuilder
-
- getControlFor(String) - Method in class eve.ui.FieldHandler
-
Find the Control that was assigned to the specified field.
- getControlFor(int, int) - Method in class eve.ui.table.TableModel
-
This is called by getCellControlFor() and is used to return a Control to allow editing
of a cell's contents.
- getControlSize(boolean) - Method in class eve.ui.PanelSplitter
-
Get the size of the Control before or after the splitter.
- getControlTag(int, PrintCell, Object) - Method in class eve.fx.points.PrintCellPanel
-
- getControlTag(int, Control, Object) - Method in class eve.ui.Panel
-
- getCopiedInK() - Method in class eve.ui.installer.Installer.copyProgress
-
- getCopy() - Method in class eve.data.DataObject
-
- getCopy() - Method in class eve.data.MultiListSelect.AvailableLists
-
- getCopy() - Method in interface eve.database.FoundEntries
-
Get a full copy of this FoundEntries, including the entries themselves.
- getCopy() - Method in class eve.database.implement.FoundEntriesObject
-
- getCopy() - Method in class eve.database.IndexEntry
-
- getCopy() - Method in class eve.fx.Brush
-
- getCopy() - Method in class eve.fx.Color
-
- getCopy() - Method in class eve.fx.Drawing
-
- getCopy() - Method in class eve.fx.GeneralPath
-
Get a copy of this GeneralPath.
- getCopy() - Method in class eve.fx.ImageBytes
-
This version of getCopy() returns a new ImageBytes object.
- getCopy() - Method in class eve.fx.Mask
-
Return a copy of this mask, with its own new bit map.
- getCopy() - Method in class eve.fx.PaintParametersObject
-
- getCopy() - Method in class eve.fx.Pen
-
- getCopy() - Method in class eve.fx.points.AffineTransform
-
Return a copy of this AffineTransform.
- getCopy() - Method in class eve.fx.Polygon
-
- getCopy() - Method in class eve.fx.print.PrintOptions
-
- getCopy() - Method in class eve.io.AsciiCodec
-
- getCopy() - Method in class eve.io.block.RemoteCall
-
Get a copy of a RemoteCall that you can use for another invocation.
- getCopy() - Method in class eve.io.File
-
- getCopy() - Method in class eve.io.JavaUtf8Codec
-
- getCopy() - Method in interface eve.io.TextCodec
-
This should return a new instance of the TextCodec, ready to begin converting a new set of
data.
- getCopy() - Method in class eve.io.Utf16Codec
-
- getCopy() - Method in class eve.io.Utf8Codec
-
- getCopy() - Method in class eve.math.Decimal
-
- getCopy() - Method in class eve.sys.ClassMethod
-
- getCopy() - Method in class eve.sys.Wrapper
-
- getCopy() - Method in class eve.util.ByteArray
-
Get a copy of this ByteArray with its own copy of this data.
- getCopy() - Method in class eve.util.CharArray
-
- getCopy() - Method in interface eve.util.Copyable
-
Return a copy of this object.
- getCopy() - Method in class eve.util.IntArray
-
- getCopy() - Method in class eve.util.mVector
-
- getCopy() - Method in class eve.util.Range
-
- getCopy(SubString, char[]) - Method in class eve.util.SubString
-
Get a copy of the SubString.
- getCopy(Object) - Static method in class eve.util.Utils
-
This attempts to get a copy of an object.
- getCopyOrNew(Object) - Static method in class eve.sys.Reflection
-
Get a copy of an Object or a new instance of the object if possible.
- getCount() - Method in class eve.util.mVector
-
Returns the number of objects in the vector.
- getCountry() - Method in class java.util.Locale
-
Returns the country code of this locale.
- getCrc() - Method in class eve.zipfile.ZipEntry
-
Gets the crc of the uncompressed data.
- getCrc() - Method in class java.util.zip.ZipEntry
-
Gets the crc of the uncompressed data.
- getCreationName() - Method in class eve.io.File
-
Return the file's path, as specified when created.
- getCreationName(CharArray) - Method in class eve.io.File
-
Return the file's path, as specified when created.
- getCriteria() - Method in class eve.database.EntrySelector
-
- getCriteria() - Method in class eve.database.StandardEntryComparer
-
- getCriteriaSubset(int[], int) - Static method in class eve.database.DatabaseUtils
-
- getCriteriaSubset(Database, int[], Object) - Static method in class eve.database.DatabaseUtils
-
- getCross() - Static method in class eve.ui.FormBase
-
- getCurrent(boolean, boolean, boolean) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getCurrent() - Static method in class eve.data.PlainTimeStamp.Utils
-
- getCurrent(int) - Method in class eve.ui.Canvas
-
- getCurrent(int) - Method in class eve.ui.Console
-
- getCurrent(int) - Method in class eve.ui.IconMenu
-
- getCurrent(int) - Method in class eve.ui.Menu
-
- getCurrent(int) - Method in interface eve.ui.ScrollClient
-
This should return which unit is currently being displayed.
- getCurrent(int) - Method in class eve.ui.table.TableControl
-
- getCurrent(int) - Method in class eve.ui.TextMessage
-
- getCurrent(int) - Method in class eve.ui.TextPad
-
- getCurrentCell() - Method in class eve.fx.points.CellPrinter
-
- getCurrentDateOnly() - Static method in class eve.data.PlainTimeStamp.Utils
-
- getCurrentDrawingBuffer() - Method in class eve.fx.PixelBuffer
-
Return the last Graphics returned by getDrawingBuffer().
- getCurrentImage() - Method in class eve.ui.data.icons.TransparentPicker
-
- getCurrentListeners(Vector) - Method in class eve.sys.EventDispatcher
-
Get all current listeners.
- getCurrentlySelectedFile() - Method in class eve.ui.SimpleFileChooser
-
- getCurrentlySelectedFileName() - Method in class eve.ui.SimpleFileChooser
-
- getCurrentMask() - Method in class eve.ui.SimpleFileChooser
-
- getCurrentPage() - Method in class eve.fx.points.CellPrinter
-
- getCurrentPrintingHandle() - Method in class eve.fx.print.PrinterJobObject
-
Get the Handle for the current printing operation.
- getCurrentState() - Method in interface eve.database.Database
-
Get the current changed state of the Database.
- getCurrentState() - Method in class eve.database.EntriesView
-
Get the current changed state of the EntriesView.
- getCurrentState() - Method in interface eve.database.FoundEntries
-
Get the current changed state of the FoundEntries.
- getCurrentState() - Method in class eve.database.implement.DatabaseObject
-
- getCurrentState() - Method in class eve.database.implement.FoundEntriesObject
-
Get the current changed state of the FoundEntries.
- getCurrentTimeOnly(boolean) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getCurrentURL() - Method in class eve.ui.formatted.data.HtmlViewer
-
- getCursorPosition() - Method in class eve.ui.Input
-
- getCursorPosition() - Method in class eve.ui.TextPad
-
Get the character location of the cursor (caret).
- getCursorRect(int, int, Rect) - Method in class eve.ui.TextPad
-
- getCursorSize() - Method in class eve.ui.table.TableControl
-
- getCustomComparerClass() - Method in class eve.database.IndexEntry
-
- getCustomComparerInstance(Database) - Method in class eve.database.IndexEntry
-
- getDaemon() - Method in class eve.sys.Task
-
- getData() - Method in interface eve.data.DataTreeNode
-
- getData() - Method in class eve.data.DataTreeNodeObject
-
- getData(Object) - Method in interface eve.database.DatabaseEntry
-
Get the data from the entry into a data object.
- getData() - Method in interface eve.database.DatabaseEntry
-
Get the data from the entry, creating a new data object.
- getData(int, Object) - Method in class eve.database.EntriesView
-
Get the DatabaseEntry at the specified index in the view as a data object.
- getData(int) - Method in class eve.database.EntriesView
-
Get the DatabaseEntry at the specified index in the view as a data object.
- getData(int, Object) - Method in interface eve.database.FoundEntries
-
Get the data object from the specified index.
- getData(int) - Method in interface eve.database.FoundEntries
-
Get the data object from the specified index.
- getData(Object) - Method in class eve.database.implement.DatabaseEntryObject
-
Get the data from the entry into a data object.
- getData() - Method in class eve.database.implement.DatabaseEntryObject
-
Get the data from the entry, creating a new data object.
- getData(DatabaseEntry, Object) - Method in class eve.database.implement.DatabaseObject
-
Gets the fields from the DatabaseEntry to the fields in the data object - which must not be null.
- getData(int, Object) - Method in class eve.database.implement.FoundEntriesObject
-
Get the data object from the specified index.
- getData(int) - Method in class eve.database.implement.FoundEntriesObject
-
Get the data object from the specified index.
- getData(ByteArray) - Method in class eve.io.block.RemoteCallHandlerObject
-
This is responsible for receiving data - either remote calls or replies
to remote calls.
- getData(FetchData) - Method in class eve.sys.FetchData
-
- getData() - Method in class eve.sys.Reflection.InstanceField
-
Get the Wrapper that data will be passed to and from the field.
- getData(Object) - Method in class eve.ui.choices.CodedChoicesControl
-
- getData(Object) - Method in class eve.ui.data.EditableObjectControl
-
- getData(Object) - Method in class eve.ui.data.Editor
-
This calls fromControls(obj).
- getData(Object) - Method in class eve.ui.data.icons.AnIconEditor
-
- getData(Object) - Method in class eve.ui.data.icons.TransparentPicker
-
- getData(Object) - Method in class eve.ui.data.ListEditor
-
Get the list of items.
- getData(Object) - Method in class eve.ui.filechooser.FileInput
-
- getData(Object) - Method in class eve.ui.FileInput
-
- getData() - Method in class eve.ui.FontInput
-
- getData() - Method in class java.net.DatagramPacket
-
Returns the data buffer for this packet
- getDataArea(Rect) - Method in class eve.ui.table.TableControl
-
Find the area on the table which contains the data, not the headers.
- getDataAt(int, int) - Method in class eve.ui.table.data.registry.RegistryTableModel
-
- getDatabase() - Method in interface eve.database.DatabaseEntry
-
Get the database associated with the FoundEntries.
- getDatabase() - Method in interface eve.database.FoundEntries
-
Get the database associated with the FoundEntries.
- getDatabase() - Method in class eve.database.implement.DatabaseEntryObject
-
Get the database associated with the FoundEntries.
- getDatabase() - Method in class eve.database.implement.FoundEntriesObject
-
Get the database associated with the FoundEntries.
- getDatabase() - Method in class eve.database.Record
-
- getDatabaseModifiedTime(Time) - Method in class eve.database.SafeDBAccess
-
Return the time the dabase was last modified.
- getDataBytes(ByteArray) - Method in class eve.io.ZepFile
-
Get a copy of the data bytes in the ICZ file.
- getDataChildren(Object) - Method in class eve.data.DataTreeNodeObject
-
- getDataClass() - Method in class eve.sys.Wrapper
-
Return a Class representing the type of the currently stored data.
- getDataControls() - Method in class eve.ui.data.Editor
-
Get the area in the Editor that is considered to have user editable data.
- getDataDirectory() - Method in class eve.ui.installer.Installer
-
Return the installation data files directory.
- getDataEditor() - Method in class eve.ui.data.ListEditor
-
- getDataForLoading() - Method in class eve.database.implement.ByteArrayDatabaseEntry
-
Get the ByteArray that holds the record's encoded data.
- getDataForSaving() - Method in class eve.database.implement.ByteArrayDatabaseEntry
-
Get the ByteArray that holds the record's encoded data.
- getDataObjectAt(int) - Method in class eve.ui.table.TreeModelAdapter
-
- getDataObjectAt(int) - Method in class eve.ui.table.TreeTableModel
-
This returns getTreeNodeAt(line).
- getDataParentObject(Class) - Method in class eve.ui.data.Editor
-
- getDataRect(Rect) - Method in class eve.ui.ChoiceControl
-
- getDataRect(Rect) - Method in class eve.ui.Input
-
- getDataToCopy() - Method in class eve.ui.Control
-
This is called to get data from the control to put into the clipboard.
- getDataToCopy() - Method in class eve.ui.DateTimeInput
-
- getDataToDragAndDrop(DragContext) - Method in class eve.ui.Control
-
A quick way to provide DragAndDrop data.
- getDataToDragAndDrop(DragContext) - Method in class eve.ui.table.TreeControl
-
- getDataToDragAndDrop(DragContext) - Method in class eve.ui.table.TreeTableModel
-
- getDataToTransfer() - Method in class eve.ui.table.TreeTableModel
-
- getDataWidth(int) - Method in class eve.ui.table.TreeTableModel
-
- getDate(PlainDate) - Method in interface eve.data.IDate
-
- getDate(PlainDate) - Method in class eve.data.PlainDate
-
- getDate(PlainDate) - Method in interface eve.data.PlainTimeStamp
-
If a date is associated with this timestamp return it as a PlainDate.
- getDate(PlainDate) - Method in class eve.sys.Time
-
- getDate(PlainDate) - Method in class eve.ui.DateTimeInput
-
- getDate(PlainDate) - Method in class eve.ui.DateUpDownInput
-
- getDate(PlainDate) - Method in class eve.ui.SimpleDateInput
-
- getDate() - Method in class java.util.Date
-
- getDay() - Method in class java.util.Date
-
- getDeclaredClasses() - Method in class java.lang.Class
-
This returns an array of Classes representing all the named inner classes declared by this
class.
- getDeclaredConstructor(Class[]) - Method in class java.lang.Class
-
- getDeclaredConstructors() - Method in class java.lang.Class
-
- getDeclaredField(String, String) - Method in class eve.data.DataObject
-
Get a declared field for this object for the specified baseClassName.
- getDeclaredField(String) - Method in class java.lang.Class
-
- getDeclaredFields() - Method in class java.lang.Class
-
- getDeclaredFieldValue(String, String) - Method in class eve.data.DataObject
-
Get the value of a declared field in a Wrapper object.
- getDeclaredMethod(String, Class[]) - Method in class java.lang.Class
-
- getDeclaredMethods() - Method in class java.lang.Class
-
- getDeclaringClass() - Method in class eve.reflect.Field
-
- getDeclaringClass() - Method in interface eve.reflect.Member
-
- getDeclaringClass() - Method in class eve.reflect.MethodConstructor
-
- getDeclaringClass() - Method in class java.lang.reflect.Constructor
-
- getDeclaringClass() - Method in class java.lang.reflect.Field
-
- getDeclaringClass() - Method in interface java.lang.reflect.Member
-
Gets the class that declared this member.
- getDeclaringClass() - Method in class java.lang.reflect.Method
-
- getDecoderProperties() - Method in class eve.ui.formatted.HtmlDisplay
-
Make sure you call startHtml(), before calling this.
- getDecryptor(byte[]) - Method in class eve.security.SecureDocument
-
- getDefault() - Method in class eve.fx.print.PrinterProperties
-
- getDefault() - Static method in class eve.sys.Locale
-
- getDefault() - Static method in class java.util.Locale
-
Returns the default Locale.
- getDefault() - Static method in class java.util.TimeZone
-
Returns the time zone under which the host is running.
- getDefaultBackground() - Static method in class eve.ui.GuiStyle
-
- getDefaultCodec() - Static method in class eve.io.Io
-
Return the platform's default codec.
- getDefaultCodecName() - Static method in class eve.io.Io
-
Return the platform's default TextCodec name.
- getDefaultCompressionOptions() - Static method in class eve.io.filestore.ZepStore
-
- getDefaultConstructor(Class) - Static method in class eve.sys.Reflection
-
Find a Class constructor.
- getDefaultConverter() - Static method in class eve.ui.Gui
-
Return the default DataConverter for displaying formatted data.
- getDefaultDatabaseMaker() - Static method in class eve.database.DatabaseManager
-
- getDefaultFont() - Static method in class eve.fx.Fx
-
- getDefaultFont() - Method in interface eve.fx.IFxHandler
-
- getDefaultFont() - Method in class eve.ui.VMOptions
-
- getDefaultFontMetrics() - Static method in class eve.fx.Fx
-
- getDefaultFormat() - Method in class eve.sys.DayOfYear
-
- getDefaultFormat() - Method in class eve.sys.Time
-
- getDefaultFormat() - Method in class eve.sys.TimeOfDay
-
- getDefaultFormSpecs() - Static method in class eve.ui.GuiStyle
-
- getDefaultMFlag() - Static method in class com.stevesoft.pat.Regex
-
Get the default value of the m flag.
- getDefaultPort(String, int) - Static method in class eve.net.HttpConnection
-
Get the default port for a specific scheme, e.g.
- getDefaultPort() - Method in class java.net.URLStreamHandler
-
Returns the default port for a URL parsed by this handler.
- getDefaultPrinter(StringBuffer) - Static method in class eve.fx.print.PrinterJob
-
Get the name of the default printer.
- getDefaultRoot() - Method in class eve.io.File
-
- getDefaultSurface() - Static method in class eve.fx.Fx
-
- getDefaultSurface() - Method in interface eve.fx.IFxHandler
-
- getDefaultSurface() - Method in class eve.ui.VMOptions
-
- getDefaultWindowTitle() - Static method in class eve.fx.Fx
-
- getDefaultWindowTitle() - Method in interface eve.fx.IFxHandler
-
- getDefaultWindowTitle() - Static method in class eve.ui.Application
-
This is used by WindowSurface to get the default window title.
- getDefaultWindowTitle() - Method in class eve.ui.VMOptions
-
- getDeflatedResource(String) - Method in interface eve.server.AppServer
-
- getDeflatedResource(String) - Method in class eve.server.RemoteAppEntry
-
- getDeleteDataCodes() - Static method in class eve.sys.install.InstallerConfig
-
- getDeleteDataNames() - Static method in class eve.sys.install.InstallerConfig
-
- getDeletedEntries() - Method in interface eve.database.Database
-
Get an array of object IDs representing all the deleted entries.
- getDeletedEntries() - Method in class eve.database.implement.RecordFile
-
- getDeletedEntries(int, int) - Method in interface eve.database.IRemoteSynchronizer
-
Returns an array of OID values for the specified deleted entries.
- getDeletedEntries(int, int) - Method in class eve.database.Synchronizer
-
- getDeletedEntry(long, DatabaseEntry) - Method in interface eve.database.Database
-
Get the DatabaseEntry of the deleted OID.
- getDeletedEntry(long, DatabaseEntry) - Method in class eve.database.implement.RecordFile
-
- getDeletedSince(Time) - Method in interface eve.database.Database
-
Get all OIDs of all entries deleted since the Time t.
- getDeletedSince(Time) - Method in class eve.database.implement.DatabaseObject
-
Get the OIDs of all entries deleted after the specified time (but not AT the
specified time).
- getDepthOf(int) - Method in class eve.ui.table.TreeTableModel
-
- getDescent() - Method in class eve.fx.FontMetrics
-
Returns the descent of a font.
- getDescent(double) - Method in class eve.fx.points.PointFontDescriptor
-
- getDescent() - Method in class eve.fx.points.PointFontMetrics
-
Return the maximum descent (height below the baseline) of the Font in points.
- getDescription() - Method in exception java.util.regex.PatternSyntaxException
-
Retrieves the description of the error.
- getDesktopDirectory() - Method in class eve.ui.installer.Installer
-
- getDifferencesToNow() - Method in class eve.sys.ClassCounter
-
- getDigest() - Method in class eve.security.MD5
-
Retrieves the digest.
- getDigest() - Method in class eve.security.SHA1
-
Retrieves the digest.
- getDigest(byte[], int) - Method in class eve.security.SHA1
-
Retrieves the digest into an existing buffer.
- getDim(Rect) - Method in class eve.fx.Drawing
-
- getDim(PointRect) - Method in class eve.fx.points.PrintCell
-
- getDim(Rect) - Method in class eve.ui.Control
-
Return the size of the Control in a Rect rather than a Dimension.
- getDimensionsFor(int, int, Dimension, int) - Method in class eve.fx.Icon
-
- getDimensionsFor(int, int, Dimension, int) - Method in class eve.fx.IconListObject
-
- getDimensionsFor(int, int, Dimension, int) - Method in interface eve.fx.IIcon
-
Given a requested width and/or requested height for an IIcon, this returns the dimension that the Drawable
returned by getDrawableFor() will be if called with the same requestedWidth and requestedHeight.
- getDirectionality(char) - Static method in class java.lang.Character
-
Returns the Unicode directionality property for the given
character.
- getDirectionality(int) - Static method in class java.lang.Character
-
Returns the Unicode directionality property for the given
character (Unicode code point).
- getDirectory(String) - Method in interface eve.server.IRemoteFile
-
This returns a set of Strings in the same format as returned by
getInfo() - separated by '|' characters.
- getDirectory(String) - Method in interface eve.sys.WebApplication.LocalDirectory
-
- getDisabledAreaColor(Color) - Static method in class eve.ui.GuiStyle
-
- getDispatcher(Object, boolean) - Static method in class eve.sys.EventDispatcher
-
- getDisplay(String, int) - Static method in class eve.ui.formatted.TextDisplay
-
- getDisplay(String) - Method in class eve.ui.Input
-
This gets the String to represent on screen the data String provided.
- getDisplay(int) - Method in class eve.ui.PasswordDisplayMaker
-
- getDisplay(int, char) - Method in class eve.ui.PasswordDisplayMaker
-
- getDisplayable(String) - Static method in class eve.fx.Graphics
-
- getDisplayCountry() - Method in class java.util.Locale
-
Returns the country name of this locale localized to the
default locale.
- getDisplayCountry(Locale) - Method in class java.util.Locale
-
Gets the country name suitable for display to the user, formatted
for a specified locale.
- getDisplayed() - Static method in class eve.ui.SoftKeyBar
-
- getDisplayedSize(Dimension) - Method in class eve.ui.Canvas
-
- getDisplayFlags() - Method in interface eve.sys.Applet
-
- getDisplayItem(int) - Method in class eve.ui.SimpleList
-
Return the String used to represent the item at a particular index on screen.
- getDisplayLanguage() - Method in class java.util.Locale
-
Gets the country name suitable for display to the user, formatted
for the default locale.
- getDisplayLanguage(Locale) - Method in class java.util.Locale
-
Gets the language name suitable for display to the user, formatted
for a specified locale.
- getDisplayName(boolean, int, Locale) - Method in class eve.sys.TZifTimeZone
-
- getDisplayName() - Method in class java.util.Locale
-
Gets all local components suitable for display to the user, formatted
for the default locale.
- getDisplayName(Locale) - Method in class java.util.Locale
-
Gets all local components suitable for display to the user, formatted
for a specified locale.
- getDisplayName() - Method in class java.util.TimeZone
-
This method returns a string name of the time zone suitable
for displaying to the user.
- getDisplayName(Locale) - Method in class java.util.TimeZone
-
This method returns a string name of the time zone suitable
for displaying to the user.
- getDisplayName(boolean, int) - Method in class java.util.TimeZone
-
This method returns a string name of the time zone suitable
for displaying to the user.
- getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
-
This method returns a string name of the time zone suitable
for displaying to the user.
- getDisplayRows() - Method in class eve.ui.Choice
-
- getDisplayRows() - Method in class eve.ui.ChoiceControl
-
- getDisplayStatus(int) - Method in class eve.ui.table.TreeTableModel
-
Get the display status for the specified line.
- getDisplayString(DatabaseEntry) - Method in class eve.database.Synchronizer
-
- getDisplayString() - Method in class eve.ui.ChoiceControl
-
- getDisplayString() - Method in class eve.ui.MenuChoice
-
- getDisplayString(Object, int) - Method in class eve.ui.table.data.registry.RegistryTreeModel
-
- getDisplayString(int, TreeNode) - Method in class eve.ui.table.TreeModelAdapter
-
- getDisplayString(Object, int) - Method in class eve.ui.table.TreeModelAdapter
-
Override this to get the display string for the child of the parent.
- getDisplayString(int, TreeNode) - Method in class eve.ui.table.TreeTableModel
-
- getDisplayText() - Method in class eve.ui.choices.CodedChoicesControl
-
- getDisplayText() - Method in class eve.ui.Control
-
Get the text to display for the Control (which may be different
to what is considered the text of the control).
- getDisplayText() - Method in class eve.ui.InputKeyPad
-
This gets the String to represent on screen the data String provided.
- getDisplayText() - Method in class eve.ui.TextDisplayButton
-
This gets the String to represent on screen the data String provided.
- getDisplayVariant() - Method in class java.util.Locale
-
Returns the variant name of this locale localized to the
default locale.
- getDisplayVariant(Locale) - Method in class java.util.Locale
-
Returns the variant name of this locale localized to the
given locale.
- getDocument() - Method in interface eve.fx.points.IPointCanvas
-
- getDocument() - Method in class eve.fx.points.PdfMaker.Page
-
- getDocument() - Method in class eve.fx.points.PdfMaker.PageCanvas
-
- getDocumentBase() - Method in interface eve.sys.Applet
-
Returns the basename URL of the document this applet is embedded in.
- getDocumentName() - Method in class eve.fx.print.BatchPrinter
-
- getDocumentName() - Method in interface eve.fx.print.Printable
-
- getDocumentName() - Method in class eve.fx.print.PrintableObject
-
- getDoInput() - Method in class java.net.URLConnection
-
- getDontMatchInQuotes() - Method in class com.stevesoft.pat.Regex
-
Find out if the dontMatchInQuotes flag is enabled.
- getDoOutput() - Method in class java.net.URLConnection
-
- getDouble(String, double) - Method in class eve.data.PropertyList
-
- getDouble(Object, String, double) - Static method in class eve.data.PropertyList
-
This first converts the propertyListOrStrings parameters into a valid or empty PropertyList
and then calls getDouble(name,defaultValue) on that list.
- getDouble() - Method in class eve.sys.Wrapper
-
Return the double value stored in the Wrapper.
- getDouble(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a double array.
- getDouble(Object) - Method in class java.lang.reflect.Field
-
- getDPI(double[]) - Method in class eve.fx.gui.WindowSurface
-
- getDPI(double[]) - Method in class eve.fx.ImageObject
-
This returns false on an Image.
- getDPI(double[]) - Method in interface eve.fx.ISurface
-
Get the dots per inch resolution of the surface if possible.
- getDPI(double[]) - Method in class eve.fx.print.PrinterJobObject
-
The DPI of a PrinterJob is not definable, it is done on a page by page basis.
- getDragAndDropContext() - Static method in class eve.ui.Control
-
- getDrawable(int, int, Color, Color) - Method in interface eve.fx.PaintParameters
-
- getDrawable(int, int, Color, Color) - Method in class eve.fx.PaintParametersObject
-
- getDrawable() - Method in class eve.ui.print.PointGraphicsViewer
-
- getDrawableFor(int, int, int) - Method in class eve.fx.Icon
-
- getDrawableFor(int, int) - Method in class eve.fx.IconObject
-
- getDrawableFor(int, int, int) - Method in interface eve.fx.IIcon
-
Return the best icon for the specified requested width and height, at least one of which must be non-zero.
- getDrawableOptions() - Method in interface eve.fx.PaintParameters
-
- getDrawableOptions() - Method in class eve.fx.PaintParametersObject
-
- getDrawImage() - Method in class eve.fx.gui.Overlayer
-
This is only valid after a call to doDrawImage() and returns the image to be drawn on the surface at
the area returned by getDrawRect().
- getDrawingBuffer(Rect, Color, double) - Method in class eve.fx.PixelBuffer
-
This will create a drawing surface, initially filled with the supplied transparent color.
- getDrawingBuffer(Rect, Color, double, Color) - Method in class eve.fx.PixelBuffer
-
This will create a drawing surface, initially filled with the supplied transparent color.
- getDrawOptions(int, TreeNode) - Method in class eve.ui.filechooser.FileTree
-
- getDrawOptions(int, TreeNode) - Method in class eve.ui.table.TreeTableModel
-
- getDrawRect() - Method in class eve.fx.gui.Overlayer
-
This is only valid after a call to doDrawImage() and returns the area on the surface that is to be updated
with the full image returned by getImage().
- getDrivePath() - Method in class eve.io.File
-
Return only the drive and path of the file.
- getDrivePath(String) - Static method in class eve.io.File
-
- getDrivePath(String) - Static method in class eve.io.FileComparer
-
- getDropButtonWidth(FontMetrics) - Method in class eve.ui.ChoiceControl
-
- getDropMenuRect(Rect) - Method in class eve.ui.Choice
-
Get the Rect, relative to the parent Frame, that the Menu should be fit into.
- getDroppedData(int) - Method in class eve.fx.gui.NativeWindowSurface
-
- getDroppedData(int) - Method in class eve.fx.gui.WindowSurface
-
- getDSTSavings() - Method in class eve.sys.TZifTimeZone
-
Return the most up-to-date Daylight Savings Time change in
milliseconds.
- getDSTSavings() - Method in class java.util.SimpleTimeZone
-
Gets the daylight savings offset.
- getDSTSavings() - Method in class java.util.TimeZone
-
Gets the daylight savings offset.
- getDuplexMode(int) - Static method in class eve.fx.print.PrinterControl
-
- getEditedObject() - Method in class eve.ui.data.Editor
-
Return the edited object.
- getEditedUnder(Control, Class) - Static method in class eve.ui.data.Editor
-
Find a parent Editor of a an Object of a particular type that the control is being edited under (within).
- getEditor(Object, int) - Method in class eve.ui.data.ListEditor
-
- getEditor(int) - Method in interface eve.ui.data.LiveData
-
Return a ewe.ui.Editor Object which can be used to visually edit
the information in this LiveData object.
- getEditor(Object, int) - Static method in class eve.ui.data.LiveDataAdapter
-
This creates a new Editor Object - you should not override this method,
rather you should override the addToPanel() method to provide a custom
Editor for your LiveData.
- getEditor(int) - Method in class eve.ui.data.LiveObject
-
This creates a new Editor Object - you should not override this method,
rather you should override the addToPanel() method to provide a custom
Editor for your LiveData.
- getEditor(int) - Method in class eve.ui.data.SerialPortOptions
-
- getEditor(int) - Method in class eve.ui.data.server.AppLoader
-
- getEditor(int) - Method in class eve.ui.data.server.AppServer
-
- getEditor(int) - Method in class eve.ui.VMOptions
-
- getEditorAndFieldValue(Control, String) - Static method in class eve.ui.data.Editor
-
Get the field value of the currently edited Object of an Editor as a Wrapper, providing either the field name
or the control associated with the field.
- getEditorScroller(CellPanel) - Method in class eve.ui.data.FontChooser
-
- getEditorScroller(CellPanel) - Method in class eve.ui.data.LiveObject
-
This is called by the default getEditor() should return a ScrollBarPanel for the CellPanel that the editor
is being placed in.
- getegid() - Static method in class eve.sys.unix.Unix
-
Determine the current effective group id if this is a Unix/Linux process.
- getEmpty() - Static method in class eve.data.PlainTimeStamp.Utils
-
- getEmpty() - Static method in class eve.util.ByteArray
-
Get an empty re-usable array of bytes.
- getEmpty() - Static method in class eve.util.IntArray
-
Get a re-usable empty int array.
- getEmptyEntries() - Method in interface eve.database.Database
-
This returns an empty FoundEntries object for this Database
- getEmptyEntries() - Method in class eve.database.implement.DatabaseObject
-
- getEmptyIndex() - Method in class eve.util.TagList
-
- getEmptyInsets() - Static method in class eve.fx.Insets
-
- getEmptyList() - Static method in class eve.fx.Icon
-
Get a re-used IIcon.ImageList representing an empty ImageList.
- getEmptyView() - Method in class eve.database.EntriesView
-
Use this if you used enableLookupMode() to get a new empty EntriesView for the same FoundEntries as this view.
- getEmptyView() - Method in interface eve.database.FoundEntries
-
Get a new EntriesView for this FoundEntries that is initially empty.
- getEmptyView() - Method in class eve.database.implement.FoundEntriesObject
-
- getEncodedClassNameOnly(Class) - Static method in class eve.sys.Reflection
-
This returns an encoded class name, but without the leading 'L' and
trailing ';' unless the class is an array of objects, in which case the 'L'
and ';' are left in the component specifier.
- getEncodedDocument() - Method in class eve.net.HttpConnection
-
- getEncodedMethod(String, Class[], Class, StringBuffer) - Static method in class eve.sys.Reflection
-
- getEncodedMethod(String, Class[], Class) - Static method in class eve.sys.Reflection
-
- getEncodedMethod(Method) - Static method in class eve.sys.Reflection
-
Convert a Method into a Java encoded method.
- getEncodedName(Class, StringBuffer) - Static method in class eve.sys.Reflection
-
Convert a Java type represented by the Class as a java encoded type string.
- getEncodedName(Class) - Static method in class eve.sys.Reflection
-
Convert a Java type represented by the Class as a java encoded type string.
- getEncodedParameters(Class[], boolean, StringBuffer) - Static method in class eve.sys.Reflection
-
- getEncodedParameters(Class[], boolean) - Static method in class eve.sys.Reflection
-
Create a Java encoded parameter list from a list of Class types.
- getEncodedProperties() - Method in class eve.server.RemoteAppEntry
-
Get all the Properties for this entry as an encoded String.
- getEncodedTime(TimeZone) - Method in class eve.sys.Time
-
This converts to a 64-bit encoded values saving the year, month, day, hours, min, sec, millisec in
a platform independent manner.
- getEncodedTime() - Method in class eve.sys.Time
-
This converts to a 64-bit encoded values saving the year, month, day, hours, min, sec, millisec in
a platform independent manner.
- getEncodedType(Class) - Static method in class eve.sys.Reflection
-
Convert a Java type represented by the Class as the first letter of the java encoded type of the class.
- getEncoding() - Method in class java.io.InputStreamReader
-
This method returns the name of the encoding that is currently in use
by this object.
- getEncoding() - Method in class java.io.OutputStreamWriter
-
This method returns the name of the character encoding scheme currently
in use by this stream.
- getEncryptor(byte[]) - Method in class eve.security.SecureDocument
-
- getEndFormatter(TextFormatter) - Method in class eve.ui.formatted.TextFormatter
-
- getEndingOffset() - Method in class eve.sys.ClassFile.ClassConstantData
-
- getEntries() - Method in interface eve.database.Database
-
- getEntries(int) - Method in interface eve.database.Database
-
- getEntries() - Method in class eve.database.implement.DatabaseObject
-
- getEntries(int) - Method in class eve.database.implement.DatabaseObject
-
- getEntries() - Method in class eve.database.implement.RecordDatabaseIndex
-
- getEntriesCount() - Method in interface eve.database.Database
-
This will return the number of entries in the database if known.
- getEntriesCount() - Method in class eve.database.implement.DatabaseObject
-
- getEntriesCount() - Method in class eve.database.implement.RecordFile
-
- getEntry(String) - Method in class eve.zipfile.ZipFile
-
Searches for a zip entry in this archive with the given name.
- getEntry(String) - Method in class java.util.zip.ZipFile
-
Searches for a zip entry in this archive with the given name.
- getEntryCount() - Method in class eve.io.filestore.EveFile
-
- getEntryCount() - Method in interface eve.io.filestore.FileStore
-
If the count is known then return the number of entries, otherwise return -1.
- getEntryCount() - Method in class eve.io.filestore.ZepStore
-
- getEntryCount() - Method in class eve.zipfile.ZipFile
-
- getEntrySelector(Object, boolean) - Method in interface eve.database.FoundEntries
-
Get an EntrySelector for the data given the search data.
- getEntrySelector(Object, boolean) - Method in class eve.database.implement.FoundEntriesObject
-
- getenv(String) - Static method in class eve.sys.Vm
-
This method attempts to get a system environment value, but since
that is not allowed for an Applet and in some versions of Java
it will instead fetch it
from a local property list.
- getenv(String) - Static method in class java.lang.System
-
Search for an environment variable value.
- getEnvOrProperty(String, String) - Static method in class eve.sys.Vm
-
This first searches for an environment value using getenv(), and if
that returns null it will call getProperty().
- getEOLchar() - Method in class com.stevesoft.pat.RegexReader
-
Deprecated.
- getEOLchar() - Method in class com.stevesoft.pat.RegexWriter
-
Deprecated.
- getErrorOffset() - Method in exception java.text.ParseException
-
- getErrorStream() - Method in class java.lang.Process
-
Get an InputStream from which you can read the standard error of the sub-process.
- getErrorText(String) - Method in class eve.sys.Handle
-
- geteuid() - Static method in class eve.sys.unix.Unix
-
Determine the current effective user if this is a Unix/Linux process.
- getEveDirectory() - Method in class eve.ui.VMOptions
-
- getEventDispatcher() - Method in interface eve.database.Database
-
Get an EventDispatcher which you can use to attach EventListeners to, for
listening to the events being generated by the Database.
- getEventDispatcher() - Method in class eve.database.EntriesView
-
Get the EventDispatcher for this view.
- getEventDispatcher() - Method in interface eve.database.FoundEntries
-
Get the EventDispatcher for this FoundEntries.
- getEventDispatcher() - Method in class eve.database.implement.DatabaseObject
-
- getEventDispatcher() - Method in class eve.database.implement.FoundEntriesObject
-
- getEventDispatcher() - Method in interface eve.sys.IConsole
-
- getEventDispatcher() - Method in interface eve.sys.ITaskbarEntry
-
Get an event dispatcher to add listeners.
- getEventInterceptors() - Static method in class eve.ui.Window
-
- getEvents() - Method in class eve.util.OperationTimer
-
- getEventThreadData() - Static method in class eve.ui.Gui
-
- getException() - Method in class eve.io.block.RemoteCall
-
- getException() - Method in exception eve.sys.RemoteMethodException
-
Returns the same as getCause() - i.e. the exception that caused this
RemoteCallException to be thrown.
- getException() - Method in class eve.ui.data.FileSaver
-
- getException() - Method in interface eve.ui.IFileSaver
-
- getException() - Method in exception java.lang.ClassNotFoundException
-
- getException() - Method in error java.lang.ExceptionInInitializerError
-
- getExceptionTypes() - Method in interface eve.reflect.IMethod
-
- getExceptionTypes() - Method in class eve.reflect.MethodConstructor
-
Returns the exception types the method can throw.
- getExceptionTypes() - Method in class java.lang.reflect.Constructor
-
- getExceptionTypes() - Method in class java.lang.reflect.Method
-
- getExp() - Method in class eve.security.RSAKey
-
- getExpandingTabbedPanel(boolean) - Static method in class eve.ui.TabbedPanel
-
Use this to create a self-expanding mTabbedPanel.
- getExportTask(FieldTableExportSpecs) - Method in class eve.ui.table.data.FieldTableModel
-
Get a TaskObject that will, when started, export the data as specified
in the provided FieldTableExportSpecs.
- getExposeGroupFor(Control) - Static method in class eve.ui.ControlGroup
-
Get the ControlGroup for the Control which is tagged as TAG_EXPOSE_GROUP.
- getExt(String) - Static method in class eve.io.FileComparer
-
- getExtent(PointRect) - Method in class eve.fx.points.PrintCell
-
- getExtra() - Method in class eve.zipfile.ZipEntry
-
Gets the extra data.
- getExtra() - Method in class java.util.zip.ZipEntry
-
Gets the extra data.
- getExtraActions() - Static method in class eve.ui.VMOptions
-
- getExtraColumnHeader(int, boolean, TableCellAttributes) - Method in class eve.ui.table.TreeTableModel
-
- getExtraContextActions() - Static method in class eve.ui.VMOptions
-
- getExtraControlArea(int) - Method in class eve.ui.CardPanel
-
- getExtraControlArea(int) - Method in interface eve.ui.MultiCardPanel
-
If this MultiCardPanel supports an extra area for placing controls
which are not within the dynamic display area, then this will return
a CellPanel that you can add controls to which will be displayed in
that area.
- getExtraControlArea(int) - Method in class eve.ui.MultiCardPanelAdapter
-
- getExtraControlArea(int) - Method in class eve.ui.TabbedPanel
-
- getExtraControls(boolean) - Method in class eve.ui.TabbedPanel
-
This gets a container to put extra controls in.
- getExtraPanel(int) - Method in class eve.ui.ScrollBarPanel
-
Return the extra panel created if any of the OPTION_EXTRA_CONTROLS_XXX options are specified.
- getExtremeControls(boolean) - Method in class eve.ui.TabbedPanel
-
This gets a CellPanel to put extra controls in that will be further left or right
of the container provided by getExtraControls().
- getFadeDirection() - Method in class eve.fx.Brush
-
- getFadePercent() - Method in class eve.fx.Brush
-
- getField(int, int) - Method in interface eve.database.DatabaseEntry
-
- getField(int, long) - Method in interface eve.database.DatabaseEntry
-
- getField(int, boolean) - Method in interface eve.database.DatabaseEntry
-
- getField(int, double) - Method in interface eve.database.DatabaseEntry
-
- getField(int, Time) - Method in interface eve.database.DatabaseEntry
-
- getField(int, DayOfYear) - Method in interface eve.database.DatabaseEntry
-
- getField(int, TimeOfDay) - Method in interface eve.database.DatabaseEntry
-
- getField(int, TimeStamp) - Method in interface eve.database.DatabaseEntry
-
- getField(int, BigDecimal) - Method in interface eve.database.DatabaseEntry
-
- getField(int, BigDecimal) - Method in interface eve.database.DatabaseEntry
-
- getField(int, Decimal) - Method in interface eve.database.DatabaseEntry
-
- getField(int, String) - Method in interface eve.database.DatabaseEntry
-
- getField(int, CharArray) - Method in interface eve.database.DatabaseEntry
-
- getField(int, ByteArray) - Method in interface eve.database.DatabaseEntry
-
- getField(int, int) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, long) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, boolean) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, double) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, Time) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, PlainTime) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, PlainDate) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, String) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, CharArray) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, ByteArray) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, DayOfYear) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, TimeOfDay) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, TimeStamp) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, BigDecimal) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, BigDecimal) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(int, Decimal) - Method in class eve.database.implement.DatabaseEntryObject
-
- getField(String) - Method in class eve.database.implement.DatabaseObject
-
Similar to findField(), find the FieldID of a named field.
- getField(int) - Method in class eve.database.Record
-
Call this after a readFrom().
- getField(String, int) - Method in class eve.reflect.Reflect
-
Look for a Field in the class - either instance or static.
- getField(Class, String, Class, boolean) - Static method in class eve.sys.Reflection
-
Get a class Field and optionally verify its type.
- getField(Class, String, String, boolean) - Static method in class eve.sys.Reflection
-
Get a class Field and optionally verify its type.
- getField(Class, String, boolean) - Static method in class eve.sys.Reflection
-
Get a class Field and optionally verify its type.
- getField(String) - Method in class eve.ui.table.data.FieldTableModel
-
Get the FieldData for a particular field name.
- getField(String) - Method in class java.lang.Class
-
- getFieldByteArray(byte[], int, int, String, ArraySection) - Method in class eve.util.ByteEncoder
-
- getFieldBytes(int) - Method in interface eve.database.DatabaseEntry
-
- getFieldBytes(int) - Method in class eve.database.implement.DatabaseEntryObject
-
- getFieldData(int) - Method in class eve.ui.table.data.FieldTableModel
-
Get the field data for a particular column.
- getFieldData(String) - Method in class eve.ui.table.data.FieldTableModel
-
- getFieldHeader(int) - Method in interface eve.database.Database
-
Get the header for a specified field ID.
- getFieldHeader(int) - Method in class eve.database.implement.DatabaseObject
-
- getFieldInfo(String) - Method in class eve.database.implement.DatabaseEntryObject
-
Return the field info as the id|type.
- getFieldInput(int) - Static method in class eve.ui.advanced.database.DatabaseUIUtils
-
- getFieldJavaValue(Object) - Method in class eve.sys.FieldTransfer
-
- getFieldList(Class, Object, boolean) - Static method in class eve.data.DataUtils
-
Get a comma separated list of fields for the specified object.
- getFieldList(Object, boolean) - Static method in class eve.data.DataUtils
-
Get a comma separated list of fields for the specified object.
- getFieldMethod - Variable in class eve.sys.FieldTransfer
-
The getField method used on the data object.
- getFieldName(int) - Method in interface eve.database.Database
-
Get the name for a specified field ID.
- getFieldName(int) - Method in class eve.database.implement.DatabaseEntryObject
-
- getFieldName(int) - Method in class eve.database.implement.DatabaseObject
-
- getFieldName() - Method in class eve.ui.data.FieldData
-
- getFields() - Method in interface eve.database.Database
-
Get the IDs of all the fields.
- getFields() - Method in class eve.database.implement.DatabaseObject
-
- getFields() - Method in class eve.database.Record
-
Return the fields that are being used with this Record.
- getFields(int) - Method in class eve.reflect.Reflect
-
Return an array of all the Fields of the class.
- getFields() - Method in class java.lang.Class
-
- getFieldsAndMethods() - Method in class eve.sys.ClassFile
-
- getFieldsForObject(Object, String) - Static method in class eve.ui.data.FieldData
-
Convert the headersAndFields to a Vector of FieldData objects, but if it is null,
then use the default fields and default formats for the data.
- getFieldSpec(Database, int) - Static method in class eve.database.DatabaseUtils
-
This returns a field spec string for a particular fieldID in the form:
"Header|FieldName$Type"
- getFieldTransfer() - Method in interface eve.sys.DataInterface
-
- getFieldTransfer() - Method in class eve.ui.Control
-
- getFieldTransferFor(String) - Method in class eve.ui.FieldHandler
-
Get the FieldTransfer Object responsible for data transfer between
the Control and the Object field.
- getFieldTransferFor(Control) - Method in class eve.ui.FieldHandler
-
Get the FieldTransfer associated with a Control.
- getFieldType(int) - Method in interface eve.database.Database
-
Get the type of a field.
- getFieldType(int) - Method in class eve.database.implement.DatabaseObject
-
- getFieldType() - Method in class eve.reflect.Field
-
Return the type of the field as a Class.
- getFieldType() - Method in class eve.sys.FieldTransfer
-
- getFieldType() - Method in interface eve.sys.IFieldTransfer
-
- getFieldValue(int, int, Object) - Method in interface eve.database.DatabaseEntry
-
Get the data stored in a Wrapper.
- getFieldValue(int, Object) - Method in interface eve.database.DatabaseEntry
-
Get the data stored in a Wrapper, assuming that the type of the field will be known
to the DatabaseEntry.
- getFieldValue(int, int, Object) - Method in class eve.database.implement.ByteArrayDatabaseEntry
-
- getFieldValue(int, int, Object) - Method in class eve.database.implement.DatabaseEntryObject
-
- getFieldValue(int, Object) - Method in class eve.database.implement.DatabaseEntryObject
-
- getFieldValue(Object, Wrapper) - Method in class eve.sys.FieldTransfer
-
Get the field value from the data object and place in the destination Wrapper.
- getFieldValue(Object, FetchData, Wrapper) - Method in class eve.sys.FieldTransfer
-
- getFieldValue(Object) - Method in class eve.sys.FieldTransfer
-
Get the field value only if it is an Object.
- getFieldValue(Object, FetchData, Wrapper) - Method in interface eve.sys.IFieldTransfer
-
- getFieldValue(Object, Field, Wrapper) - Static method in class eve.sys.Reflection
-
Get a field value using a eve.sys.Wrapper instead of a standard Java wrapper.
- getFieldValue(Class, Object, String, boolean) - Static method in class eve.sys.Reflection
-
Get a field value.
- getFieldValue(Object, String) - Static method in class eve.sys.Reflection
-
Get a field value.
- getFieldValue(String, Control) - Method in class eve.ui.data.Editor
-
Get the field value of the currently edited Object as a Wrapper, providing either the field name
or the control associated with the field.
- getFieldValue(Editor, String, Control, Class) - Static method in class eve.ui.data.Editor
-
Get an Object field value of the currently edited Object of an Editor.
- getFieldValue(FieldData, int) - Method in class eve.ui.table.data.FieldTableModel
-
Get the value of a field at the specified row.
- getFieldValues(int[], Object[]) - Method in interface eve.database.DatabaseEntry
-
Get a set of fields from the DatabaseEntry.
- getFieldValues(int[], Object[]) - Method in class eve.database.implement.DatabaseEntryObject
-
Get a set of fields from the DatabaseEntry.
- getFile() - Method in class eve.io.FakeFileSystem
-
- getFile(String) - Static method in class eve.io.FileComparer
-
- getFile() - Method in class eve.io.SafeFile
-
Get the actual file.
- getFile(String) - Method in interface eve.sys.WebApplication.LocalDirectory
-
- getFile() - Method in class eve.ui.filechooser.FileInput
-
This returns a File as specified by the file name and of the same type as the file model.
- getFile() - Method in class eve.ui.FileInput
-
This returns a File as specified by the file name and of the same type as the file model.
- getFile() - Method in class java.net.URL
-
Returns the file portion of the URL.
- getFileAt(int) - Method in class eve.ui.filechooser.FileTree
-
- getFileChooser(String, String, File) - Method in class eve.ui.data.FileSaver
-
- getFileClipboard(boolean) - Method in class eve.ui.filechooser.FileChooser
-
- getFileExt() - Method in class eve.io.File
-
Return only the filename and extension of the file.
- getFileExt(String) - Static method in class eve.io.File
-
- getFileExt(String) - Static method in class eve.io.FileComparer
-
- getFileIcon(String, Hashtable, ImageData) - Static method in class eve.io.FileChooserParameters
-
Correctly lookup a 16x16 Image icon for a file extension.
- getFileIconsHashtable() - Static method in class eve.io.FileChooserParameters
-
Retrieve the global File Icons hashtable, which will be setup with the
default values.
- getFileIndex(int, int) - Method in class eve.ui.filechooser.FileListTableModel
-
- getFileModel() - Method in class eve.ui.FileInput
-
Get the File used as a model for the file chooser.
- getFileName() - Method in class java.lang.StackTraceElement
-
- getFilePointer() - Method in class java.io.RandomAccessFile
-
This method returns the current offset in the file at which the next
read or write will occur
- getFileSaver(Editor) - Method in class eve.ui.data.SaveableObject
-
- getFileSaver() - Method in class eve.ui.Form
-
This will return the Saver associated with the Form if one was assigned.
- getFileSpecs(Vector, Vector) - Static method in class eve.net.rapi.Rapi
-
Get the FileSpecs for a list of file names.
- getFileSpecs(String, FileSpecs) - Static method in class eve.net.rapi.Rapi
-
Get the FileSpecs for an individual file.
- getFileStart() - Method in class eve.fx.win32.WindowsIconGroup
-
- getFileSystem(Handle) - Method in class eve.io.filestore.EveFile
-
- getFileSystem(Handle) - Method in interface eve.io.filestore.FileStore
-
- getFileSystem(Handle) - Method in class eve.io.filestore.ZepStore
-
- getFileSystem(Handle) - Method in class eve.zipfile.ZipFile
-
- getFill(Brush) - Method in interface eve.fx.PaintParameters
-
- getFill(Brush) - Method in class eve.fx.PaintParametersObject
-
- getFilteredItems(Vector, Vector) - Method in class eve.ui.MenuFilterInput
-
- getFilterFor(String) - Method in class eve.ui.filechooser.FileChooser
-
- getFinalReturnValue() - Method in class eve.sys.Handle
-
Call this either after the handle has stopped to get the final return value, or if the process must be aborted.
- getFirst(char[], int, int) - Method in class eve.util.StringSplitter
-
Get the first substring in the String.
- getFirstDataLocation() - Method in interface eve.database.implement.DatabaseStream
-
Return the location of where you can store your data.
- getFirstDataLocation() - Method in class eve.database.implement.RandomAccessDatabaseStream
-
- getFirstDayOfWeek() - Method in class java.util.Calendar
-
Gets what the first day of week is.
- getFirstEntry() - Method in class eve.database.implement.RecordFile
-
Retrieve the location of the first record.
- getFirstFocus() - Method in class eve.ui.CardPanel
-
- getFirstFocus() - Method in class eve.ui.Container
-
- getFirstFocus() - Method in class eve.ui.data.icons.IconListEdit.CompositeIconDisplay
-
- getFirstFocus() - Method in class eve.ui.TabbedPanel
-
- getFirstFocus() - Method in class eve.ui.table.TableControl
-
- getFirstPage(int) - Method in class eve.fx.print.PrintOptions
-
Return the first page that should be printed.
- getFlags() - Method in class com.ewesoft.pub.ThreadFlags
-
- getFlags() - Method in class eve.fx.gui.WindowSurface
-
Get the Flags for a Window.
- getFlags() - Method in class eve.io.File
-
A quick way to get the flags from getInfo().
- getFlags(Object, int, byte) - Method in class eve.ui.table.data.registry.RegistryTreeModel
-
- getFlags(int, TreeNode) - Method in class eve.ui.table.TreeModelAdapter
-
- getFlags(Object, int, byte) - Method in class eve.ui.table.TreeModelAdapter
-
This is only called if "dynamicCanExpand" is set true.
- getFlags(int, TreeNode) - Method in class eve.ui.table.TreeTableModel
-
- getFlagsForSize(int, int, int, int) - Method in class eve.fx.gui.NativeWindowSurface
-
- getFlagsForSize(int, int, int, int) - Method in class eve.fx.gui.WindowSurface
-
This is used during Window creation.
- getFlagsForSize(int, int, int, int) - Method in class eve.ui.Window
-
- getFloat() - Method in class eve.sys.Wrapper
-
Return the float value stored in the Wrapper.
- getFloat(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a float array.
- getFloat(Object) - Method in class java.lang.reflect.Field
-
- getFloatingControls() - Method in class eve.ui.CellPanel
-
- getFont() - Method in class eve.fx.FontMetrics
-
- getFont() - Method in class eve.fx.Graphics
-
Get the current Font for the Graphics.
- getFont() - Method in class eve.fx.gui.NativeWindowSurface
-
- getFont() - Method in class eve.fx.gui.WindowSurface
-
- getFont(Font) - Method in interface eve.fx.PaintParameters
-
- getFont(Font) - Method in class eve.fx.PaintParametersObject
-
- getFont(PointFont) - Method in class eve.fx.points.PdfMaker
-
Get the reference to the specified Font if it has been added.
- getFont() - Method in class eve.fx.points.PointFontMetrics
-
Return the PointFont the metrics represents.
- getFont() - Method in class eve.fx.points.PrintCell
-
- getFont() - Method in class eve.ui.Control
-
- getFont(Font, int) - Method in class eve.ui.formatted.TextFormatter
-
- getFontChanges() - Static method in class eve.ui.Application
-
- getFontColor(int, TreeNode, int) - Method in class eve.ui.table.TreeTableModel
-
- getFontDescriptor(PointFont, boolean) - Method in class eve.fx.points.PdfMaker
-
Get or create the PointFontDescriptor for the specified font.
- getFontForHeight(int, FontMetrics) - Static method in class eve.fx.Metrics
-
Find the biggest Font such that its height is less than or equal to the requiredHeight.
- getFontForMetric(int, int, Object, FontMetrics) - Static method in class eve.fx.Metrics
-
Retrieve the Font which is of the correct size, such that its metric is equal to,
or just smaller than the specified metric in pixels, or for which the metrics of
the supplied data is equal to or just smaller than the specified metric in pixels.
- getFontMetrics(Font) - Static method in class eve.fx.Fx
-
Get a FontMetrics for a particular font, using the default surface.
- getFontMetrics(Font) - Method in class eve.fx.Graphics
-
- getFontMetrics(Font) - Method in class eve.fx.gui.WindowSurface
-
- getFontMetrics(Font) - Method in class eve.fx.Image
-
- getFontMetrics(Font) - Method in interface eve.fx.ISurface
-
Return a FontMetrics for the surface.
- getFontMetrics(PointFont) - Method in class eve.fx.points.PointGraphics
-
Get a PointFontMetrics for a PointFont on the current PointGraphics.
- getFontMetrics(Font) - Method in class eve.fx.print.PrinterJob
-
- getFontMetrics(Font) - Method in class eve.ui.Control
-
Returns the font metrics for a given font.
- getFontMetrics() - Method in class eve.ui.Control
-
Returns the font metrics for the Font for this Control.
- getFontMetrics(TextPad, FontMetrics) - Method in class eve.ui.formatted.TextFormatter
-
- getFontMetrics() - Method in class eve.ui.SoftKeyBar
-
- getFontMetrics(Font) - Method in class eve.ui.Window
-
Returns the font metrics for a given font.
- getFontMetricsForSizeCalculations() - Method in class eve.ui.Control
-
- getFontMetricsForSizeCalculations() - Method in class eve.ui.formatted.TextDisplay
-
- getFontMetricsForSplitting() - Method in class eve.ui.TextPad
-
- getFonts() - Static method in class eve.ui.Application
-
Get an Iterator for all the entries in the fonts hashtable.
- getFor(String) - Static method in class eve.math.DecimalFormat
-
Get a DecimalFormat for the provided format String.
- getFor(Locale, boolean) - Static method in class eve.math.DecimalSymbols
-
This uses a Hashtable to keep DecimalSymbols for Locales so that you
don't need to keep creating new DecimalSymbols.
- getFor(Object, DataInterface) - Method in class eve.sys.FieldTransfer
-
- getFor(Handle, boolean) - Static method in class eve.sys.Progress
-
Get a Progress object for the specified Handle (which may be null) and indicate
if no other Progress objects can change the progress of the Handle.
- getFor(Handle, boolean, String) - Static method in class eve.sys.Progress
-
Get a Progress object for the specified Handle (which may be null) and indicate
if no other Progress objects can change the progress of the Handle.
- getFor(Object, String, boolean) - Static method in class eve.sys.QuickMethodCall
-
Get a QuickMethodCall for a method.
- getFor(Object, String, Class[], boolean) - Static method in class eve.sys.QuickMethodCall
-
Get a QuickMethodCall for a method.
- getFor(Object, String, Class[], Object[], boolean) - Static method in class eve.sys.QuickMethodCall
-
Get a QuickMethodCall for a method and set the parameters at the same time.
- getFor(Object, Method) - Static method in class eve.sys.QuickMethodCall
-
- getFor(Object) - Method in class eve.sys.QuickMethodCall.QuickMethodCallCache
-
- getFor(Control) - Static method in class eve.ui.ControlColors
-
- getForeground() - Method in class eve.fx.points.PrintCell
-
- getForeground() - Method in class eve.ui.Control
-
- getForeground() - Method in class eve.ui.TextDisplayButton
-
- getFormat() - Method in class eve.sys.SimpleDateFormat
-
Returns the format.
- getFormat() - Method in class eve.sys.Time
-
- getFormat() - Method in class eve.ui.DateTimeInput
-
- getFormattedTextPositions(String, FormattedTextSpecs, int[]) - Method in class eve.fx.FontMetrics
-
Returns the positions of each individual character in a formatted String.
- getFormattedTextPositions(char[], int, int, FormattedTextSpecs, int[]) - Method in class eve.fx.FontMetrics
-
Returns the positions of each individual character in a formatted String.
- getFormattedTextPositions(char[], int, int, FormattedTextSpecs, double[]) - Method in class eve.fx.points.PointFontMetrics
-
- getFormFrame(int) - Method in class eve.ui.Form
-
This is called when the Form is about to be displayed.
- getFormFrame(int) - Method in class eve.ui.InputKeyPad
-
- getFormWithProperty(Control, Class) - Static method in class eve.ui.Form
-
- getForName(String) - Static method in class eve.applet.mClassLoader
-
- getForName(String) - Static method in class eve.reflect.Reflect
-
Get a Reflect object that represents the specified class name.
- getForName(String, Class) - Static method in class eve.reflect.Reflect
-
Get a Reflect object that represents the specified class name.
- getForObject(Object) - Static method in class eve.reflect.Reflect
-
Get a Reflect object that represents this class.
- getForSize(double, double) - Static method in class eve.fx.points.PageFormat
-
A convenience method to get a PageFormat for a specfic size.
- getFoundEntries(Handle, int) - Method in interface eve.database.Database
-
Get all the entries in the Database sorted by the specified sort ID.
- getFoundEntries(Handle, int, EntrySelector) - Method in interface eve.database.Database
-
Get a subset of the entries in the Database sorted by the specific sort ID and
which the EntrySelector considers to be equal to the searchData.
- getFoundEntries(Handle, int, ObjectFinder) - Method in interface eve.database.Database
-
Get a subset of the entries in the Database sorted by the specific sort ID and
which the ObjectFinder considers to be what is being looked for.
- getFoundEntries(Handle, int, Object) - Method in interface eve.database.Database
-
Get a subset of the entries in the Database sorted by the specific sort ID and
which match the primarySearchFields data.
- getFoundEntries(Handle, Comparer) - Method in interface eve.database.Database
-
Get all the entries in the Database sorted by the specific comparer.
- getFoundEntries(Handle, String) - Method in interface eve.database.Database
-
Get all the entries in the database sorted according to the specified index.
- getFoundEntries(int) - Method in interface eve.database.Database
-
Get all the entries in the Database sorted by the specified sort ID in a new thread.
- getFoundEntries(int, EntrySelector) - Method in interface eve.database.Database
-
Get a subset the entries in the Database sorted by the specified sort ID in a new thread.
- getFoundEntries(int, ObjectFinder) - Method in interface eve.database.Database
-
Get a subset of the entries in the Database sorted by the specific sort ID and
which the ObjectFinder considers to be what is being looked for in a new thread.
- getFoundEntries(int, Object) - Method in interface eve.database.Database
-
Get a subset of the entries in the Database sorted by the specific sort ID and
which match the primarySearchFields data in a new thread.
- getFoundEntries(Comparer) - Method in interface eve.database.Database
-
Get all the entries in the Database sorted by the specified Comparer in a new thread.
- getFoundEntries(String) - Method in interface eve.database.Database
-
Get all the entries in the Database sorted by the specified index in a new thread.
- getFoundEntries() - Method in class eve.database.EntriesView
-
Get the FoundEntries for the view.
- getFoundEntries(Handle, int, EntrySelector, ObjectFinder, Comparer, boolean) - Method in class eve.database.implement.DatabaseObject
-
Override this to locate the found entries in your own way.
- getFoundEntries(Handle, int, EntrySelector, ObjectFinder) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(Handle, Comparer) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(int) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(int, EntrySelector) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(int, Object) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(int, ObjectFinder) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(Comparer) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(Handle, String) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(String) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(Handle, int, ObjectFinder) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(Handle, int, EntrySelector) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(Handle, int) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntries(Handle, int, Object) - Method in class eve.database.implement.DatabaseObject
-
- getFoundEntriesForIndex(Handle, IndexEntry) - Method in class eve.database.implement.DatabaseObject
-
- getFrame() - Method in class eve.ui.Control
-
- getFrameOrContainer() - Method in class eve.ui.Control
-
- getFramePosition() - Method in class eve.fx.sound.WaveInput
-
- getFramePosition() - Method in class eve.fx.sound.WaveOutput
-
- getFrameSize() - Method in class eve.fx.sound.WaveInput
-
- getFrameSize() - Method in class eve.fx.sound.WaveOutput
-
- getFrom(PointGraphics) - Method in class eve.fx.points.TransformState
-
- getFrom(File) - Method in class eve.io.FileSpecs
-
Set this FileSpecs to be that of a specific file.
- getFromField(Field, Object) - Method in class eve.sys.Wrapper
-
Get the value stored in the field f in the object source into this Wrapper.
- getFullCopy() - Method in class eve.ui.data.LiveTreeNode
-
- getFullCopy() - Method in class eve.util.mVector
-
This returns a Vector that is a copy of this one, where all the items
are themselves copies of the original items.
- getFullDepth(int) - Method in class eve.ui.data.LiveTreeNode
-
- getFullFiew() - Method in class eve.database.EntriesView
-
Refresh this EntriesView to view the entire source FoundEntries.
- getFullHtmlPage(String, String, String, Properties) - Method in class eve.server.RemoteAppEntry
-
- getFullKeyPath() - Method in interface eve.sys.IRegistryKey
-
- getFullKeyPath() - Method in class eve.sys.RegistryKeyObject
-
- getFullObject(String, Class) - Static method in class eve.util.TextEncoder
-
- getFullPath() - Method in class eve.io.File
-
- getFullPath() - Method in class eve.io.FileAdapter
-
- getFullPath() - Method in class eve.io.filestore.FileStoreEntryFile
-
- getFullPath() - Method in class eve.io.SafeFile
-
- getFullPath() - Method in class eve.net.rapi.RapiFile
-
- getFullPath() - Method in class eve.server.RemoteFile
-
- getFullPath() - Method in interface eve.sys.WebApplication.LocalDirectory
-
- getFullPath() - Method in interface eve.sys.WebApplication.LocalFile
-
- getFullSize(PointRect) - Method in class eve.fx.points.PdfMaker.Page
-
- getFullStackTrace(Throwable) - Static method in class eve.sys.Vm
-
This gets the fully expanded stack trace for the Throwable and all chained throwables.
- getFullView(EntriesView) - Method in interface eve.database.FoundEntries
-
Get an EntriesView that contains all the entries in this FoundEntries.
- getFullView(EntriesView) - Method in class eve.database.implement.FoundEntriesObject
-
- getGamma() - Static method in class eve.fx.Graphics
-
- getGenericProcessor() - Method in class eve.net.rapi.SystemInfo
-
This returns either "Mips" or "SH3" or "SH4" or "Arm" depending on
the discovered processor.
- getGestureOptionsFor(Control) - Static method in class eve.ui.event.PenEvent
-
- getGFlag() - Method in class com.stevesoft.pat.Regex
-
Get the state of the 'g' flag.
- getgid() - Static method in class eve.sys.unix.Unix
-
Determine the current real group id if this is a Unix/Linux process.
- getGraphics() - Method in class eve.fx.BufferedGraphics
-
Get the graphics that you should use to draw on.
- getGraphics() - Method in class eve.fx.GraphicsImageData
-
Return the Graphics this object is assigned to.
- getGraphics() - Method in class eve.fx.gui.EveCanvas
-
- getGraphics() - Method in class eve.fx.gui.NativeWindowSurface
-
- getGraphics() - Method in class eve.fx.Image
-
- getGraphics() - Method in interface eve.fx.ISurface
-
This returns a new Graphics for use on the surface IF it is supported.
- getGraphics() - Method in class eve.fx.print.PrinterJob
-
- getGraphics(int, int, int, int) - Method in class eve.ui.Control
-
- getGraphics() - Method in class eve.ui.Control
-
- getGraphics() - Method in interface eve.ui.Swipable
-
Get a BufferedGraphics to draw the pages to while swiping.
- getGrayScaleColorTable(int) - Static method in class eve.fx.ImageTool
-
Create and return a Gray scale color table.
- getGreatestMinimum(int) - Method in class java.util.Calendar
-
Gets the greatest minimum value that is allowed for the specified field.
- getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
-
Gets the greatest minimum value that is allowed for the specified field.
- getGreen() - Method in class eve.fx.Color
-
Returns the green value of the color.
- getGregorianChange() - Method in class java.util.GregorianCalendar
-
Gets the date of the switch from Julian dates to Gregorian dates.
- getGroup() - Method in class eve.io.File
-
Get the group name of the file or null if that is
not supported on the platform.
- getGroupFor(Control, int) - Static method in class eve.ui.ControlGroup
-
Get the ControlGroup for the Control which is tagged with
the specified Tag ID.
- getGroupID(String) - Static method in class eve.sys.unix.Unix
-
Get the group ID number for the specified group name.
- getGroupName(int) - Static method in class eve.sys.unix.Unix
-
Get the group name for the specified group id.
- getGUICapabilities() - Static method in class eve.sys.Device
-
Get the GUI capabilities of the currently running VM.
- getGuiFlags() - Method in class eve.fx.gui.WindowSurface
-
Get the GUI Flags for the device.
- getGuiFlags() - Static method in class eve.ui.Gui
-
- getGuiFontHeight() - Static method in class eve.ui.Gui
-
- getGuiTextHeight() - Static method in class eve.ui.ControlBase
-
- getHandle() - Method in exception eve.sys.SlowTaskException
-
Get the handle for the task being performed.
- getHasChanged() - Method in class eve.ui.data.FileSaver
-
- getHeight() - Method in interface eve.fx.Drawable
-
- getHeight() - Method in class eve.fx.FontMetrics
-
Returns the height of the referenced font.
- getHeight() - Method in class eve.fx.Icon
-
- getHeight() - Method in class eve.fx.IIcon.SizedIcon
-
- getHeight() - Method in class eve.fx.ImageObject
-
- getHeight() - Method in class eve.fx.Mask
-
- getHeight() - Method in class eve.fx.PixelBuffer
-
- getHeight() - Method in class eve.fx.points.PointFontMetrics
-
Return the height from the lowest descent to the highest ascent for the Font.
- getHeight() - Method in class eve.ui.Control
-
- getHeight() - Method in class eve.ui.table.TableControl
-
- getHeightFor(int) - Method in class eve.fx.IconListObject
-
- getHeightForLines(int) - Method in class eve.ui.TextPad
-
- getHeightOfObject(Object) - Method in class eve.ui.table.TreeTableModel
-
- getHiddenLevel() - Method in class eve.ui.HideControl
-
- getHideParent() - Method in class eve.ui.Control
-
Get the parent Container used to hide()/unhide() the Control.
- getHorizontalChange() - Method in class eve.ui.Swiper
-
Call this after a SWIPE_COMPLETE return from handleSwipe().
- getHost() - Method in class java.net.URL
-
Returns the host of the URL
- getHostAddress() - Method in class java.net.Inet6Address
-
Returns the IP address string in textual presentation
- getHostAddress() - Method in class java.net.InetAddress
-
Returns the IP address of this object as a String.
- getHostName() - Method in class java.net.InetAddress
-
Returns the hostname for this address.
- getHotArea() - Method in class eve.fx.Drawing
-
The area returned here is not relative to the top left of the image.
- getHotKeyFrom(String) - Static method in class eve.ui.Gui
-
Given text in the format "Text$hotkey" this returns the hotkey character.
- getHours() - Method in class java.util.Date
-
- getHttpConnection(String) - Method in class eve.ui.formatted.data.WebBrowser
-
Create an HttpConnection object to fetch a web document.
- getIcon(String) - Static method in class eve.fx.Icon
-
Load an Icon from the ImageCache.
- getIcon(String) - Method in class eve.fx.ImageCache
-
Get an IIcons from a list of image names.
- getIcon(String, boolean) - Method in class eve.fx.ImageCache
-
- getIcon(int) - Method in class eve.fx.win32.WindowsIconGroup
-
- getIcon(int) - Static method in class eve.io.File
-
Get one of the icons: OpenFolderIcon, ClosedFolderIcon and PageIcon.
- getIcon(String) - Static method in class eve.ui.data.ListEditor
-
- getIcon() - Method in interface eve.ui.data.LiveData
-
Return an Icon for this object (if one exists) or null if no icon exists.
- getIcon() - Method in class eve.ui.data.LiveObject
-
This returns null by default.
- getIcon(int) - Static method in class eve.ui.Icons
-
- getIcon() - Method in class eve.ui.Label
-
- getIcon() - Method in class eve.ui.table.data.ExceptionTreeNode
-
- getIcon(Object, int) - Method in class eve.ui.table.data.registry.RegistryTreeModel
-
- getIcon(int, TreeNode) - Method in class eve.ui.table.TreeModelAdapter
-
- getIcon(Object, int) - Method in class eve.ui.table.TreeModelAdapter
-
Override this to get the icon for the child of the parent.
- getIcon(int, TreeNode) - Method in class eve.ui.table.TreeTableModel
-
- getIconBaseFileName() - Method in interface eve.ui.data.icons.IconFileNamer
-
- getIconBaseFileName() - Method in class eve.ui.data.icons.Icons
-
- getIconCount() - Method in class eve.ui.table.IconTableModel
-
This should return the number of icons.
- getIconDirectories() - Method in class eve.fx.win32.WindowsIconGroup
-
- getIconDirEntry(WindowsIcon, int) - Method in class eve.fx.win32.WindowsIconGroup
-
- getIconForFile(String) - Static method in class eve.ui.filechooser.FileChooser
-
Get the associated icon for a file name.
- getIconImage(int) - Method in class eve.ui.table.IconTableModel
-
Get the image for the specified icon.
- getIconized(String, String) - Static method in class eve.ui.MenuItem
-
A convenience method to return a MenuItem that is the combination
of the label and specified icon.
- getIconized(String, String, FontMetrics) - Static method in class eve.ui.MenuItem
-
- getIconized(String, String, String) - Static method in class eve.ui.MenuItem
-
A convenience method to return a MenuItem that is the combination
of the label and specified icon.
- getIconMenu() - Method in class eve.ui.IconMenuForm
-
- getIconOptions - Variable in class eve.fx.IIcon.SizedIcon
-
- getIconSizeForHeight(int) - Static method in class eve.ui.Gui
-
Given the text height, determine the best icon size.
- getIConsole() - Static method in class eve.sys.VmServer
-
- getIconText(int) - Method in class eve.ui.table.IconTableModel
-
Get the text for the specified icon.
- getIconToolTip(int) - Method in class eve.ui.table.IconTableModel
-
Get the tooltip for the icon at the specified index.
- getIconWidth() - Method in class eve.ui.filechooser.FileListTableModel
-
- getID(String) - Method in class eve.database.Record
-
Find the ID of a specified field given its name - throwing an IllegalArgumentException
if the ID is not found.
- getID() - Method in class java.util.TimeZone
-
Gets the identifier of this time zone.
- getIdentifier() - Method in interface eve.database.Database
-
Get a unique identifier for this database - used for synchronizing.
- getIdentifier() - Method in class eve.database.implement.DatabaseObject
-
- getIgnoreCase() - Method in class com.stevesoft.pat.Regex
-
Get the state of the ignoreCase flag.
- getImage() - Method in class eve.fx.Drawing
-
- getImage(int, PixelBuffer) - Method in class eve.fx.Icon
-
- getImage(int, PixelBuffer) - Method in interface eve.fx.IIcon.ImageList
-
Get the image at the specified index either by copying into the PixelBuffer provided
or by returning an IImage object.
- getImage(String, Object) - Method in class eve.fx.ImageCache
-
Deprecated.
- getImage(String, int, int, boolean) - Method in class eve.fx.ImageCache
-
Deprecated.
- getImage(String, int, int) - Method in class eve.fx.ImageCache
-
Get an IImage scaled to a particular size.
- getImage(String) - Method in class eve.fx.ImageCache
-
- getImage(String, boolean) - Method in class eve.fx.ImageCache
-
Load an Image given the imageName.
- getImage(ImageData) - Method in class eve.fx.points.PdfMaker
-
- getImage() - Method in class eve.ui.Control
-
- getImage(PixelBuffer) - Method in class eve.ui.data.icons.AnIcon
-
- getImage(PixelBuffer, Color) - Method in class eve.ui.data.icons.AnIcon
-
- getImage(File, boolean) - Static method in class eve.ui.filechooser.ImageFileChooser
-
This is the maximum size of an image to preview or get in bytes.
- getImage(InputStream, String, int, int, boolean, Dimension) - Static method in class eve.ui.filechooser.ImageFileChooser
-
- getImage(File, int, int, boolean, Dimension) - Static method in class eve.ui.filechooser.ImageFileChooser
-
- getImage(String, String, boolean) - Static method in class eve.ui.filechooser.ImageFileChooser
-
This will execute an ImageFileChooser and return the chosen image.
- getImage() - Method in class eve.ui.ImageControl
-
- getImageAsIcon() - Method in class eve.ui.data.icons.AnIcon
-
- getImageColor(Color, Color, boolean, boolean, boolean) - Static method in class eve.ui.Button
-
- getImageColor() - Method in class eve.ui.Button
-
- getImageColor() - Method in class eve.ui.ButtonObject
-
- getImageColorTable() - Method in class eve.fx.ByteArrayImageData
-
- getImageColorTable() - Method in class eve.fx.Icon
-
- getImageColorTable() - Method in class eve.fx.ImageAdapter
-
- getImageColorTable() - Method in class eve.fx.ImageObject
-
- getImageColorTable() - Method in class eve.fx.RGBImageData
-
This always returns null.
- getImageColorTable() - Method in interface eve.sys.ImageData
-
For indexed images, this retrieves the color table as an array of ARGB integers.
- getImageColorTable() - Method in class eve.sys.ImageDataInfo
-
Returns the value of the field "colorTable"
- getImageData(ZepFile, int, PixelBuffer) - Static method in class eve.fx.Icon
-
- getImageData() - Method in class eve.fx.IIcon.SizedIcon
-
This will expose the underlying sized image IF it is an ImageData.
- getImageData() - Method in interface eve.fx.ImageMaker
-
After decoding is done this is used to retrieve the fully decoded image.
- getImageData() - Method in class eve.fx.ImageObject
-
- getImageData() - Method in class eve.fx.ScaledImageMaker
-
Deprecated.
- getImageData() - Method in interface eve.sys.ImageMaker
-
After decoding is done this is used to retrieve the fully decoded image.
- getImageDataInfo(ImageDataInfo) - Method in class eve.fx.ImageDecoder
-
- getImageDimension(int, Dimension) - Method in class eve.fx.Icon
-
- getImageDimension(int, Dimension) - Method in class eve.fx.IconListObject
-
- getImageDimension(int, Dimension) - Method in interface eve.fx.IIcon.ImageList
-
Get the dimensions of the specified image.
- getImageDrag() - Method in class eve.ui.DragContext
-
Get the current ImageDragInWindow if there is one.
- getImageFlags(int) - Method in class eve.fx.IconListObject
-
- getImageFlags(int) - Method in interface eve.fx.IIcon.ImageList
-
The flags for the images.
- getImageFor(String, Class) - Method in class eve.fx.ImageCache
-
Get an Image relative to a class.
- getImageHeight() - Method in class eve.fx.Icon
-
- getImageHeight() - Method in class eve.fx.ImageObject
-
- getImageHeight() - Method in interface eve.sys.ImageData
-
- getImageHeight() - Method in class eve.sys.ImageDataInfo
-
Returns the value of the field "height"
- getImageInfo(FormattedDataSource, ImageInfo) - Static method in class eve.fx.Image
-
- getImages(IIcon.ImageList, Collection) - Static method in class eve.fx.Icon
-
Place all the images into the destination.
- getImages(int, Vector) - Method in class eve.fx.Icon
-
Get all the images of a particular type and place them in the destination.
- getImages(Handle) - Method in class eve.fx.print.PrintPreview
-
- getImages(FontMetrics) - Method in class eve.ui.ShowBusy
-
- getImageScanLineLength() - Method in class eve.fx.ByteArrayImageData
-
- getImageScanLineLength() - Method in class eve.fx.Icon
-
- getImageScanLineLength() - Method in class eve.fx.ImageAdapter
-
- getImageScanLineLength() - Method in class eve.fx.ImageObject
-
- getImageScanLineLength() - Method in class eve.fx.Picture
-
- getImageScanLineLength() - Method in class eve.fx.RGBImageData
-
This always returns the width of the original image.
- getImageScanLineLength() - Method in interface eve.sys.ImageData
-
If the scan line type is SCAN_LINE_BYTE_ARRAY then this indicates
the number of bytes is needed for one complete scan line.
- getImageScanLineLength() - Method in class eve.sys.ImageDataInfo
-
Returns the value of the field "scanLineLength"
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.BufferedImageData
-
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.ByteArrayImageData
-
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.Drawing
-
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.GraphicsImageData
-
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.GrayScaleImage
-
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.Icon
-
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.Image
-
This optimizes an Image for fast display if possible without losing color quality.
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.ImageAdapter
-
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.ImageSubSection
-
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.Picture
-
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.PixelBuffer
-
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.RGBImageData
-
Get the image scan lines, always as ARGB integer values.
- getImageScanLines(int, int, Object, int, int) - Method in class eve.fx.RotatedImageData
-
- getImageScanLines(int, int, Object, int, int) - Method in interface eve.sys.ImageData
-
Place a set of scan lines into a destination array.
- getImageScanLines(int, int, Object, int, int) - Method in class eve.sys.ImageDataInfo
-
This does nothing at all.
- getImageScanLineType() - Method in class eve.fx.ByteArrayImageData
-
- getImageScanLineType() - Method in class eve.fx.Icon
-
- getImageScanLineType() - Method in class eve.fx.ImageAdapter
-
- getImageScanLineType() - Method in class eve.fx.ImageObject
-
- getImageScanLineType() - Method in class eve.fx.Picture
-
- getImageScanLineType() - Method in class eve.fx.RGBImageData
-
This always returns SCAN_LINE_INT_ARRAY;
- getImageScanLineType() - Method in interface eve.sys.ImageData
-
Get the type of scan line used by the image - either SCAN_LINE_BYTE_ARRAY or SCAN_LINE_INT_ARRAY
- getImageScanLineType() - Method in class eve.sys.ImageDataInfo
-
Returns the value of the field "scanLineType"
- getImageSection(IImage, Mask, Point, double) - Static method in class eve.fx.PixelBuffer
-
This gets a section of an Image, starting at a particular point and in a shape represented by Mask.
- getImagesOfType(int) - Method in class eve.ui.data.icons.Icons
-
- getImagesOfType(int, Vector) - Method in class eve.ui.data.icons.Icons
-
- getImageType() - Method in class eve.fx.ByteArrayImageData
-
- getImageType() - Method in class eve.fx.Icon
-
- getImageType() - Method in class eve.fx.ImageAdapter
-
- getImageType() - Method in class eve.fx.ImageObject
-
- getImageType() - Method in class eve.fx.Picture
-
- getImageType() - Method in class eve.fx.RGBImageData
-
This returns either TYPE_ARGB or TYPE_RGB.
- getImageType() - Method in interface eve.sys.ImageData
-
This returns one of the TYPE_XXX values
- getImageType() - Method in class eve.sys.ImageDataInfo
-
Returns the value of the field "type"
- getImageWidth() - Method in class eve.fx.Icon
-
- getImageWidth() - Method in class eve.fx.ImageObject
-
- getImageWidth() - Method in interface eve.sys.ImageData
-
- getImageWidth() - Method in class eve.sys.ImageDataInfo
-
Returns the value of the field "width"
- getInCheck() - Method in class java.lang.SecurityManager
-
Tells whether or not the SecurityManager is currently performing a
security check.
- getIncludedField(Database, int, Editor) - Static method in class eve.ui.advanced.database.DatabaseUIUtils
-
- getInCollection(Object, int) - Static method in class eve.database.DatabaseUtils
-
- getIncomingCallLogger() - Static method in class eve.io.block.RemoteCall
-
- getIncomingParameter(String, Object) - Method in class eve.sys.Progress
-
- getIncomingParameter(String, Object, Class) - Method in class eve.sys.Progress
-
- getIncomingParameters() - Method in class eve.sys.Progress
-
Get the extra incoming parameters - this should be called as soon as the Progress is created since
it can be reset whenever a method is called from the current method.
- getIndex() - Method in exception java.util.regex.PatternSyntaxException
-
Retrieves the error index.
- getIndexedSection(int) - Method in class eve.fx.DisplayLine
-
- getIndexes() - Method in interface eve.database.Database
-
This returns all the indexes used by the Database.
- getIndexes() - Method in class eve.database.EntriesView
-
Get the indexes of the entries in the FoundEntries in this view.
- getIndexes(IntArray) - Method in class eve.database.EntriesView
-
Append all the indexes stored in this EntriesView into an IntArray.
- getIndexes() - Method in class eve.database.implement.DatabaseObject
-
- getIndexes() - Method in class eve.ui.choices.SimpleItemSelectPopup
-
- getIndexesInFoundEntries() - Method in class eve.database.EntriesView
-
Get all the indexes as an arry of ints.
- getIndexFor(int) - Method in class eve.ui.table.TreeModelAdapter
-
- getIndexLocation(int, Dimension) - Method in class eve.ui.TextPad
-
This locates the row and column index of a character from the original text in the
list of DisplayLines.
- getIndexOf(String) - Method in class eve.util.TextDecoder
-
Get the index of the named value.
- getIndexOnScreen(int) - Method in class eve.ui.IconMenu
-
- getIndexSort(String) - Method in class eve.database.implement.DatabaseObject
-
- getInetAddress() - Method in class java.net.DatagramSocket
-
- getInetAddress() - Method in class java.net.ServerSocket
-
- getInetAddress() - Method in class java.net.Socket
-
- getInfo(int, Object, Object, int) - Method in class eve.fx.gui.NativeWindowSurface
-
- getInfo(int, Object, Object, int) - Method in class eve.fx.gui.WindowSurface
-
- getInfo(int) - Method in class eve.io.File
-
A quick way of doing getInfo(infoCode,null,null,0);
- getInfo(int, Wrapper, int) - Method in class eve.io.File
-
- getInfo(int, Wrapper, int) - Method in class eve.io.FileAdapter
-
- getInfo(int, Wrapper, int) - Method in class eve.io.filestore.FileStoreEntryFile
-
- getInfo(int, Wrapper, int) - Method in class eve.net.rapi.RapiFile
-
- getInfo(String) - Method in interface eve.server.IRemoteFile
-
- getInfo(int, Object, Object, int) - Method in class eve.ui.Window
-
- getInfo(int, Object) - Method in class eve.ui.Window
-
- getInfo(int, Wrapper, int) - Method in class eve.zipfile.ZipEntryFile
-
- getInfraRedAddress() - Static method in class eve.net.Net
-
- getInitialFile() - Method in class eve.ui.data.FileSaver
-
- getInput(Menu) - Method in interface eve.ui.Choice.SelectByInput
-
This allows you to return a custom MenuSelectionInput.
- getInputStackParentOf(Control) - Static method in class eve.ui.InputStack
-
- getInputStream(RandomStream, String) - Static method in class eve.io.filestore.EveFile
-
- getInputStream() - Method in class eve.io.MemoryStream
-
Return an InputStream to read from the MemoryStream - which in this implementation
is itself.
- getInputStream() - Method in class eve.io.SerialPort
-
- getInputStream(Socket) - Method in class eve.net.HttpConnection
-
Get an InputStream to read in the data.
- getInputStream() - Method in class eve.net.HttpConnection
-
Get an InputStream to read in the data.
- getInputStream() - Method in interface eve.sys.WebApplication.LocalFile
-
- getInputStream(String, Object) - Method in class eve.ui.data.FileSaver
-
This creates a Stream to read from to the source file name.
- getInputStream() - Method in class eve.util.FormattedDataSource
-
Return an InputStream for reading the formatted data bytes.
- getInputStream(ZipEntry) - Method in class eve.zipfile.ZipFile
-
Creates an input stream reading the given zip entry as
uncompressed data.
- getInputStream() - Method in class java.lang.Process
-
Get an InputStream from which you can read the standard output of the sub-process.
- getInputStream() - Method in class java.net.Socket
-
- getInputStream() - Method in class java.net.URLConnection
-
- getInputStream(ZipEntry) - Method in class java.util.zip.ZipFile
-
Creates an input stream reading the given zip entry as
uncompressed data.
- getInputStreamFor(String) - Method in interface eve.server.IRemoteFile
-
- getInputStreamFor(String) - Method in class eve.util.mClassLoader
-
This is called by findClassBytes by default and you can override this if necessary instead of overriding
findClassBytes().
- getInputValue() - Method in class eve.ui.data.InputBox
-
Use this to get the entered text.
- getInsertionText(MenuItem) - Method in class eve.ui.InputWithTools
-
This requests the text to insert into the mInput for the specified MenuItem.
- getInsets(Insets) - Method in interface eve.fx.PaintParameters
-
- getInsets(Insets) - Method in class eve.fx.PaintParametersObject
-
- getInstalledDirectories(String) - Static method in class eve.sys.install.InstalledConfig
-
Get the InstalledDirectories for this application, given a defaultDataDirectory if the application has
not been installed.
- getInstalledDirectories(String, String) - Static method in class eve.sys.install.InstalledConfig
-
Get the InstalledDirectories for this application, given a defaultDataDirectory if the application has
not been installed.
- getInstalledDirectoryNames(String, String) - Static method in class eve.sys.install.InstalledConfig
-
Return the installed directories as an array of two strings.
- getInstallProperties(FileStore) - Method in class eve.ui.launcher.VMApp
-
- getInstance() - Static method in class java.security.KeyStore
-
- getInstance(String) - Static method in class java.security.KeyStore
-
- getInstance() - Static method in class java.util.Calendar
-
Creates a calendar representing the actual time, using the default
time zone and locale.
- getInstance(TimeZone) - Static method in class java.util.Calendar
-
Creates a calendar representing the actual time, using the given
time zone and the default locale.
- getInstance(Locale) - Static method in class java.util.Calendar
-
Creates a calendar representing the actual time, using the default
time zone and the given locale.
- getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
-
Creates a calendar representing the actual time, using the given
time zone and locale.
- getInt() - Method in class eve.data.PlainDate
-
Convert this PlainDate into a platform independent int value.
- getInt() - Method in class eve.data.PlainTime
-
Convert this PlainDate into a platform independent int value.
- getInt(String, int) - Method in class eve.data.PropertyList
-
- getInt(Object, String, int) - Static method in class eve.data.PropertyList
-
This first converts the propertyListOrStrings parameters into a valid or empty PropertyList
and then calls getInt(name,defaultValue) on that list.
- getInt() - Method in class eve.math.MPN
-
- getInt() - Method in class eve.sys.Wrapper
-
Return the int value stored in the Wrapper.
- getInt() - Method in class eve.ui.CheckBoxGroup
-
This returns the same value as getSelectedIndex().
- getInt() - Method in class eve.ui.ChoiceControl
-
- getInt() - Method in class eve.ui.HexDisplay
-
- getInt() - Method in class eve.ui.IntChoice
-
Return the integer value of the String at the currently selected index.
- getInt() - Method in class eve.ui.ScrollTrack
-
- getInt() - Method in class eve.ui.TrackControl
-
- getInt() - Method in class eve.ui.UpDownInput
-
Return the integer value in the control - by default it simply converts the text
value to an integer.
- getInt() - Method in interface eve.util.Intable
-
- getInt(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of an int array.
- getInt(Object) - Method in class java.lang.reflect.Field
-
- getInteger(String) - Static method in class java.lang.Integer
-
Get the specified system property as an Integer
.
- getInteger(String, int) - Static method in class java.lang.Integer
-
Get the specified system property as an Integer
, or use a
default int
value if the property is not found or is not
decodable.
- getInteger(String, Integer) - Static method in class java.lang.Integer
-
Get the specified system property as an Integer
, or use a
default Integer
value if the property is not found or is
not decodable.
- getInterface(int) - Method in class eve.reflect.Reflect
-
Get the name of the interface implemented by this class at the specified index.
- getInterfaces() - Method in class java.lang.Class
-
Returns an array of interface implemented by this class.
- getIntersection(PointRect, PointRect) - Method in class eve.fx.points.PointRect
-
- getIntersection(Rect, Rect) - Method in class eve.fx.Rect
-
Get the intersection between this Rect and another Rect.
- getInterval() - Method in class com.stevesoft.pat.RegexWriter
-
Get the interval at which regex matches are checked.
- getInterval() - Method in class eve.sys.TimeOut
-
Gets the interval in milliseconds of this TimeOut.
- getIntFontMetrics() - Method in class eve.fx.points.PointFontMetrics
-
This PointFontMetrics MAY be based on an standard integer based FontMetrics
or it may be based on a PointFontDescriptor.
- getIntSequence(int[], int, int, int, int) - Static method in class eve.util.Utils
-
This puts a sequence of integers into a int array.
- getIntSequence(int[], int) - Static method in class eve.util.Utils
-
This fills the int array with an increasing sequence of integers starting with first.
- getInvocationHandler(Object) - Static method in class java.lang.reflect.Proxy
-
- getISO3Country() - Method in class java.util.Locale
-
Returns the three-letter ISO country abbrevation of the locale.
- getISO3Language() - Method in class java.util.Locale
-
Returns the three-letter ISO language abbrevation of this locale.
- getISOCountries() - Static method in class java.util.Locale
-
Returns a list of all 2-letter uppercase country codes as defined
in ISO 3166.
- getISOLanguages() - Static method in class java.util.Locale
-
Returns a list of all 2-letter lowercase language codes as defined
in ISO 639 (both old and new variant).
- getIsOver() - Method in class eve.fx.PenOverState
-
- getItem(String) - Method in class eve.ui.CardPanel
-
- getItem(int) - Method in class eve.ui.CardPanel
-
- getItem(Control) - Method in class eve.ui.CardPanel
-
- getItem(int) - Method in class eve.ui.data.ListEditor
-
Get the item at the specified index.
- getItem(int) - Method in interface eve.ui.MultiCardPanel
-
This returns a Card object holding information about the item added at the
specified index.
- getItem(Control) - Method in interface eve.ui.MultiCardPanel
-
This returns a Card object holding information about the item added for the
specified control.
- getItem(int) - Method in class eve.ui.MultiCardPanelAdapter
-
- getItem(Control) - Method in class eve.ui.MultiCardPanelAdapter
-
- getItemAt(int) - Method in class eve.ui.ChoiceControl
-
If the item was added as a String this will return a re-used MenuItem.
- getItemAt(SimpleItemSelect, int, MenuItem) - Method in interface eve.ui.choices.SimpleItemSelect.Customizer
-
- getItemAt(int) - Method in class eve.ui.SimpleList
-
Override this to display something other than plain text.
- getItemAtIndex(int) - Method in class eve.ui.IconMenu
-
Get the item at the specified index as a MenuItem.
- getItemAtIndex(int) - Method in class eve.util.RangeList
-
- getItemCount() - Method in class eve.ui.CardPanel
-
- getItemCount() - Method in class eve.ui.data.ListEditor
-
Get the number of items.
- getItemCount() - Method in class eve.ui.MultiCardPanelAdapter
-
- getItemCount() - Method in interface eve.ui.MultiPanel
-
This returns the number of items added to the MultiPanel.
- getItemCount() - Method in class eve.ui.SimpleList
-
Get the number of items in the list.
- getItemHeight() - Method in class eve.ui.ChoiceControl
-
This is used to calculate the height of the line used for each item.
- getItemOnScreenRect(int, Rect) - Method in class eve.ui.IconMenu
-
Get the Rect within the display for the specified item on the screen.
- getItemRect(int, Rect) - Method in class eve.ui.IconMenu
-
Get the Rect within the display for the absolute item index.
- getItemRect(int, Rect) - Method in class eve.ui.Menu
-
- getItemsHaveIcons() - Method in class eve.ui.ChoiceControl
-
- getItemToAdd(Object) - Method in class eve.ui.ChoiceControl
-
- getJavaApplet() - Method in interface eve.sys.Applet
-
- getJavaBigDecimal() - Method in class eve.math.Decimal
-
- getJavaEveLibraryVersion() - Static method in class eve.sys.Vm
-
This will test if the loading of the java_eve DLL was successful and returns
the version of the DLL.
- getJavaFrame() - Method in class eve.fx.gui.NativeWindowSurface
-
- getJavaSurface() - Method in class eve.fx.gui.NativeWindowSurface
-
- getJavaVM() - Static method in class eve.sys.Registry
-
Get the Java executable on the system.
- getJavaWindow() - Method in class eve.fx.gui.NativeWindowSurface
-
- getKeepAlive() - Method in class java.net.Socket
-
- getKey(int, boolean) - Method in class eve.ui.SoftKeyBar
-
Return the Control the SoftKey is set for.
- getKey(int) - Method in class eve.ui.SoftKeyBar
-
Return the Control the SoftKey is set for.
- getKey() - Method in interface java.util.Map.Entry
-
Get the key corresponding to this entry.
- getKey() - Method in exception java.util.MissingResourceException
-
Gets the key of the resource that is missing bundle, this is an empty
string if the whole resource bundle is missing.
- getKeyAt(int) - Method in class eve.ui.table.data.registry.RegistryTreeModel
-
- getKeyForValue(Object) - Method in class eve.util.WeakCache
-
Given a value, find the key associated with that value if present.
- getKeyIndexes(Object) - Method in class eve.ui.table.data.registry.RegistryTreeModel
-
- getKeyName() - Method in interface eve.sys.IRegistryKey
-
Get the name to display for the key.
- getKeyName() - Method in class eve.sys.RegistryKeyObject
-
- getKeys() - Method in class java.util.PropertyResourceBundle
-
This method should return all keys for which a resource exists.
- getKeys() - Method in class java.util.ResourceBundle
-
This method should return all keys for which a resource exists; you
should include the enumeration of any parent's keys, after filtering out
duplicates.
- getKnownScreenSize() - Static method in class eve.ui.Application
-
- getLabel(String) - Method in class eve.ui.InputStack
-
- getLanguage() - Method in class java.util.Locale
-
Returns the language code of this locale.
- getLastColToShow() - Method in class eve.ui.table.TableControl
-
- getLastColToShow(int) - Method in class eve.ui.table.TableControl
-
- getLastCycledKey(KeyEvent) - Method in class eve.ui.InputMethod
-
- getLastModified(Time) - Method in class eve.zipfile.ZipEntry
-
Gets the time of last modification of the entry.
- getLastRowToShow() - Method in class eve.ui.table.TableControl
-
- getLastRowToShow(int) - Method in class eve.ui.table.TableControl
-
- getLastSaved() - Method in class eve.ui.data.FileSaver
-
- getLastSectionBar() - Method in class eve.ui.DialogBox
-
- getLastSelected() - Method in class eve.ui.Control
-
Find the menu item which was last selected.
- getLaunchType() - Method in class eve.sys.options.VMOptions
-
Get the default launcher Class.
- getLaunchType() - Method in class eve.ui.VMOptions
-
Get the default launcher Class.
- getLeading() - Method in class eve.fx.FontMetrics
-
Returns the external leading which is the space between lines.
- getLeading(double) - Method in class eve.fx.points.PointFontDescriptor
-
- getLeading() - Method in class eve.fx.points.PointFontMetrics
-
Return the extra space between font baselines which is normally used.
- getLeastMaximum(int) - Method in class java.util.Calendar
-
Gets the smallest maximum value that is allowed for the
specified field.
- getLeastMaximum(int) - Method in class java.util.GregorianCalendar
-
Gets the smallest maximum value that is allowed for the
specified field.
- getLeastSignificantBits() - Method in class java.util.UUID
-
Returns the least significant 64 bits of the UUID as a long
.
- getLeftPosition() - Method in class eve.ui.TextPad
-
Return how many pixels the display is shifted to the right.
- getLength() - Method in class eve.database.implement.DatabaseObject.MetaData
-
- getLength() - Method in class eve.io.ByteArrayRandomStream
-
- getLength() - Method in class eve.io.CompressedRandomStream
-
- getLength() - Method in class eve.io.File
-
- getLength() - Method in class eve.io.FileAdapter
-
- getLength() - Method in class eve.io.FileRandomStream
-
Return the full length of the Stream.
- getLength() - Method in class eve.io.filestore.FileStoreEntryFile
-
- getLength() - Method in class eve.io.RandomStream
-
Return the full length of the Stream.
- getLength() - Method in class eve.nativeaccess.NativeRandomStream
-
- getLength() - Method in class eve.net.rapi.RapiFile
-
- getLength(Object) - Static method in class eve.reflect.Array
-
- getLength() - Method in class eve.server.RemoteFile
-
- getLength() - Method in interface eve.sys.WebApplication.LocalFile
-
- getLength(Object) - Static method in class java.lang.reflect.Array
-
Gets the array length.
- getLength() - Method in class java.net.DatagramPacket
-
Returns the length of the data in the buffer
- getLetterForControl() - Method in class eve.fx.gui.SurfaceKeyEvent
-
The letter representing the character if it is a CTRL- keypress.
- getLibraryVersion() - Static method in class eve.Version
-
Returns the version of the library
- getLine(int) - Method in class eve.ui.Console
-
- getLine(int) - Method in class eve.ui.TextPad
-
Get the DisplayLine at the specified index.
- getLine() - Method in class eve.ui.TextPad
-
- getLineAt(int) - Method in class eve.ui.TextPad
-
Get the line at the specified index.
- getLineAt(int, boolean) - Method in class eve.ui.TextPad
-
Get the line at the specified index.
- getLineHeight() - Method in class eve.ui.TextPad
-
Returns the height in pixels of each line (all lines are the same height).
- getLineLength() - Method in class eve.ui.Console
-
- getLineLength(int, boolean) - Method in class eve.ui.TextPad
-
Return the length of the line in characters, with or without the ending line feed.
- getLineNumber() - Method in class java.io.LineNumberInputStream
-
Deprecated.
This method returns the current line number
- getLineNumber() - Method in class java.io.LineNumberReader
-
This method returns the current line number
- getLineNumber() - Method in class java.lang.StackTraceElement
-
- getLines(Object, Object, int, boolean, int) - Method in class eve.fx.GeneralPath
-
Convert the GeneralPath to an sequence of lines that fit the path.
- getLines(boolean, int) - Method in class eve.fx.GeneralPath
-
This returns the lines as integer or floating point values.
- getLines(StringList) - Method in class eve.ui.Label
-
- getLines(StringList) - Method in class eve.ui.MessageArea
-
- getLines() - Method in class eve.ui.TextPad
-
Get all the lines.
- getLinesOnScreen(Range) - Method in class eve.ui.table.TableControl
-
- getLinkName() - Method in class eve.server.RemoteAppEntry
-
Get a name for the application suitable for use in a link (no spaces).
- getList(String) - Method in class eve.data.MultiListSelect.AvailableLists
-
- getList() - Method in class eve.data.MultiListSelect.SingleListSelect
-
- getListComparer(int) - Static method in class eve.io.FileSpecs
-
Get a Comparer that compares two FileSpecs based on the listOptions.
- getListEditor(int) - Method in class eve.ui.data.ListObject
-
- getListItem(int) - Method in interface eve.data.ISimpleList
-
Get the Object at the list index.
- getListItem(int) - Method in class eve.ui.List
-
- getListItem(int) - Method in class eve.ui.SimpleList
-
- getListItems() - Method in interface eve.data.ISimpleList
-
Get all the list items.
- getListItems() - Method in class eve.ui.BasicList
-
- getListItems() - Method in class eve.ui.List
-
- getListItems() - Method in class eve.ui.SimpleList
-
- getListName() - Method in class eve.data.MultiListSelect.SingleListSelect
-
- getListOwner(Class) - Method in class eve.ui.data.ListEditor
-
- getLocalAddress(ServerSocket, InetAddress) - Static method in class eve.net.Net
-
- getLocalAddress(ServerSocket) - Static method in class eve.net.Net
-
- getLocalAddress(Socket, InetAddress) - Static method in class eve.net.Net
-
- getLocalAddress(Socket) - Static method in class eve.net.Net
-
- getLocalAddress() - Method in class java.net.DatagramSocket
-
- getLocalAddress() - Method in class java.net.Socket
-
- getLocalAddresses(boolean, boolean) - Static method in class eve.net.Net
-
Try to find the list of all IP addresses held by the local host, but
not including the local loop backs
- getLocale() - Method in interface eve.database.Database
-
Set the locale being used with the Database.
- getLocale() - Method in class eve.database.implement.DatabaseObject
-
- getLocale() - Method in class eve.sys.SimpleDateFormat
-
Get the Locale used for the SimpleDateFormat.
- getLocale() - Static method in class eve.sys.Vm
-
- getLocale() - Method in class java.util.ResourceBundle
-
Return the actual locale of this bundle.
- getLocalHost() - Static method in class eve.net.Net
-
A "safer" version of InetAddress getLocalHost().
- getLocalHost() - Static method in class java.net.InetAddress
-
Returns an InetAddress object representing the address of the current
host.
- getLocalInterfaces(Handle, boolean) - Static method in class eve.net.NetworkInterface
-
Note that the local loopbacks 127.0.0.1 IS included in this list.
- getLocalInterfaces(boolean, TimeOut) - Static method in class eve.net.NetworkInterface
-
- getLocalizedMessage() - Method in class java.lang.Throwable
-
- getLocalKey(int, String, boolean, boolean) - Static method in class eve.sys.registry.Registry
-
- getLocalMachineRegistryEntryFor(String) - Static method in class eve.sys.install.InstalledConfig
-
- getLocalPort() - Method in class java.net.DatagramSocket
-
- getLocalPort() - Method in class java.net.ServerSocket
-
- getLocalPort() - Method in class java.net.Socket
-
- getLocalRegistry() - Static method in class eve.sys.Registry
-
- getLocalRegistry() - Static method in class eve.sys.registry.Registry
-
- getLocalRegistryKeyValue(String) - Method in interface eve.net.IRemoteServer
-
- getLocalResourceObject(Locale, String) - Method in class eve.io.TreeConfigFile
-
- getLocalResourceObject(Locale, String) - Static method in class eve.sys.registry.RegistryLocalResource
-
- getLocation(Point) - Method in class eve.fx.Drawing
-
Get the X,Y location of the Drawing.
- getLocation(Point) - Method in class eve.ui.Control
-
Return the location of the Control (x and y coordinates) within
its parent in a Point.
- getLock() - Method in class eve.ui.Control
-
- getLock - Variable in class eve.ui.table.data.FieldTableModel
-
- getLock() - Method in class eve.ui.table.TableModel
-
- getLong(String, long) - Method in class eve.data.PropertyList
-
- getLong() - Method in class eve.math.MPN
-
- getLong() - Method in class eve.sys.Wrapper
-
Return the long value stored in the Wrapper.
- getLong() - Method in class eve.ui.HexDisplay
-
- getLong(String) - Static method in class java.lang.Long
-
Get the specified system property as a Long
.
- getLong(String, long) - Static method in class java.lang.Long
-
Get the specified system property as a Long
, or use a
default long
value if the property is not found or is not
decodable.
- getLong(String, Long) - Static method in class java.lang.Long
-
Get the specified system property as a Long
, or use a
default Long
value if the property is not found or is
not decodable.
- getLong(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a long array.
- getLong(Object) - Method in class java.lang.reflect.Field
-
- getLowestChildAddressAt(int, int) - Method in class eve.fx.PenOverState
-
- getLowestChildAt(int, int) - Method in class eve.fx.PenOverState
-
- getLowestSetBit() - Method in class eve.math.BigInteger
-
- getLowestSetBit() - Method in class java.math.BigInteger
-
Returns the index of the rightmost (lowest-order) one bit in this BigInteger (the number of zero bits to the right of the rightmost one bit).
- getMainSurface() - Static method in class eve.fx.gui.WindowSurface
-
This returns the MainSurface to be used by the application.
- getMainWindowSurface() - Static method in class eve.ui.Gui
-
- getMapping() - Method in class eve.ui.choices.CodedChoices
-
If you do not override codeToDisplay() or displayToCode() or addMenuItems() then you must override this
to provide a Map from the code to the display string or the display string to the code.
- getMapping(boolean) - Method in class eve.ui.choices.CodeToDisplay
-
- getMapsTo(String, Vector) - Method in interface eve.ui.Choice.SelectByInput
-
Return the index of the item that closest matches the user input.
- getMargined(double, double, double, double, PointRect) - Method in class eve.fx.points.PageFormat
-
Get the co-ordinates into the printer Page for the specified margins.
- getMask() - Method in class eve.fx.win32.WindowsIcon
-
- getMaskForColor(int) - Method in class eve.fx.win32.WindowsBitmap
-
- getMaskList() - Method in class eve.ui.filechooser.FileChooser
-
This returns the list of masks currently set for the file chooser.
- getMatchFor(int, int, int) - Method in class eve.fx.IconListObject
-
- getMatchFor(int, int, int) - Method in interface eve.fx.IIcon.ImageList
-
Get the index of the image matching the specified dimensions.
- getMatchingEntry(DatabaseEntry, FoundEntries) - Static method in class eve.database.Synchronizer
-
- getMatrix(double[]) - Method in class eve.fx.points.AffineTransform
-
- getMaxBlockSize() - Method in interface eve.io.DataProcessor
-
This returns the largest block that can be processed.
- getMaxBlockSize() - Method in class eve.security.Encryptor
-
- getMaxColWidth(int) - Method in class eve.ui.table.data.FieldTableModel
-
- getMaxColWidth(int) - Method in class eve.ui.table.TableModel
-
If this returns -1 there will be no maximum.
- getMaxFractionDigits() - Method in class eve.math.DecimalFormat
-
- getMaximum(int) - Method in class java.util.Calendar
-
Gets the biggest value that is allowed for the specified field.
- getMaximum(int) - Method in class java.util.GregorianCalendar
-
Gets the biggest value that is allowed for the specified field.
- getMaximumSize(PointRect) - Method in class eve.fx.points.PrintCell
-
- getMaximumSize(Dimension) - Method in class eve.ui.Control
-
- getMaxIntegerDigits() - Method in class eve.math.DecimalFormat
-
- getMaxLength() - Method in interface eve.sys.WebApplication.LocalFile
-
- getMaxLines() - Method in class com.stevesoft.pat.RegexReader
-
Deprecated.
- getMaxLines() - Method in class com.stevesoft.pat.RegexWriter
-
Deprecated.
- getMaxPortNumber() - Static method in class eve.io.SerialPort
-
Port numbers go from 1 to the maximum available on the running computer.
- getMaxPriority() - Method in class java.lang.ThreadGroup
-
Get the maximum priority of Threads in this ThreadGroup.
- getMaxRowHeight(int) - Method in class eve.ui.table.TableModel
-
If this returns -1 there will be no maximum.
- getMaxToStringCharacters() - Static method in class eve.data.PlainTimeStamp.Utils
-
- getMenu() - Method in class eve.ui.Control
-
Return the Menu associated with the Control if any.
- getMenu() - Method in class eve.ui.PullDownMenu
-
- getMenuBackground(Color) - Static method in class eve.ui.GuiStyle
-
- getMenuFontMetrics() - Method in class eve.ui.Choice
-
Returns the FontMetrics for the font that the dropdown menu will use.
- getMenuFor(int, int) - Method in class eve.ui.filechooser.FileListTableModel
-
- getMenuFor(int) - Method in class eve.ui.filechooser.FileTree
-
- getMenuFor(int, int) - Method in class eve.ui.table.TableModel
-
- getMenuFor(int) - Method in class eve.ui.table.TreeTableModel
-
- getMenuHeight() - Method in class eve.ui.ChoiceControl
-
- getMenuItemAt(int) - Method in class eve.ui.ChoiceControl
-
If the item was added as a String this will return a distinct MenuItem for the menu.
- getMenuItemCodes() - Method in class eve.ui.choices.CodedChoices
-
This is called by addMenuItems() and should return an array of codes in the order that they
should be displayed in the menu.
- getMenuOutsideCells(Point) - Method in class eve.ui.filechooser.FileListTableModel
-
- getMenuOutsideCells(Point) - Method in class eve.ui.table.TableModel
-
- getMenuWidth() - Method in class eve.ui.ChoiceControl
-
- getMenuWidth(boolean, boolean) - Method in class eve.ui.ChoiceControl
-
- getMenuWidth() - Method in class eve.ui.Menu
-
- getMessage() - Method in exception java.io.InvalidClassException
-
Returns the descriptive error message for this exception.
- getMessage() - Method in class java.lang.Throwable
-
- getMessage() - Method in exception java.util.regex.PatternSyntaxException
-
Returns a multi-line string containing the description of the syntax
error and its index, the erroneous regular-expression pattern, and a
visual indication of the error index within the pattern.
- getMetaData(String, int, boolean) - Method in interface eve.database.Database
-
- getMetaData(String) - Method in class eve.database.implement.DatabaseObject
-
- getMetaData() - Method in class eve.database.implement.RecordFile
-
Read in the meta-data.
- getMetaData(String, int, boolean) - Method in class eve.database.implement.RecordFile
-
- getMethod(String, int) - Method in class eve.reflect.Reflect
-
Look for a Method in the class - either instance or static.
- getMethod(String, String, int) - Method in class eve.reflect.Reflect
-
Look for a Method in the class - either instance or static.
- getMethod() - Method in class eve.sys.ClassMethod
-
- getMethod - Variable in class eve.sys.FieldTransfer
-
The get() method used on the data interface - this is not used on the data object.
- getMethod(Class, String, Class[], Class, boolean) - Static method in class eve.sys.Reflection
-
Find a Class method and optionally confirm the return type.
- getMethod(Class, String, String, boolean) - Static method in class eve.sys.Reflection
-
Find a Class method and optionally confirm the return type.
- getMethod(Class, String, boolean) - Static method in class eve.sys.Reflection
-
Find a Class method and optionally confirm the return type.
- getMethod(String, boolean) - Method in class eve.sys.Type
-
Get a named Method but don't throw an exception on error.
- getMethod(String) - Method in class eve.sys.Type
-
- getMethod() - Method in class eve.zipfile.ZipEntry
-
Gets the compression method.
- getMethod(String, Class[]) - Method in class java.lang.Class
-
- getMethod() - Method in class java.util.zip.ZipEntry
-
Gets the compression method.
- getMethodName() - Method in class java.lang.StackTraceElement
-
- getMethodOrConstructor() - Method in class eve.sys.QuickMethodCall
-
Get the method or constructor that will be invoked.
- getMethodParameterList(String) - Static method in class eve.reflect.Reflect
-
This returns the string within brackets in a method description.
- getMethods(int) - Method in class eve.reflect.Reflect
-
Return an array of all the Methods of the class.
- getMethods() - Method in class java.lang.Class
-
- getMetricValue(int, Object, FontMetrics) - Static method in class eve.fx.Metrics
-
Get the value of a particular Metric for a FontMetrics for a set of data.
- getMFlag() - Method in class com.stevesoft.pat.Regex
-
Get the state of the sFlag
- getMicrosecondPosition() - Method in class eve.fx.sound.WaveInput
-
- getMicrosecondPosition() - Method in class eve.fx.sound.WaveOutput
-
- getMinColWidth(int) - Method in class eve.ui.table.data.FieldTableModel
-
- getMinColWidth(int) - Method in class eve.ui.table.TableModel
-
- getMinFractionDigits() - Method in class eve.math.DecimalFormat
-
- getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
-
Gets how many days are required in the first week of the year.
- getMinimum(int) - Method in class java.util.Calendar
-
Gets the smallest value that is allowed for the specified field.
- getMinimum(int) - Method in class java.util.GregorianCalendar
-
Gets the smallest value that is allowed for the specified field.
- getMinimumSize(PointRect) - Method in class eve.fx.points.PrintCell
-
- getMinimumSize(Dimension) - Method in class eve.ui.Control
-
- getMinIntegerDigits() - Method in class eve.math.DecimalFormat
-
- getMinRowHeight(int) - Method in class eve.ui.table.TableModel
-
- getMinutes() - Method in class java.util.Date
-
- getMixedTransparencyImages() - Method in class eve.fx.Icon
-
- getModal() - Static method in class eve.fx.gui.WindowSurface
-
- getModalWindow() - Method in class eve.fx.gui.WindowSurface
-
- getModified(Time) - Method in class eve.io.File
-
Get the Time that the file was last modified.
- getModifiedBorderFlags(int) - Method in class eve.ui.Control
-
- getModifiedTime() - Method in interface eve.database.Database
-
Get the time of the last modification made to the database.
- getModifiedTime() - Method in interface eve.database.implement.DatabaseStream
-
- getModifiedTime() - Method in class eve.database.implement.RandomAccessDatabaseStream
-
- getModifiedTime() - Method in class eve.database.implement.RecordFile
-
- getModifiers() - Method in class eve.reflect.Field
-
- getModifiers() - Method in interface eve.reflect.Member
-
- getModifiers() - Method in class eve.reflect.MethodConstructor
-
- getModifiers(boolean) - Method in class eve.ui.Control
-
This will get the modifiers for this control.
- getModifiers() - Method in class java.lang.Class
-
- getModifiers() - Method in class java.lang.reflect.Constructor
-
- getModifiers() - Method in class java.lang.reflect.Field
-
- getModifiers() - Method in interface java.lang.reflect.Member
-
Gets the modifiers this member uses.
- getModifiers() - Method in class java.lang.reflect.Method
-
- getMonitoredTask() - Method in class eve.ui.MonitorHandles
-
- getMonochrome() - Static method in class eve.fx.Color
-
- getMonospacedCourierFont() - Static method in class eve.fx.Fx
-
Get the name of a valid installed Courier Font that is monospaced.
- getMonth() - Method in class java.util.Date
-
- getMore_action(Editor) - Method in class eve.ui.data.icons.IconListEdit
-
- getMoreTabsMenu() - Method in class eve.ui.TabbedPanel
-
- getMosaic() - Method in class eve.ui.game.AniImage
-
- getMostCurrentRow() - Method in class eve.util.Grid
-
Return the Vector which represents the row which is currently being
added to (you are hardly likely to use this method).
- getMostSignificantBits() - Method in class java.util.UUID
-
Returns the most significant 64 bits of the UUID as a long
.
- getMouseState() - Static method in class eve.fx.gui.EveCanvas
-
- getMovedBounds() - Method in class eve.ui.game.AniImage
-
- getMultiCardPanel() - Method in interface eve.ui.CardControl
-
- getMyCard(Control) - Static method in class eve.ui.Card
-
Find the Card the specified Control is contained within.
- getMyDatabaseEntries() - Method in class eve.database.implement.DatabaseObject
-
- getMyFieldList(String) - Method in class eve.data.DataObject
-
Gets the declared field list for a particular class in the class hierarchy of this LiveObject.
- getMyFoundEntries() - Method in class eve.database.implement.DatabaseObject
-
- getMyHeight() - Method in class eve.ui.Canvas
-
- getMyHeight() - Method in class eve.ui.CompositeControl
-
- getMySize(Dimension) - Method in class eve.ui.Canvas
-
- getMySize(Dimension) - Method in class eve.ui.CompositeControl
-
- getMyWidth() - Method in class eve.ui.Canvas
-
- getMyWidth() - Method in class eve.ui.CompositeControl
-
- getName() - Method in interface eve.data.Named
-
Get the name of the Object.
- getName() - Method in class eve.database.implement.DatabaseObject
-
- getName() - Method in class eve.database.implement.RecordDatabaseIndex
-
- getName() - Method in class eve.database.TestData
-
- getName() - Method in class eve.fx.Font
-
Returns the name of the font.
- getName() - Method in class eve.fx.points.FontEntry
-
- getName() - Method in class eve.fx.points.PointFont
-
Return the name of the Font.
- getName() - Method in class eve.io.File
-
- getName() - Method in class eve.io.filestore.FileStoreEntry
-
- getName() - Method in class eve.io.TreeConfigNode
-
- getName() - Method in class eve.reflect.Constructor
-
- getName() - Method in class eve.reflect.Field
-
- getName() - Method in interface eve.reflect.Member
-
- getName() - Method in class eve.reflect.MethodConstructor
-
- getName() - Method in interface eve.sys.WebApplication.LocalDirectory
-
- getName() - Method in interface eve.sys.WebApplication.LocalFile
-
- getName() - Method in class eve.ui.data.icons.AnIcon
-
- getName() - Method in class eve.ui.data.LiveObject
-
By default this returns the String "unnamed".
- getName() - Method in class eve.ui.formatted.FormattedTextMaker.Entry
-
- getName() - Method in class eve.ui.table.data.DirectoryTreeNode
-
- getName() - Method in class eve.ui.table.data.ExceptionTreeNode
-
- getName() - Method in class eve.ui.table.data.registry.RegistryKeyNode
-
- getName(int) - Method in class eve.util.TextDecoder
-
The name of the value at the specified index.
- getName() - Method in class eve.zipfile.ZipEntry
-
Returns the entry name.
- getName() - Method in class eve.zipfile.ZipFile
-
Returns the name of this zip file.
- getName() - Method in class java.io.File
-
This method returns the name of the file.
- getName() - Method in class java.lang.Class
-
Return the name of the class in dot notation (e.g.
- getName() - Method in class java.lang.reflect.Constructor
-
- getName() - Method in class java.lang.reflect.Field
-
- getName() - Method in interface java.lang.reflect.Member
-
Gets the simple name of this member.
- getName() - Method in class java.lang.reflect.Method
-
- getName() - Method in class java.lang.Thread
-
- getName() - Method in class java.lang.ThreadGroup
-
Get the name of this ThreadGroup.
- getName() - Method in class java.security.Permission
-
Get the name of this Permission
.
- getName() - Method in class java.util.zip.ZipEntry
-
Returns the entry name.
- getName() - Method in class java.util.zip.ZipFile
-
Returns the name of this zip file.
- getNamedGroups() - Method in class eve.util.pat.Regex
-
Returns the Hashtable holding the named groups of the pattern
- getNameFor(Object) - Method in class eve.ui.data.ListEditor
-
Get the name for the item.
- getNames() - Method in class eve.data.PropertyList
-
- getNativeDialogCount() - Static method in class eve.fx.gui.WindowSurface
-
- getNativeDrawable() - Method in class eve.fx.gui.WindowSurface
-
- getNativeDrawable() - Method in class eve.fx.Image
-
- getNativeDrawable() - Method in class eve.fx.ImageObject
-
- getNativeDrawable() - Method in interface eve.fx.ISurface
-
This is used internally and should not be used.
- getNativeDrawable() - Method in class eve.fx.print.PrinterJob
-
- getNativeField(Class, String) - Static method in class eve.nativeaccess.NativeAccess
-
- getNativeGraphics() - Method in class eve.fx.gui.NativeWindowSurface
-
- getNativeIcon() - Method in class eve.nativeaccess.nativeIcon
-
- getNativeInputParameters() - Method in class eve.ui.EditControl
-
- getNativeMethod(Class, String) - Static method in class eve.nativeaccess.NativeAccess
-
- getNativeObject() - Method in class eve.fx.Picture
-
- GetNativeSpecialFolder(int) - Static method in class eve.sys.registry.Registry
-
- getNetHostList(String) - Static method in class eve.sys.Windows
-
- getNetRootList(PropertyList) - Static method in class eve.sys.Windows
-
- getNetUtils() - Static method in class eve.net.Net
-
- getNew() - Method in class eve.data.DataObject
-
- getNew() - Method in interface eve.data.DataUnit
-
Return a new Object which is of the same class as the original.
- getNew(PlainDate, PlainTime) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getNew(Calendar) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getNew(long) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getNew(Date) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getNew() - Method in class eve.database.EntriesView
-
Return a new DatabaseEntry for use with this database.
- getNew() - Method in interface eve.database.FoundEntries
-
Create a new DatabaseEntry for this FoundEntries.
- getNew() - Method in class eve.database.implement.DatabaseEntryObject
-
- getNew() - Method in class eve.database.implement.FoundEntriesObject
-
Create a new DatabaseEntry for this FoundEntries.
- getNew() - Method in class eve.fx.Drawing
-
- getNew() - Static method in class eve.fx.gui.WindowSurface
-
Create a new native WindowSurface.
- getNew(File, String) - Method in class eve.io.File
-
Get a new File object given the directory and new path.
- getNew(String) - Method in class eve.io.File
-
Get a new File object given the directory and new path.
- getNew(File, String) - Method in class eve.io.filestore.FileStoreEntryFile
-
- getNew(File, String) - Method in class eve.net.rapi.RapiFile
-
- getNew(String, String, RegistryKeyObject, int) - Method in class eve.sys.FileRegistryKey
-
You must override this method.
- getNew(String, String, RegistryKeyObject, int) - Method in class eve.sys.MapRegistryKey
-
You must override this method.
- getNew(String, String, RegistryKeyObject, int) - Method in class eve.sys.RegistryKeyObject
-
You must override this method.
- getNew(String) - Static method in exception eve.sys.SlowTaskException
-
This returns a new SlowTaskException ONLY if the calling thread is not a system thread.
- getNew(String, Handle) - Static method in exception eve.sys.SlowTaskException
-
This returns a new SlowTaskException ONLY if the calling thread is not in a System Thread.
- getNew() - Static method in exception eve.sys.SlowTaskException
-
This returns a new SlowTaskException ONLY if the calling thread is not a System Thread.
- getNew() - Method in class eve.sys.TimeOut
-
Get a copy of this TimeOut, i.e. one which has the same interval.
- getNew() - Method in class eve.sys.Wrapper
-
- getNew() - Method in class eve.ui.game.AniImage
-
- getNew() - Method in class eve.ui.table.data.FieldTableModel
-
Get a new instance of the object being edited if possible.
- getNew() - Method in class eve.util.mVector
-
- getNew() - Method in class eve.util.StringSplitter
-
- getNew() - Method in class eve.util.SubString
-
This returns a new SubString().
- getNewConnection(String) - Method in class eve.net.HttpConnection
-
By default this calls the constructor of the Class of this HttpConnection
but you may need to override this if you are extending HttpConnection
- getNewConnection() - Static method in class eve.net.RemoteConnection
-
Use this to get a new instance of a RemoteConnection.
- getNewData() - Method in interface eve.database.Database
-
Return an empty DatabaseEntry to be used with this database.
- getNewData() - Method in class eve.database.implement.DatabaseObject
-
- getNewDatabaseOID() - Static method in class eve.database.implement.DatabaseSpecs
-
- getNewDataObject() - Method in interface eve.database.Database
-
Create and return a new instance of the object class assigned to the
database.
- getNewDataObject() - Method in class eve.database.implement.DatabaseObject
-
Create and return a new instance of the object class assigned to the
database.
- getNewDataObject() - Method in class eve.ui.data.ListObject
-
- getNewEntry(String) - Method in class eve.io.filestore.EveFile
-
- getNewEntry(String) - Method in interface eve.io.filestore.FileStore
-
- getNewEntry(String) - Method in class eve.io.filestore.ZepStore
-
- getNewEntry(String) - Method in class eve.zipfile.ZipFile
-
- getNewFile() - Static method in class eve.io.File
-
Get a new File object for the default file system used by the VM.
- getNewFile(String) - Static method in class eve.io.File
-
Get a new File object for the default file system used by the VM.
- getNewFile(File, String) - Static method in class eve.io.File
-
Get a new File object for the default file system used by the VM.
- getNewFile() - Method in class eve.io.SafeFile
-
- getNewFileName() - Method in class eve.io.SafeFile
-
- getNewFileName(File, String, String) - Method in class eve.ui.filechooser.FileChooser
-
- getNewFor(Font) - Method in class eve.fx.FontMetrics
-
Get a new FontMetrics for a different font but the same ISurface.
- getNewForDate(int, int, int) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getNewForTime(int, int, int) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getNewForTime(int, int, int, int) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getNewFoundEntries() - Method in class eve.database.implement.FoundEntriesObject
-
- getNewInstance() - Method in class eve.io.File
-
- getNewInstance() - Method in class eve.io.FileAdapter
-
- getNewInstance() - Method in class eve.server.RemoteFile
-
- getNewMenu() - Method in class eve.ui.Choice
-
Create an empty Menu object to use as the drop menu.
- getNewMetaData(String) - Method in class eve.database.implement.DatabaseObject
-
- getNewMetaData(String) - Method in class eve.database.implement.RecordFile
-
- getNewObject() - Method in class eve.ui.data.icons.IconListEdit
-
- getNewObject() - Method in class eve.ui.data.ListEditor
-
Create and return a new default Object.
- getNewOID() - Static method in class eve.database.DatabaseUtils
-
- getNewOID() - Method in class eve.database.implement.DatabaseObject
-
- getNewSize(Dimension) - Method in class eve.fx.PictureMaker
-
- getNewSocket(Object, int) - Static method in class eve.net.Net
-
This is a Stoppable version of new Socket().
- getNewText() - Method in class eve.ui.InputPopupForm
-
- getNewTreeNode(Object) - Method in interface eve.data.DataTreeNode
-
- getNewVMOptions() - Static method in class eve.sys.options.VMOptions
-
Use this to get a new instance of a VMOptions - don't use the constructor
VMOptions().
- getNext() - Method in class com.stevesoft.pat.Pattern
-
This gets the next element of a Pattern that
we wish to match.
- getNext() - Method in class eve.ui.Control
-
Returns the next child in the parent's list of controls.
- getNext(LinkedListElement, int) - Static method in class eve.util.LinkedListElement
-
Starting from the "start" element count "elements" units down.
- getNext() - Method in class eve.util.StringSplitter
-
Get the next substring in the String as specified in getFirst().
- getNextEntry(int) - Method in class eve.database.implement.RecordDatabaseObject
-
- getNextEntry(int) - Method in class eve.database.implement.RecordFile
-
Retrieve the location of the normal record following the previous record.
- getNextEntry() - Method in class eve.zipfile.ZipInputStream
-
Open the next entry from the zip archive, and return its description.
- getNextEntry() - Method in class java.util.zip.ZipInputStream
-
Open the next entry from the zip archive, and return its description.
- getNextInteger() - Method in class eve.database.implement.FieldModifier
-
- getNextKeyFocus(Control, boolean) - Method in class eve.ui.Container
-
Determine which sub-control should receive the keyboard focus.
- getNextKeyFocus(Control, boolean) - Method in class eve.ui.Control
-
Determine which sub-control should receive the keyboard focus.
- getNextKeyFocus(Control, boolean) - Method in class eve.ui.TabbedPanel
-
- getNextKeyFocus(Control, boolean) - Method in class eve.ui.TextPadButton
-
- getNextPage() - Method in class eve.fx.print.PrintOptions
-
Return the next page that should be printed.
- getNextPanel(int) - Method in class eve.ui.SplittablePanel
-
Return a new section in the SplittablePanel.
- getNextPanel() - Method in class eve.ui.SplittablePanel
-
Create and return the next cell panel either before or after the splitter.
- getNoColor() - Static method in class eve.fx.Color
-
- getNoCompression() - Method in class eve.io.filestore.ZepStore.CompressOptions
-
Returns whether this CompressOptions is uncompressed.
- getNoCompressionOptions() - Static method in class eve.io.filestore.ZepStore
-
- getNodeBackgroundColor(int, TreeNode, int) - Method in class eve.ui.table.TreeTableModel
-
If this value is set then it is used for painting nodes.
- getNodeToCollapse(int) - Method in class eve.ui.table.TreeTableModel
-
This is called by the default doExpand().
- getNodeToExpand(int) - Method in class eve.ui.table.TreeTableModel
-
This is called by the default doExpand().
- getNoMultipleWindows() - Static method in class eve.ui.Gui
-
- getNontransparentArea(ImageData, Rect) - Static method in class eve.fx.ImageTool
-
- getNontransparentSection(ImageData, PixelBuffer) - Static method in class eve.fx.ImageTool
-
- getNontransparentSection(ImageData) - Static method in class eve.fx.ImageTool
-
- getNullCloses() - Static method in class com.ewesoft.pub.Tools
-
- getNullProgress() - Static method in class com.ewesoft.pub.Tools
-
- getNullProgress() - Static method in class eve.sys.Progress
-
Return a non-null Progress object that refers to a null Handle.
- getNumberOfInterfaces() - Method in class eve.reflect.Reflect
-
Get the number of interfaces implemented by this class.
- getNumericValue(char) - Static method in class java.lang.Character
-
Returns the int
value that the specified Unicode
character represents.
- getNumericValue(int) - Static method in class java.lang.Character
-
Returns the int
value that the specified
character (Unicode code point) represents.
- getNumLines() - Method in class eve.ui.Console
-
- getNumLines() - Method in class eve.ui.TextPad
-
Return the number of lines being displayed.
- getObject(String) - Method in class eve.applet.mClassLoader
-
This gets an instance of a class.
- getObject() - Method in class eve.sys.Wrapper
-
Return the Object/Array stored in the Wrapper.
- getObject(Class) - Method in class eve.sys.Wrapper
-
Return the object value of the Wrapper only if it is of the specified type.
- getObject(Wrapper, Class) - Static method in class eve.sys.Wrapper
-
Return the object value of the Wrapper only if it is of the specified type
and if the Wrapper is not null.
- getObject(String, String, Class) - Static method in class eve.util.TextEncoder
-
- getObject(String) - Method in class java.util.ResourceBundle
-
Get an object from this resource bundle.
- getObjectAt(int) - Method in class eve.ui.SimpleList
-
Return an Object representing the item at a particular index.
- getObjectAtAddress(int[]) - Method in class eve.ui.table.TreeModelAdapter
-
- getObjectAtRow(int) - Method in class eve.ui.table.data.FieldTableModel
-
Don't override this, you should override loadObjectAtRow() instead.
- getObjectClass() - Method in interface eve.database.Database
-
If setObjectClass() was used on the database to specify a Java class to
be used as a data interface, then this will return a Reflect object
representing that class.
- getObjectClass() - Method in class eve.database.implement.DatabaseObject
-
- getObjectField(int, Object) - Method in interface eve.database.DatabaseEntry
-
- getObjectField(int, Object) - Method in class eve.database.implement.DatabaseEntryObject
-
- getOffset() - Method in class com.stevesoft.pat.wrap.RandomAccessFileWrap
-
- getOffset(int, int, int, int, int, int) - Method in class eve.sys.TZifTimeZone
-
- getOffset() - Method in class java.net.DatagramPacket
-
This method returns the current offset value into the data buffer
where data will be sent from.
- getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
-
Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
-
Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOID(DatabaseEntry) - Static method in class eve.database.Synchronizer
-
Get the OID for an entry.
- getOnScreen(Rect) - Method in class eve.ui.table.TableControl
-
This returns which rows and columns are on the screen.
- getOnScreen(int, int, Rect) - Method in class eve.ui.table.TableControl
-
This returns which rows and columns are on the screen, given the
specified firstCol and firstRow.
- getOpenFile(String, String[]) - Method in interface eve.sys.Applet
-
- getOpenPanel() - Method in class eve.ui.data.UIBuilder
-
Return the current open CellPanel.
- getOpenState() - Method in class eve.ui.Frame
-
- getOpenWaveOutputs() - Static method in class eve.fx.sound.SoundClip
-
This is a Hashtable of WaveOutput objects used for playing
clips via the play() and play(boolean loop) method.
- getOption(int) - Method in interface java.net.SocketOptions
-
Returns the current setting of the specified option.
- getOptionsFor(Control) - Static method in class eve.ui.event.PenEvent
-
- getOrCreate(String, int) - Method in class eve.sys.RegistryKeyObject
-
- getOrCreateEntry(String, boolean) - Method in class eve.data.MultiListSelect
-
- getOrCreatePrinterControl(PrinterProperties) - Static method in class eve.fx.print.PrinterControl
-
If there is a PrinterControl set for the PrinterProperties, then
return it, otherwise create, add and return a new one.
- getOrigin(Point) - Method in class eve.ui.table.TableControl
-
- getOriginal() - Method in class eve.fx.BufferedGraphics
-
- getOriginalFilesToCopy() - Method in class eve.ui.installer.Installer
-
- getOriginalHeight() - Method in class eve.fx.PictureMaker
-
- getOriginalPattern() - Method in class eve.util.pat.Regex
-
Returns the original pattern passed to this class.
- getOriginalSize() - Method in class eve.fx.PictureMaker
-
- getOriginalSize(Dimension) - Method in class eve.fx.PictureMaker
-
- getOriginalWidth() - Method in class eve.fx.PictureMaker
-
- getOrignalForm() - Method in class eve.ui.ExecTransfer
-
This is used to get the original displayed Form ONLY if an exec transfer is not being done.
- getOutgoingParameters() - Method in class eve.sys.Progress
-
Return the current set of outgoing parameters.
- getOutputStream() - Method in interface com.ewesoft.pub.io.ConnectedRequest
-
- getOutputStream() - Method in class eve.io.MemoryStream
-
Get an OutputStream to write to the MemoryStream for reading back from the
InputStream.
- getOutputStream() - Method in class eve.io.SerialPort
-
- getOutputStream() - Method in class eve.net.HttpConnection
-
- getOutputStream(boolean, long, long) - Method in interface eve.sys.WebApplication.LocalFile
-
- getOutputStream(String, Object) - Method in class eve.ui.data.FileSaver
-
This creates a Stream to write to the destination file name.
- getOutputStream() - Method in class java.lang.Process
-
Get an OutputStream to which you can write to the standard input of the sub-process.
- getOutputStream() - Method in class java.net.Socket
-
- getOutputStream() - Method in class java.net.URLConnection
-
- getOutputStreamFor(String, boolean) - Method in interface eve.server.IRemoteFile
-
- getOutputXDPI() - Method in class eve.fx.print.PrintToImages
-
By default this will return the xDPI value of the PageFormat supplied to the
PrintSurfaceObject.
- getOutputYDPI() - Method in class eve.fx.print.PrintToImages
-
By default this will return the yDPI value of the PageFormat supplied to the
PrintSurfaceObject.
- getOverlayOptions() - Method in class eve.ui.SoftKeyBar
-
- getOvershoot() - Method in class eve.fx.FontMetrics
-
Return the maximum number of pixels that any character in this font will be extended to the right
beyond the bounds given by getCharWidth() or getTextWidth().
- getOvershoot() - Method in class eve.fx.points.PointFontMetrics
-
Return the maximum distance that any character in this font will be extended to the right
beyond the bounds given by getCharWidth() or getTextWidth().
- getOwner() - Method in class eve.io.File
-
Get the owner user name of the file or null if that is
not supported on the platform.
- getOwner() - Method in class eve.sys.Gate
-
Return the owner of the gate.
- getOwnerOf(Vector, Class) - Static method in class eve.util.OwnedVector
-
If the parameter is a Children object then this will return the owner IF it is of the specified class.
- getPage() - Method in class eve.fx.points.PdfMaker.PageCanvas
-
- getPage(PageFormat, int) - Method in class eve.fx.print.BatchPrinter
-
- getPage(PageFormat, int) - Method in class eve.fx.print.PrintableObject
-
- getPage(PageFormat, int) - Method in class eve.fx.print.PrintPages
-
- getPage(PageFormat, int) - Method in interface eve.fx.print.RandomPrintable
-
Get a PointDrawable for a particular page.
- getPage(int) - Method in class eve.ui.print.PreviewViewer
-
- getPage(int, Swipable.Page) - Method in interface eve.ui.Swipable
-
This is called to retrieve a page to display while swiping.
- getPage(int, Swipable.Page) - Method in class eve.ui.SwipableSingleContainer
-
- getPageCount() - Method in class eve.ui.SwipableSingleContainer
-
Return the number of pages in the Container.
- getPageFormat() - Method in class eve.ui.print.PrintForm
-
- getPageIcon() - Static method in class eve.ui.filechooser.FileChooser
-
- getPagesNeeded() - Method in class eve.ui.Swiper
-
If handleSwipe() returns NEEDS_PAGES then call this method to get the pages that are required,
set the pages appropriately and then call handleSwipe() again.
- getPageUp(Point) - Method in class eve.ui.table.TableControl
-
Find out the cell coordinates if a page up is done.
- getPaintControlList(Control, boolean) - Static method in class eve.ui.PaintControlList
-
- getPaintParameters(int) - Method in class eve.ui.Control
-
- getPaintParameters(Control, int) - Method in class eve.ui.ControlPainter
-
- getPaperSize(int) - Static method in class eve.fx.print.PrinterControl
-
- getParameter(String) - Method in interface eve.sys.Applet
-
Returns the value of the specified parameter that was specified in
the <APPLET>
tag for this applet.
- getParameter(int) - Static method in class eve.sys.Vm
-
- getParameters() - Method in interface eve.reflect.IMethod
-
- getParameters() - Method in class eve.reflect.MethodConstructor
-
This returns the parameter specs of the method including the enclosing brackets.
- getParameters(String) - Static method in class eve.reflect.Reflect
-
This converts a parameter list (e.g.
- getParameters() - Method in class eve.sys.ClassMethod
-
- getParameters(int) - Method in class eve.sys.FetchData
-
- getParameterTypes() - Method in class eve.reflect.MethodConstructor
-
Get a list of the parameters as Class objects.
- getParameterTypes(String) - Static method in class eve.sys.Reflection
-
Convert an encoded paramter list into an array of Classes representing the
parameter types.
- getParameterTypes() - Method in class java.lang.reflect.Constructor
-
- getParameterTypes() - Method in class java.lang.reflect.Method
-
- getParameterTypesAsEncodedType(String) - Static method in class eve.sys.Reflection
-
Convert an encoded paramter list into an array of chars representing the
parameter types as encoded types.
- getParameterTypesAsEncodedType(SubString) - Static method in class eve.sys.Reflection
-
- getParent(TreeNode, int) - Static method in class eve.data.DataUtils
-
- getParent() - Method in class eve.data.MutableTreeNodeObject
-
- getParent() - Method in interface eve.data.TreeNode
-
Get the parent of this object.
- getParent() - Method in class eve.io.File
-
- getParent() - Method in interface eve.sys.WebApplication.LocalDirectory
-
- getParent() - Method in interface eve.sys.WebApplication.LocalFile
-
- getParent(Class) - Method in class eve.ui.Card
-
- getParent(Class) - Method in class eve.ui.Control
-
Return this Control or the parent of this Control that is of a particular type.
- getParent(Class, boolean) - Method in class eve.ui.Control
-
- getParent() - Method in class eve.ui.Control
-
Returns the control's parent container.
- getParent() - Method in class eve.ui.data.LiveTreeNode
-
- getParent() - Method in class java.io.File
-
This method returns a String
the represents this file's
parent.
- getParent() - Method in class java.lang.ThreadGroup
-
Get the parent of this ThreadGroup.
- getParentFile() - Method in class eve.io.File
-
Get a File object representing the parent direcotry of this File.
- getParentFile() - Method in class java.io.File
-
This method returns a File
object representing the parent
file of this one.
- getParentKey() - Method in interface eve.sys.IRegistryKey
-
This should only return null for the root key.
- getParentKey() - Method in class eve.sys.RegistryKeyObject
-
- getParentObject() - Method in interface eve.data.IOwnable
-
- getParentObject(Class) - Method in interface eve.data.IOwnable
-
- getParentObject() - Method in class eve.data.OwnedObject
-
- getParentObject(Class) - Method in class eve.data.OwnedObject
-
Go up the chain of parents until a parent with the specified class is found or until no parent is found.
- getParentObject() - Method in class eve.ui.FormBase
-
- getParentObject(Class) - Method in class eve.ui.FormBase
-
Go up the chain of parents until a parent with the specified class is found or until no parent is found.
- getParentObject(int) - Method in class eve.ui.table.TreeModelAdapter
-
- getParentObject(Object, Class) - Static method in class eve.util.OwnedVector
-
Go up the chain of parents until a parent with the specified class is found or until no parent is found.
- getParentOrListener(Class) - Method in class eve.ui.Control
-
- getParentSize(Dimension) - Method in class eve.fx.gui.NativeWindowSurface
-
- getParentSize(Dimension) - Method in class eve.fx.gui.WindowSurface
-
If the Window is a child window, this returns the size of the
parent Window.
- getParentWindow() - Method in class eve.fx.gui.EveCanvas
-
- getPasswordCharacter() - Method in class eve.ui.Control
-
If this Control represents the input of a password that must be kept
hidden, then this method should return a password character (usually a '*').
- getPasswordCharacter() - Method in class eve.ui.Input
-
If isPassword is false, this returns 0, otherwise it will return the password character
to use for display.
- getPasswordCharacter() - Method in class eve.ui.TextDisplayButton
-
If isPassword is false, this returns 0, otherwise it will return the password character
to use for display.
- getPath() - Method in class java.io.File
-
Returns the path name that represents this file.
- getPath() - Method in class java.net.URL
-
Returns the path of the URL.
- getPathToVm() - Static method in class eve.sys.Device
-
Get the path to the Eve VM on this system or null if it cannot be determined.
- getPatInt() - Method in class com.stevesoft.pat.StrPos
-
Read in an integer.
- getPattern() - Method in class eve.util.pat.Regex
-
Returns the pattern after the named groups and backreferences
have been removed, so it can be used by the com.stevesoft.pat package
- getPattern() - Method in exception java.util.regex.PatternSyntaxException
-
Retrieves the erroneous regular-expression pattern.
- getPen() - Method in class eve.fx.Graphics
-
- getPen(Pen) - Method in class eve.fx.Graphics
-
- getPenChar(Point) - Method in class eve.ui.TextPad
-
- getPendingEvent(long, RawEvent) - Method in interface eve.fx.gui.WindowSurface.RawEventFilter
-
This is called when a raw event is requested.
- getPenThickness() - Method in class eve.fx.Paint2D
-
- getPercent(int, int, int) - Method in class eve.ui.Canvas
-
- getPermissionsAndFlags(int) - Method in class eve.io.File
-
Get ther permissions/flags for this File - see ewe.io.FilePermissions for a list of
the available flag permissions.
- getPicture() - Method in class eve.fx.ScaledImageMaker
-
Deprecated.
Return the Image as a Picture.
- getPictureMaker(FormattedDataSource) - Static method in class eve.fx.Picture
-
- getPixelBuffer(boolean) - Method in class eve.fx.ScaledImageMaker
-
Deprecated.
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.BufferedImageData
-
- getPixels(int[], int, int) - Method in class eve.fx.BufferedImageData
-
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.ByteArrayImageData
-
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.Drawing
-
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.GraphicsImageData
-
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.GrayScaleImage
-
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.Icon
-
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.Image
-
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.ImageAdapter
-
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.ImageSubSection
-
- getPixels(PixelBuffer, int, int, Rect, double, double, int) - Method in interface eve.fx.IPointImage
-
The PixelBuffer size must be at least as big as the destArea.
- getPixels(int[], int, int) - Method in interface eve.fx.IScanLineStore
-
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.Picture
-
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.PixelBuffer
-
- getPixels(PixelBuffer, int, int, Rect, double, double, int) - Method in class eve.fx.points.PointImageAdapter
-
- getPixels(PointImage, PixelBuffer, int, int, Rect, double, double, int) - Static method in class eve.fx.points.PointImageAdapter
-
- getPixels(int[], int, int) - Method in class eve.fx.PreparedImageScanLineStore
-
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.fx.RotatedImageData
-
- getPixels(int[], int, int, int, int, int, int) - Method in interface eve.sys.ImageData
-
Retrieve the pixels from the Image in encoded ARGB values.
- getPixels(int[], int, int, int, int, int, int) - Method in class eve.sys.ImageDataInfo
-
This does nothing at all - always returns null.
- getPixelsFor(IImage, int[], int, Rect, int, Color) - Static method in class eve.fx.PixelBuffer
-
This will attempt to get pixels for an IImage.
- getPixelsUsingScanLines(int[], int, int, int, int, int, int) - Method in class eve.fx.ImageObject
-
- getPlatform() - Static method in class eve.sys.registry.Registry
-
- getPointCanvas() - Method in class eve.fx.points.PointGraphics
-
If this PointGraphics is implemented on a PointCanvas then return it,
otherwise this will return null.
- getPointDocument() - Method in class eve.fx.points.PointGraphics
-
If this PointGraphics is implemented on a PointCanvas then return the
IPointDocument it is associated with if any.
- getPointDocument() - Method in class eve.fx.print.PdfPrinter
-
Return the IPointDocument IF the output is compatible (e.g. a PDF document).
- getPointDocument() - Method in interface eve.fx.print.Printer
-
Return the IPointDocument IF the output is compatible (e.g. a PDF document).
- getPointDocument() - Method in class eve.fx.print.PrinterJobObject
-
Return the IPointDocument IF the output is compatible (e.g. a PDF document).
- getPointFontMetrics(PointFont) - Method in interface eve.fx.points.IPointCanvas
-
- getPointFontMetrics(PointFont) - Method in class eve.fx.points.PdfMaker.PageCanvas
-
- getPointHeight() - Method in interface eve.fx.IPointImage
-
Return the height of the PointImage in points.
- getPointHeight() - Method in class eve.fx.points.PointImageAdapter
-
- getPointSize(PointFontDescriptor) - Method in class eve.fx.points.PointFont
-
Return the size of the font as if it would be rendered on an ideal device.
- getPointWidth() - Method in interface eve.fx.IPointImage
-
Return the width of the PointImage in points.
- getPointWidth() - Method in class eve.fx.points.PointImageAdapter
-
- getPopup(String[], String, boolean) - Static method in class eve.ui.choices.SimpleItemSelect
-
- getPopup(String[], String, boolean, Control) - Static method in class eve.ui.choices.SimpleItemSelect
-
- getPopup(boolean, boolean) - Static method in class eve.ui.DateUpDownInput
-
- getPopup(boolean) - Static method in class eve.ui.DateUpDownInput
-
- getPopup(int) - Static method in class eve.ui.FontUpDownChooser
-
- getPopup(boolean, boolean) - Static method in class eve.ui.TimeUpDownInput
-
- getPopupForm() - Static method in class eve.ui.InputPopupForm
-
- getPopupMenuParentFrame(Control) - Static method in class eve.ui.Gui
-
This returns the parent frame for a control's popup menu.
- getPort() - Method in class java.net.DatagramPacket
-
Returns the port number this packet is being sent to or, if it was used
to receive a packet, the port that it was received from.
- getPort() - Method in class java.net.DatagramSocket
-
- getPort() - Method in class java.net.Socket
-
- getPort() - Method in class java.net.URL
-
Returns the port number of this URL or -1 if the default port number is
being used.
- getPosInFrame() - Method in class eve.ui.Control
-
- getPosInFrame(Point) - Method in class eve.ui.Control
-
- getPosInParent(Container) - Method in class eve.ui.Control
-
- getPosInParent(Container, Point) - Method in class eve.ui.Control
-
- getPosInParent(Control, Container, Point) - Static method in class eve.ui.Gui
-
- getPosition() - Method in class eve.io.ByteArrayRandomStream
-
- getPosition() - Method in class eve.io.CompressedRandomStream
-
- getPosition() - Method in class eve.io.FileRandomStream
-
Return the current read/write stream pointer.
- getPosition() - Method in class eve.io.RandomStream
-
Return the current read/write stream pointer.
- getPosition() - Method in class eve.io.RewindableStream
-
Retrieve the file position.
- getPosition() - Method in class eve.nativeaccess.NativeRandomStream
-
- getPositionInSection(int, int) - Method in class eve.fx.DisplayLine
-
This returns the position in the section of the specified cursor line and position
in the editor/display.
- getPostData(String) - Method in class eve.sys.Event
-
- getPreferredDialogSize() - Static method in class eve.ui.Gui
-
- getPreferredFormat() - Method in class eve.fx.print.BatchPrinter
-
- getPreferredFormat() - Method in interface eve.fx.print.Printable
-
Return the preferred format for printing, or null if there is no preferred format.
- getPreferredFormat() - Method in class eve.fx.print.PrintableObject
-
- getPreferredSize() - Method in class eve.applet.EveApplet
-
- getPreferredSize(PointRect) - Method in class eve.fx.points.PrintCell
-
- getPreferredSize(Control, Dimension) - Method in class eve.ui.CompositeControl
-
- getPreferredSize(Dimension) - Method in class eve.ui.Control
-
- getPreferredSize(Grid, Panel, Dimension) - Method in interface eve.ui.LayoutManager
-
- getPreferredSize(Grid, Panel, Dimension) - Method in class eve.ui.Panel
-
- getPreferredSize(Grid, Panel, Dimension) - Method in class eve.ui.QuickLayout
-
- getPreferredSize(Dimension) - Method in class eve.ui.SingleContainer
-
- getPreferredSize(Dimension) - Method in class eve.ui.SizeReconfigurableContainer
-
- getPreferredSize(Dimension) - Method in class eve.ui.SwipableSingleContainer
-
- getPreferredSize(Dimension) - Method in class eve.ui.table.TableModel
-
Get the preferred size of the TableModel.
- getPreferredSizeByParent(int, int) - Method in class eve.ui.Control
-
- getPreferredTextSize(PointRect) - Method in class eve.ui.Control
-
Get the preferred text size as a PointRect.
- getPrev(LinkedListElement, int) - Static method in class eve.util.LinkedListElement
-
Starting from the "start" element count "elements" units back.
- getPrimitiveClass(String) - Static method in class eve.applet.mClassLoader
-
- getPrintable() - Method in class eve.ui.print.PrintForm
-
This method must return the Printable object to print.
- getPrintable() - Method in class eve.ui.print.TestPrintForm
-
- getPrintedPages(int) - Method in class eve.fx.print.PrintOptions
-
Returns the list of page numbers, starting from 1, that will print using this
PrintOptions - given the total number of pages.
- getPrinterControl() - Method in class eve.fx.print.PrinterProperties
-
- getPrinterJob(String) - Static method in class eve.fx.print.PrinterJob
-
Get a new PrinterJob object.
- getPrinterJob(String, PrinterProperties) - Static method in class eve.fx.print.PrinterJob
-
Get a new PrinterJob object.
- getPrinterJob() - Method in class eve.ui.print.PrintForm
-
This is used to get the default PrinterJob.
- getPrinterNames(Vector) - Static method in class eve.fx.print.PrinterJob
-
Get a list of all available printers which can be used with getPrinterJob()
to get a PrinetJob for a specific printer.
- getPrinterProperties(PrinterProperties) - Static method in class eve.fx.print.PrinterJob
-
Get the PrinterProperties for the local machine.
- getPrinterQuality(int) - Static method in class eve.fx.print.PrinterControl
-
- getPrintOptions() - Method in class eve.ui.print.PrintForm
-
- getPrintPreview() - Method in class eve.ui.print.PrintForm
-
- getPrintTask(Printable, PageFormat, PrintOptions) - Method in class eve.fx.print.PrinterJob
-
This starts the printing process going.
- getPrintTask(Printable, PageFormat, PrintOptions) - Method in class eve.fx.print.PrinterJobObject
-
Return a Task object that does the printing.
- getPrintWriter(File, boolean) - Static method in class eve.io.Io
-
- getPrintWriter(File) - Static method in class eve.io.Io
-
- getPriority() - Method in class java.lang.Thread
-
- getProgramDirectory() - Static method in class eve.io.File
-
A quick way to get the program directory for the application.
- getProgramDirectory() - Method in class eve.ui.installer.Installer
-
Return the installation program files directory.
- getProgramInstallDirectory() - Method in class eve.ui.installer.Installer
-
- getProgress() - Static method in class com.ewesoft.pub.Tools
-
- getPrompt() - Method in class eve.ui.Control
-
Get the prompt for the Control if any is set.
- getPromptText() - Method in class eve.ui.Control
-
This returns either the value of prompt, if it is not null and not an empty string, or
the text value of promptControl, if that is not null and not an empty string.
- getProperties() - Method in interface eve.data.HasProperties
-
Get the PropertyList object associated with this object.
- getProperties() - Method in class eve.data.PropertyList
-
This returns itself.
- getProperties(Object) - Static method in class eve.data.PropertyList
-
- getProperties(String) - Method in class eve.data.PropertyList
-
Return an Enumeration of all the properties with a given name.
- getProperties() - Method in class eve.database.implement.DatabaseObject
-
- getProperties() - Method in class eve.database.implement.RecordDatabaseIndex
-
- getProperties() - Method in class eve.io.TreeConfigNode
-
- getProperties() - Method in class eve.sys.Handle
-
- getProperties() - Method in class eve.ui.data.FileSaver
-
- getProperties() - Method in class eve.ui.data.InputObject
-
Get the property list which holds the values for the entered fields.
- getProperties() - Method in class eve.ui.Form
-
- getProperties() - Method in class eve.ui.SoftKeyBar
-
- getProperties() - Static method in class java.lang.System
-
- getPropertiesString() - Method in class eve.io.File
-
- getProperty(Class) - Method in class com.ewesoft.pub.ThreadFlags
-
- getProperty(String, String) - Static method in class eve.sys.Vm
-
This method attempts to get a System property, but since
that is not allowed for an Applet it will instead fetch it
from a local property list.
- getProperty(String, Object) - Method in interface eve.ui.data.EditableData
-
Get a property for the object.
- getProperty(String) - Method in class eve.ui.data.Editor
-
- getProperty(Class) - Method in class eve.ui.data.Editor
-
- getProperty(Class) - Method in class eve.ui.Form
-
- getProperty(String) - Static method in class java.lang.System
-
Get a system property.
- getProperty(String, String) - Static method in class java.lang.System
-
Get a system property.
- getProperty(String) - Method in class java.util.Properties
-
Gets the property with the specified key in this property list.
- getProperty(String, String) - Method in class java.util.Properties
-
Gets the property with the specified key in this property list.
- getPropertyValues(String) - Method in class eve.data.PropertyList
-
Gather all the property values with a certain name into a Vector.
- getProtocol() - Method in class java.net.URL
-
Returns the protocol of the URL
- getProxyClass(ClassLoader, Class[]) - Static method in class java.lang.reflect.Proxy
-
- getQuadrantPoints(int, int, int[], int[], int, int) - Method in class eve.fx.Curve
-
- getQuadrantPoints(int, int, QuadrantPoints) - Method in class eve.fx.Curve
-
- getQuery() - Method in class java.net.URL
-
Returns the query of the URL.
- getRandom(byte[], int, int) - Static method in class eve.security.Security
-
- getRandomStream(String, long, long) - Method in interface eve.sys.WebApplication.LocalFile
-
Open the file for
- getRandomStream() - Method in class eve.util.FormattedDataSource
-
Get a true RandomStream to read the formatted data bytes from.
- getRange(PlainTimeStamp, PlainTimeStamp) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getRangeFromEnd(PlainTimeStamp, int, int) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getRangeFromStart(PlainTimeStamp, int, int) - Static method in class eve.data.PlainTimeStamp.Utils
-
- getRanges() - Method in class eve.fx.print.PrintOptions
-
Return the RangeList of pages to print.
- getRapiFile(String) - Static method in class eve.sys.Rapi
-
Get a File that represents a particular file on the remote system.
- getRapiRootFile() - Static method in class eve.sys.Rapi
-
Get a File that represents the root directory of the remote system.
- getRawBytes() - Method in class eve.fx.sound.SoundClip
-
- getRawData(int, ByteArray) - Method in class eve.io.ZepFile
-
- getRawEvent(long, RawEvent) - Method in class eve.fx.gui.NativeWindowSurface
-
- getRawEvent(long, RawEvent) - Method in class eve.fx.gui.WindowSurface
-
- getRawEvent(TimeOut) - Method in class eve.fx.gui.WindowSurface
-
This returns a re-used RawEvent.
- getRawOffset() - Method in class eve.sys.TZifTimeZone
-
- getRawOffset() - Method in class java.util.SimpleTimeZone
-
Returns the time zone offset to GMT in milliseconds, ignoring
day light savings.
- getRawOffset() - Method in class java.util.TimeZone
-
Gets the time zone offset, ignoring daylight savings.
- getReader(String) - Method in class eve.io.BOMInputStream
-
- getReader() - Method in class eve.io.BOMInputStream
-
- getReader(InputStream, String) - Static method in class eve.io.Io
-
- getReader() - Method in interface eve.sys.IConsole
-
- getReader() - Method in class eve.ui.Console
-
Get a Reader that you can use to read from the console.
- getReceiveBufferSize() - Method in class java.net.DatagramSocket
-
This method returns the value of the system level socket option
SO_RCVBUF, which is used by the operating system to tune buffer
sizes for data transfers.
- getRect(Rect) - Method in interface eve.fx.Area
-
Get the bounding rectangle of the area.
- getRect(PointRect) - Method in class eve.fx.points.PrintCell
-
- getRect(Rect) - Method in class eve.fx.Polygon
-
- getRect(Rect) - Method in class eve.fx.Rect
-
- getRect(Rect) - Method in class eve.ui.Control
-
Return the on-screen coordinates of this Control in a Rect.
- getRect() - Method in class eve.ui.Control
-
- getRectInParent(Control, Rect) - Method in class eve.ui.ControlGroup
-
- getRectInParent(Control, Control, Rect, boolean, Point) - Static method in class eve.ui.Gui
-
- getRectInWindow(Control, Rect, boolean) - Static method in class eve.ui.Gui
-
This gets the rect of the control relative to the top left of the controls
containing window.
- getRectInWindow(Control, Rect, boolean, Point) - Static method in class eve.ui.Gui
-
This gets the rect of the control relative to the top left of the controls
containing window.
- getRed() - Method in class eve.fx.Color
-
Returns the red value of the color.
- getRedirectedConnection(String) - Method in class eve.net.HttpConnection
-
- getRedirection(String) - Method in class eve.net.HttpConnection
-
Get a new HttpConnection whose parameters are copied from this HttpConnection
but which directs its request to a different host/document as directed by
a redirect response from an initial request.
- getRedirectTo() - Method in class eve.net.HttpConnection
-
Call this after a success connection.
- getRef() - Method in class java.net.URL
-
Returns the ref (sometimes called the "# reference" or "anchor") portion
of the URL.
- getReference() - Method in class eve.fx.points.PdfMaker.PdfObject
-
- getReflectedClass() - Method in class eve.reflect.Reflect
-
This returns a Class object representing the class being reflected.
- getReflectedClass() - Method in class eve.sys.Type
-
Return the Class this type represents if present.
- getRefresher() - Method in class eve.fx.AnimatedDrawing
-
- getRefresher() - Method in interface eve.fx.OnScreenImage
-
Retrieve the ImageRefresher for the image which is weakly referenced by
the OnScreenImage.
- getRefs(Vector) - Method in class eve.sys.WeakSet
-
Add all live references into the destination Vector, without clearing the vector.
- getRefs() - Method in class eve.sys.WeakSet
-
Place and return all live references into a new Object array.
- getRegex() - Method in class com.stevesoft.pat.Replacer
-
- getRegexAt(int) - Method in class com.stevesoft.pat.Transformer
-
Get the Regex at position i in this Transformer.
- getRegistryKey(boolean, String, boolean, boolean) - Static method in class eve.sys.Vm
-
Get a local or remote registry key if supported.
- getRegistryValue(String) - Method in class eve.net.RemoteConnection
-
Return a registry key value from the remote entity.
- getRemaining() - Method in class eve.io.Inflater
-
- getRemaining() - Method in class java.util.zip.Deflater
-
- getRemaining() - Method in class java.util.zip.Inflater
-
- getRemoteAddress(Socket, InetAddress) - Static method in class eve.net.Net
-
- getRemoteAddress(Socket) - Static method in class eve.net.Net
-
- getRemoteDeletedEntry(int) - Method in class eve.database.Synchronizer
-
- getRemoteKey(int, String, boolean, boolean) - Static method in class eve.sys.registry.Registry
-
Gets a remote key. evex.Rapi.initialize() must be called first.
- getRemoteProxy(Object, Object) - Method in class eve.database.Synchronizer
-
Get an IRemoteSynchronizer that is a proxy for a remote IRemoteSynchronizer
that is at the other end of the channel and which will receive remote method
calls over the channels.
- getRemoteProxyMaker(Class, int, ClassLoader) - Static method in class eve.sys.Vm
-
Get an IRemoteProxyMaker if available.
- getRemoteRegistry() - Static method in class eve.sys.Rapi
-
- getRemoteRegistry() - Static method in class eve.sys.Registry
-
- getRemoteRegistry() - Static method in class eve.sys.registry.Registry
-
- getRemoteRegistryKeyValue(String) - Method in interface eve.net.IRemoteServer
-
- getRemoteUnsynchronizedEntry(int) - Method in class eve.database.Synchronizer
-
- getReplacer() - Method in class com.stevesoft.pat.Regex
-
- getReplacer() - Method in class com.stevesoft.pat.Transformer
-
Get a replacer to that works with the current Regex.
- getReplaceRule() - Method in class com.stevesoft.pat.Regex
-
Get the current ReplaceRule.
- getRequestorProperties() - Method in class eve.net.HttpConnection
-
Returns the requestor properties.
- getResolveString(DatabaseEntry, DatabaseEntry) - Method in class eve.database.Synchronizer
-
- getResource(String) - Method in interface eve.server.AppServer
-
- getResource(String) - Method in class eve.server.RemoteAppEntry
-
- getResource(Thread, String) - Static method in class eve.sys.mThread
-
- getResource(String) - Static method in class eve.sys.mThread
-
This calls getResource() for the current running thread.
- getResource(String) - Method in class java.lang.Class
-
Return a URL from which a class resource can be read using openStream().
- getResource(String) - Method in class java.lang.ClassLoader
-
- getResourceAsStream(String) - Method in class java.lang.Class
-
Return an InputStream from which a class resource can be read.
- getResourceAsStream(String) - Method in class java.lang.ClassLoader
-
- getResourceOwner() - Method in class eve.sys.WeakResource
-
Return the owner of the resources - unless the owner is no longer being
referred to by any other strong references and may have been garbage
collected.
- getResources() - Method in class eve.applet.EveApplet
-
- getResources(String) - Method in class java.lang.ClassLoader
-
- getResult() - Method in class eve.sys.ClassMethod
-
- getReturnedInteger(Object) - Static method in class eve.ui.Gui
-
- getReturnOrFieldType(String) - Static method in class eve.sys.Reflection
-
Get the return or field type as a class.
- getReturnType() - Method in class eve.reflect.MethodConstructor
-
Get the return type of the method as a class.
- getReturnType() - Method in class java.lang.reflect.Method
-
Return the type of the Method as a Class object.
- getReturnValue() - Method in class eve.io.block.RemoteCall
-
- getReturnValue(TimeOut, boolean) - Method in class eve.sys.Handle
-
Call this in the case where the process returns an Object on success.
- getReuseAddress() - Method in class java.net.DatagramSocket
-
Checks if SO_REUSEADDR is enabled.
- getReusedIcon() - Method in class eve.ui.table.TreeTableModel
-
- getReusedSurfaceEvent(TimeOut) - Method in class eve.fx.gui.WindowSurface
-
- getRewindableStream() - Method in class eve.util.FormattedDataSource
-
Return a RewindableStream for reading the data bytes.
- getRGB(int[], int, int, int, int, int, int) - Method in class eve.fx.Graphics
-
- getRightAngleRotation() - Method in class eve.fx.points.AffineTransform
-
- getRoot() - Method in class eve.io.TreeConfigFile
-
- getRoot() - Method in interface eve.sys.WebApplication.LocalDirectory
-
- getRoot() - Method in class eve.ui.formatted.FormattedTextMaker.Entry
-
- getRoot() - Method in class eve.ui.table.TreeModelAdapter
-
This calls and returns createObject(null,0).
- getRootKey() - Method in interface eve.sys.IRegistryKey
-
Return the topmost key.
- getRootKey(int, boolean, int, int) - Static method in class eve.sys.registry.Registry
-
Get one of the Registry Root Keys.
- getRootKey() - Method in class eve.sys.RegistryKeyObject
-
- getRootObject() - Method in class eve.ui.table.TreeTableModel
-
- getRowHeight(int) - Method in class eve.ui.table.TableModel
-
Do not override this.
- getRowYPointInTable(int) - Method in class eve.ui.table.TableModel
-
- getRunningHandle() - Method in class eve.io.block.RemoteProxy
-
Get a Handle that can be used to monitor the connection.
- getRunningHandle() - Method in interface eve.sys.IRemoteProxyMaker
-
Get a Handle that can be used to monitor the connection.
- getRunningVM() - Static method in class eve.sys.Registry
-
Get the executable file of the currently running VM.
- getRuntime() - Static method in class java.lang.Runtime
-
- getSavedFile() - Method in class eve.ui.data.FileSaver
-
This returns the last saved or opened File.
- getSavedOutputStream() - Method in class eve.fx.print.PrintPreview
-
- getScaleAndCacheFor(int, int, int) - Method in class eve.fx.IconListObject
-
Convert a raw ImageData to a Picture.
- getScaled(int, int, int, boolean, PixelBuffer) - Method in class eve.fx.IconListObject
-
- getScaled(int, int, int, boolean, PixelBuffer) - Method in interface eve.fx.IIcon.ImageList
-
Get the best scaled version of the image as a PixelBuffer.
- getScanLineBuffer(ImageData, int, Object) - Static method in class eve.fx.ImageTool
-
Create an int[] or byte[] buffer to read/write scan lines from the specified ImageData,
re-using a previous buffer object if possible.
- getScanLinesUsingPixels(int, int, Object, int, int) - Method in class eve.fx.ImageObject
-
This is a way to implement the ImageData.getImageScanLines() method using the IImage.getPixels()
method.
- getScreenCols(boolean) - Method in class eve.ui.Console
-
Get the number of characters that can be partially or fully displayed on a line.
- getScreenDPI(double[]) - Static method in class eve.fx.gui.WindowSurface
-
- getScreenDPI(int, double[]) - Static method in class eve.fx.gui.WindowSurface
-
- getScreenDPI(Control) - Static method in class eve.ui.Gui
-
- getScreenIds() - Method in class eve.fx.gui.WindowSurface
-
Get the IDs of all the screens supported on the device.
- getScreenRect(int, Rect, boolean) - Method in class eve.fx.gui.NativeWindowSurface
-
Get the size of a particular screen.
- getScreenRect(int, Rect, boolean) - Method in class eve.fx.gui.WindowSurface
-
- getScreenRect(Rect, boolean) - Method in class eve.fx.gui.WindowSurface
-
Get the size of the screen this Window is displayed in.
- getScreenRect(Dimension) - Method in class eve.fx.gui.WindowSurface
-
Get the size of the screen this Window is displayed in.
- getScreenRect(int, int, Rect) - Method in class eve.ui.table.TableControl
-
Get the on screen rectangle for the cell.
- getScreenRotation() - Static method in class eve.sys.Device
-
- getScreenRows() - Method in class eve.ui.ChoiceControl
-
- getScreenRows(boolean) - Method in class eve.ui.Console
-
Get the number of lines that can be partially or fully displayed.
- getScreenRows() - Method in class eve.ui.Label
-
- getScreenRows() - Method in class eve.ui.TextPad
-
- getScreenSize() - Static method in class eve.ui.Gui
-
This returns a static Dimension - do not change its contents.
- getScreenSizeInInches(int, double[]) - Static method in class eve.fx.gui.WindowSurface
-
- getScreenSizeInInches(double[]) - Method in class eve.fx.gui.WindowSurface
-
- getScreenUpdateRect(int, int, int, int, PointRect, int, int) - Method in class eve.fx.points.PointGraphics
-
This method is used when an object being drawn on a PointGraphics
is being mapped to some area on the screen (or some other pixel oriented device)
where each pixel represents a dot.
- getScrollablePanel() - Method in class eve.ui.BasicList
-
- getScrollablePanel() - Method in class eve.ui.Canvas
-
Return a ScrollablePanel (usually a ScrollBarPanel) which contains this Control.
- getScrollablePanel() - Method in class eve.ui.List
-
- getScrollablePanel() - Method in class eve.ui.TextMessage
-
- getScrollablePanel() - Method in class eve.ui.TextPad
-
- getScrollClient() - Method in class eve.ui.Canvas
-
Return a fully implemented ScrollClient for this Control.
- GetSearchCriteria - Class in eve.ui.advanced.database
-
- GetSearchCriteria(Database) - Constructor for class eve.ui.advanced.database.GetSearchCriteria
-
- GetSearchCriteria(Database, int) - Constructor for class eve.ui.advanced.database.GetSearchCriteria
-
- GetSearchCriteria(Database, int[]) - Constructor for class eve.ui.advanced.database.GetSearchCriteria
-
- GetSearchCriteria(FoundEntries) - Constructor for class eve.ui.advanced.database.GetSearchCriteria
-
- getSeconds() - Method in class java.util.Date
-
- getSection(int) - Method in class eve.fx.DisplayLine
-
Gets the first DisplayLine in the section that this line happens
to be in.
- getSectionText() - Method in class eve.fx.DisplayLine
-
This can only be called on a section start.
- getSecureDocument() - Method in class eve.io.block.secure.SecureBlockInputStream
-
- getSecureDocument() - Method in class eve.io.block.secure.SecureBlockOutputStream
-
- getSecurityContext() - Method in class java.lang.SecurityManager
-
Get an implementation-dependent Object that contains enough information
about the current environment to be able to perform standard security
checks later.
- getSecurityManager() - Static method in class java.lang.System
-
Get the current SecurityManager if one is set.
- getSelected() - Method in class eve.data.MultiListSelect.SingleListSelect
-
- getSelected() - Method in class eve.ui.CheckBoxGroup
-
Returns the CheckBox currently selected.
- getSelected(Vector) - Method in class eve.ui.choices.SimpleItemSelectPopup
-
- getSelectedCell(Point) - Method in class eve.ui.table.TableControl
-
This returns a single selected cell.
- getSelectedCell(Point) - Method in class eve.ui.table.TreeControl
-
- getSelectedCells(Vector) - Method in class eve.ui.table.TableControl
-
This returns all selected cells as a Vector of Rect objects.
- getSelectedDirectory() - Method in class eve.ui.table.data.DirectoryChooser
-
- getSelectedEntry() - Method in class eve.ui.table.data.FieldTableModel
-
If only one entry is selected, return the row index of that entry.
- getSelectedFiles() - Method in class eve.ui.filechooser.FileListTableModel
-
- getSelectedFolder() - Method in class eve.ui.FileChooserFolderChoice
-
- getSelectedFor(String) - Method in class eve.data.MultiListSelect
-
- getSelectedFor(String, boolean) - Method in class eve.data.MultiListSelect
-
- getSelectedIndex(int) - Method in interface eve.data.IIndexSelectable
-
This returns one of the selected index.
- getSelectedIndex(int) - Method in class eve.ui.BasicList
-
- getSelectedIndex() - Method in class eve.ui.CheckBoxGroup
-
Returns the index of the CheckBox currently selected.
- getSelectedIndex(int) - Method in class eve.ui.List
-
- getSelectedIndex(int) - Method in class eve.ui.SimpleList
-
- getSelectedIndexes() - Method in interface eve.data.IIndexSelectable
-
Get a list of all the currently selected items as an array of indexes.
- getSelectedIndexes() - Method in class eve.data.MultiListSelect.SingleListSelect
-
- getSelectedIndexes() - Method in class eve.ui.BasicList
-
- getSelectedIndexes() - Method in class eve.ui.List
-
- getSelectedIndexes() - Method in class eve.ui.SimpleList
-
- getSelectedIndexes() - Method in class eve.ui.table.TableControl
-
This is only relevant with listMode being true.
- getSelectedIndexesFor(String) - Method in class eve.data.MultiListSelect
-
- getSelectedItem() - Method in class eve.ui.CardPanel
-
- getSelectedItem() - Method in class eve.ui.ChoiceControl
-
- getSelectedItem() - Method in class eve.ui.IconMenu
-
Get which item is selected.
- getSelectedItem() - Method in class eve.ui.MenuChoice
-
Find the MenuItem that is currently selected.
- getSelectedItem() - Method in class eve.ui.MultiCardPanelAdapter
-
- getSelectedItem() - Method in interface eve.ui.MultiPanel
-
This returns the index for the currently selected item.
- getSelectedItem() - Method in class eve.ui.SimpleList
-
- getSelectedLine() - Method in class eve.ui.table.TableControl
-
If at least one cell is selected, return the row of the selection -
otherwise return -1;
- getSelectedLine() - Method in class eve.ui.table.TreeControl
-
- getSelectedLines() - Method in class eve.ui.table.TreeTableModel
-
- getSelectedRanges() - Method in class eve.ui.table.TreeTableModel
-
- getSelectedRows(RangeList) - Method in class eve.ui.table.TableControl
-
Return a RangeList containing the all rows which have at least one cell
selected in them.
- getSelection() - Method in class eve.ui.Console
-
- getSelection() - Method in class eve.ui.Input
-
- getSelection() - Method in class eve.ui.List
-
- getSelection() - Method in interface eve.ui.Selectable
-
- getSelection(Rect) - Method in class eve.ui.table.TableControl
-
This return the selected rectangle of cells.
- getSelection() - Method in class eve.ui.table.TreeControl
-
- getSelection() - Method in class eve.ui.TextPad
-
- getSelectionRange() - Method in class eve.ui.Input
-
Use this to get the selection range.
- getSelectionRange() - Method in class eve.ui.TextPad
-
This returns the selected area, or null if there is no selection.
- getSendBufferSize() - Method in class java.net.DatagramSocket
-
This method returns the value of the system level socket option
SO_SNDBUF, which is used by the operating system to tune buffer
sizes for data transfers.
- getServer() - Method in class eve.ui.Control
-
- getServer() - Method in interface eve.ui.ScrollClient
-
Returns the ScrollServer for the ScrollClient if present.
- getService(String) - Method in class eve.net.RemoteConnection
-
- getSetData(Object, boolean) - Method in class eve.ui.data.EditableObjectControl
-
- getSetFieldMethod - Variable in class eve.sys.FieldTransfer
-
The combined getSetField() method used on the data object.
- getSetFieldMethodUsesFullFieldName - Variable in class eve.sys.FieldTransfer
-
- getSetInfo(int, Wrapper, int, boolean) - Method in class eve.io.File
-
- getSetMethod - Variable in class eve.sys.FieldTransfer
-
The combined getSet() method used on the data interface.
- getSetMethodAfterGet(Object) - Method in class eve.sys.FieldTransfer
-
- getSetMethodSetupForGet(Object) - Method in class eve.sys.FieldTransfer
-
- getSetModified(long, boolean) - Method in class eve.io.File
-
- getSetModified(long, boolean) - Method in class eve.io.FileAdapter
-
- getSetModified(long, boolean) - Method in class eve.io.filestore.FileStoreEntryFile
-
- getSetModified(long, boolean) - Method in class eve.net.rapi.RapiFile
-
- getSetModified(long, boolean) - Method in class eve.server.RemoteFile
-
- getSetOptions(int, int) - Method in interface eve.database.IRemoteSynchronizer
-
This will set the optionsToSet bits and clear the optionsToClear bits
and return the state of the options after the operation is done.
- getSetOptions(int, int) - Method in class eve.database.Synchronizer
-
- getSetPermissionsAndFlags(boolean, int, int) - Method in class eve.io.File
-
This is used to implement getPermissionsAndFlags() and changePermissionsAndFlags().
- getSetPermissionsAndFlags(boolean, int, int) - Method in class eve.io.FileAdapter
-
- getSetPermissionsAndFlags(boolean, int, int) - Method in class eve.net.rapi.RapiFile
-
This is used to implement getPermissionsAndFlags() and changePermissionsAndFlags().
- getSetProperties(Object, String, Wrapper, boolean) - Static method in class eve.data.PropertyList
-
- getSetTransferData(Object, Wrapper, boolean) - Method in interface eve.data.Transferrable
-
Deprecated.
- getSetVariable(Object, Object, boolean, String) - Static method in class eve.nativeaccess.NativeAccess
-
- getSetVariable(Object, int, boolean, String) - Static method in class eve.nativeaccess.NativeAccess
-
- getSetVariable(Object, Object, boolean) - Static method in class eve.nativeaccess.NativeAccess
-
- getSetVariable(Object, int, boolean) - Static method in class eve.nativeaccess.NativeAccess
-
- getSFlag() - Method in class com.stevesoft.pat.Regex
-
Get the state of the sFlag
- getSharedKeypad() - Static method in class eve.ui.DecimalKeyPad
-
- getShellCommand(String) - Static method in class eve.sys.Registry
-
- getShellCommandForExtension(String) - Static method in class eve.sys.Registry
-
Get the shell command for running a file with a particular extension.
- getShort() - Method in class eve.sys.Wrapper
-
Return the short value stored in the Wrapper.
- getShort(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a short array.
- getShort(Object) - Method in class java.lang.reflect.Field
-
- getShortcutsAndExtraFilesToRemove(InstalledConfig) - Method in class eve.ui.installer.Installer
-
If this return null the uninstall will be aborted.
- getSibling(TreeNode, int) - Static method in class eve.data.DataUtils
-
- getSigners() - Method in class java.lang.Class
-
This currently always returns an array of zero length as signers are not currently
supported.
- getSimpleItemSelect(boolean) - Method in class eve.ui.choices.CodedChoices
-
- getSimpleItemSelect() - Method in interface eve.ui.choices.SimpleItemSelect.Popup
-
- getSimpleItemSelectPopup() - Method in interface eve.ui.choices.SimpleItemSelect.Popup
-
- getSingleChoiceControl(String, String) - Method in class eve.ui.choices.CodedChoices
-
- getSingleChoicePopup(Control, String) - Method in class eve.ui.choices.CodedChoices
-
- getSIP() - Method in class eve.fx.gui.WindowSurface
-
- getSIP(WindowSurface) - Method in class eve.fx.gui.WindowSurface
-
- getSIP(Window) - Static method in class eve.ui.Gui
-
- getSize(Dimension) - Method in class eve.fx.Drawing
-
Get the width and height of the Drawing.
- getSize() - Method in class eve.fx.Font
-
Returns the size of the font.
- getSize(FontMetrics, String, int, int) - Static method in class eve.fx.Graphics
-
- getSize(FontMetrics, String[], int, int) - Static method in class eve.fx.Graphics
-
- getSize(FontMetrics, String, Dimension) - Static method in class eve.fx.Graphics
-
- getSize(FontMetrics, String, Dimension, FormattedTextSpecs) - Static method in class eve.fx.Graphics
-
- getSize(FontMetrics, String[], int, int, Dimension) - Static method in class eve.fx.Graphics
-
- getSize(FontMetrics, String[], int, int, Dimension, FormattedTextSpecs) - Static method in class eve.fx.Graphics
-
- getSize(FontMetrics, String, int, int, Dimension) - Static method in class eve.fx.Metrics
-
Get the size of the text if placed within an imaginary box.
- getSize(FontMetrics, SubString, int, int, Dimension) - Static method in class eve.fx.Metrics
-
- getSize(FontMetrics, String[], int, int, Dimension) - Static method in class eve.fx.Metrics
-
- getSize(FontMetrics, SubString[], int, int, Dimension) - Static method in class eve.fx.Metrics
-
- getSize(FontMetrics, String, Dimension) - Static method in class eve.fx.Metrics
-
- getSize(FontMetrics, String, Dimension, FormattedTextSpecs) - Static method in class eve.fx.Metrics
-
- getSize(FontMetrics, String[], int, int, Dimension, FormattedTextSpecs) - Static method in class eve.fx.Metrics
-
- getSize(FontMetrics, SubString[], int, int, Dimension, FormattedTextSpecs) - Static method in class eve.fx.Metrics
-
- getSize(FontMetrics, StringList, int, int, Dimension, FormattedTextSpecs) - Static method in class eve.fx.Metrics
-
- getSize(PointGraphics) - Method in class eve.fx.points.PointFont
-
Return the size of the font as rendered on a specific PointGraphics.
- getSize() - Method in class eve.fx.points.PointFont
-
Return the size of the font only if it was explicitly set.
- getSize(boolean) - Method in class eve.fx.win32.WindowsBitmap
-
- getSize() - Method in class eve.io.filestore.FileStoreEntry
-
- getSize(Dimension) - Method in class eve.ui.Control
-
Return the size of the Control in a Dimension object.
- getSize(Dimension) - Method in interface eve.ui.Swipable
-
Get the dimensions of the Swipable.
- getSize(TreeControl, Dimension) - Method in class eve.ui.table.TreeControl.ControlTreeNode
-
- getSize() - Method in class eve.zipfile.ZipEntry
-
Gets the size of the uncompressed data.
- getSize() - Method in class java.util.zip.ZipEntry
-
Gets the size of the uncompressed data.
- getSizedIcon(int, int, boolean) - Static method in class eve.ui.Icons
-
- getSizedImage(String, int, int) - Method in class eve.fx.ImageCache
-
- getSizedImage(IIcon, int, int) - Method in class eve.fx.ImageCache
-
- getSizedImage(IImage) - Static method in class eve.ui.FormBase
-
- getSizeFor(FontMetrics, SubString, double, double, Dimension) - Static method in class eve.fx.Metrics
-
Get the size of the text if placed within an imaginary box.
- getSizes(double[]) - Method in class eve.fx.points.PrintCell
-
This gets all of the control sizes.
- getSizes(int[]) - Method in class eve.ui.Control
-
This gets all of the control sizes.
- getSoftKeyBarFor(Control) - Method in class eve.ui.Form
-
Get the SoftKeyBar for a particular Control or the default SoftKeyBar.
- getSoftwareLocalKey(int, String, boolean, boolean) - Static method in class eve.sys.registry.Registry
-
- getSoLinger() - Method in class java.net.Socket
-
- getSortComparer() - Method in interface eve.database.FoundEntries
-
Return the current sort Comparer.
- getSortComparer() - Method in class eve.database.implement.FoundEntriesObject
-
- getSortCriteria() - Method in interface eve.database.FoundEntries
-
Return the current sort criteria if one was used.
- getSortCriteria() - Method in class eve.database.implement.FoundEntriesObject
-
- getSortedCodes(String[], Comparer, Comparer) - Method in class eve.ui.choices.CodedChoices
-
- getSortedCodesByDisplay() - Method in class eve.ui.choices.CodedChoices
-
- getSortEntry() - Method in interface eve.database.FoundEntries
-
Return the ID of the sort used to sort the database by if one was used.
- getSortEntry() - Method in class eve.database.implement.FoundEntriesObject
-
- getSortFields(int) - Method in interface eve.database.Database
-
Get the fields by which the Sort will sort.
- getSortFields(int) - Method in class eve.database.implement.DatabaseObject
-
- getSortName(int) - Method in interface eve.database.Database
-
Get the name of a Sort.
- getSortName(int) - Method in class eve.database.implement.DatabaseObject
-
- getSortOptions(int) - Method in interface eve.database.Database
-
Get the options associated with the sortID.
- getSortOptions(int) - Method in class eve.database.implement.DatabaseObject
-
- getSorts() - Method in interface eve.database.Database
-
Get the IDs of all the sorts.
- getSorts() - Method in class eve.database.implement.DatabaseObject
-
- getSoTimeout() - Method in class java.net.DatagramSocket
-
- getSoTimeout() - Method in class java.net.ServerSocket
-
- getSoTimeout() - Method in class java.net.Socket
-
- getSource() - Method in class java.util.EventObject
-
Returns the source of the event.
- getSpecialFolder(int) - Static method in class eve.net.rapi.Rapi
-
- getSpecialFolder(int) - Static method in class eve.sys.registry.Registry
-
- getSpecialFormatCount(int, DisplayLine) - Method in class eve.ui.formatted.TextDisplay
-
- getSpecialFormatCount(int, DisplayLine) - Method in class eve.ui.TextPad
-
- getSpecs() - Method in class eve.reflect.MethodConstructor
-
- getSpinnerSize(FontMetrics) - Method in class eve.ui.ShowBusy
-
- getSplitter() - Method in class eve.util.StringList
-
- getStackTrace(Throwable) - Static method in class eve.sys.Vm
-
Get a String representation of the stack trace for a Throwable object.
- getStackTrace(Throwable, int) - Static method in class eve.sys.Vm
-
Get a String representation of the stack trace for a Throwable object.
- getStackTrace() - Method in class java.lang.Throwable
-
- getStandardBorder(Color, int, int) - Static method in class eve.ui.GuiStyle
-
- getStandardBorder(Color) - Static method in class eve.ui.GuiStyle
-
- getStandardFileCommands(Vector, Vector, String, Editor) - Static method in class eve.ui.data.AppForm
-
The order these come in are "New","Open","Save","Save As","Exit" (with a separator MenuItem in
between "Save As" and "Exit".
- getStandardSize(int) - Static method in class eve.ui.Icons
-
- getStartFormatter(TextFormatter) - Method in class eve.ui.formatted.TextFormatter
-
- getStartMenuProgramsDirectory() - Method in class eve.ui.installer.Installer
-
- getState() - Method in class eve.fx.gui.NativeWindowSurface
-
- getState() - Method in class eve.fx.gui.WindowSurface
-
- getState() - Method in class eve.ui.CheckBox
-
- getState() - Method in class eve.ui.formatted.data.HtmlViewer.HtmlViewerDisplay
-
- getState() - Method in class eve.ui.TextPad
-
Get an Object that can be used to restore the text display to the same state later (using
setState().
- getState() - Method in interface eve.util.Booleanable
-
- getStateChild(int) - Method in class eve.fx.PenOverState
-
- getStateFlags() - Method in class eve.ui.Button
-
- getStats() - Method in class eve.applet.ClassFile
-
- getStatus() - Method in class eve.net.RemoteConnection
-
This is used to check the RemoteConnection status.
- getStatus() - Method in class eve.security.SecureDocument
-
Get the encryption status of the encoded document.
- getStoppableWaitOnSuccess() - Method in class eve.sys.Handle
-
If this Handle cannot be stopped (i.e. although the handle can be used to monitor
a task, it cannot be used to stop it) then calling this method will return a Handle
that monitors this Handle and that handle can be aborted via stop().
- getStopped() - Method in class eve.sys.Progress
-
Returns a StoppedException only if the Handle was actually stopped.
- getStoppedReason() - Method in exception eve.sys.StoppedException
-
- getStoreEntries() - Method in class eve.io.filestore.EveFile
-
- getStoreEntries() - Method in interface eve.io.filestore.FileStore
-
Get an enumeration to go through the entries in the file.
- getStoreEntries() - Method in class eve.io.filestore.ZepStore
-
- getStoreEntries() - Method in class eve.zipfile.ZipFile
-
- getStoreHashtable() - Method in class eve.io.filestore.EveFile
-
- getStoreHashtable() - Method in interface eve.io.filestore.FileStore
-
Expose the hashtable of entries if available.
- getStoreHashtable() - Method in class eve.io.filestore.ZepStore
-
- getStoreHashtable() - Method in class eve.zipfile.ZipFile
-
- getStoreName() - Method in class eve.io.filestore.EveFile
-
- getStoreName() - Method in interface eve.io.filestore.FileStore
-
- getStoreName() - Method in class eve.io.filestore.ZepStore
-
- getStoreName() - Method in class eve.zipfile.ZipFile
-
- getStream(String) - Method in class eve.applet.EveApplet
-
- getStream() - Method in class eve.fx.points.PdfMaker
-
- getStream(String) - Method in interface eve.sys.Applet
-
Return the stream associated with a given key in this applet context, or
null if nothing is associated.
- getStreamFor(String) - Method in class eve.ui.formatted.StreamImageResolver
-
- getStreamKeys() - Method in class eve.applet.EveApplet
-
- getStreamKeys() - Method in interface eve.sys.Applet
-
Iterate over all keys that have associated streams.
- getStreamLength(String) - Method in interface eve.database.Database
-
Returns the length of a meta-data Stream stored in the Database, or -1 if the named Stream
does not exist.
- getStreamLength(String) - Method in class eve.database.implement.DatabaseObject
-
- getString() - Method in class com.stevesoft.pat.RegRes
-
Obtain the text String that was matched against.
- getString() - Method in class com.stevesoft.pat.StrPos
-
get the string that we are processing.
- getString(String, String) - Method in class eve.data.PropertyList
-
- getString(Object, String, String) - Static method in class eve.data.PropertyList
-
This first converts the propertyListOrStrings parameters into a valid or empty PropertyList
and then calls getString(name,defaultValue) on that list.
- getString(int) - Method in class eve.sys.ClassFile.ClassConstantData
-
- getString(int) - Method in class eve.sys.ClassFile
-
- getString(int, int, int) - Method in class eve.sys.Locale
-
"what" should be one of MONTH, SHORT_MONTH, etc..
- getString(int) - Method in class eve.sys.Locale
-
This is the same as getString(what,0,0);
- getString(int, String) - Method in class eve.sys.Locale
-
- getString(String) - Method in class java.util.ResourceBundle
-
Get a String from this resource bundle.
- getStringArray(String) - Method in class java.util.ResourceBundle
-
Get an array of Strings from this resource bundle.
- getStringChars(String) - Static method in class eve.sys.Vm
-
Using the native VM this will expose the char array which represents the
String.
- getStringChars(String) - Method in class eve.util.SubString
-
Convert a String to a SubString without making a copy of the String characters if
possible.
- getStringCollator() - Method in interface eve.database.Database
-
Return the Collator used by the database to sort and search for Strings.
- getStringCollator() - Method in class eve.database.implement.DatabaseObject
-
- getStringComparer(int) - Method in class eve.sys.Locale
-
Get a locale specific string comparer.
- getStringLike() - Method in class com.stevesoft.pat.RegRes
-
Obtain the source StringLike object.
- getStringList(String) - Static method in class eve.io.Io
-
Read a Vector containing a list of string using getConfigInfo.
- getStrings(String, String) - Method in class eve.data.PropertyList
-
Gets a set of properties, each associated with a string.
- getStyle() - Method in class eve.fx.Brush
-
- getStyle() - Method in class eve.fx.Font
-
Returns the style of the font.
- getStyle() - Method in class eve.fx.points.PointFont
-
Return the style of the Font.
- getStyle() - Static method in class eve.ui.GuiStyle
-
- getStyleName(int) - Static method in class eve.ui.FontUpDownChooser
-
- getSub(Handle) - Method in class eve.sys.Progress
-
Create a new Handle for the Thread and set it as a subHandle for the current Handle.
- getSub() - Method in class eve.sys.Progress
-
Create a new Handle for the Thread and set it as a subHandle for the current Handle.
- getSubControls() - Method in class eve.fx.points.PrintCell
-
This returns an Iterator that goes forwards through the components
which are considered a sub-control of this Control, even though they
may not be a "child" of the control -
i.e. it may not have been added into the Control heirarchy.
- getSubControls() - Method in class eve.fx.points.PrintCellPanel
-
- getSubControls(ControlIterator) - Method in class eve.ui.CardPanel
-
- getSubControls(ControlIterator) - Method in class eve.ui.CellPanel
-
- getSubControls() - Method in class eve.ui.Control
-
- getSubControls(ControlIterator) - Method in class eve.ui.Control
-
This returns an Iterator that goes forwards through the components
which are considered a sub-control of this Control, even though they
may not be a "child" of the control -
i.e. it may not have been added into the Control heirarchy.
- getSubControls(ControlIterator) - Method in class eve.ui.Panel
-
- getSubControls(ControlIterator) - Method in class eve.ui.ScrollableHolder
-
- getSubControls(ControlIterator) - Method in class eve.ui.SingleContainer
-
- getSubControls(ControlIterator) - Method in class eve.ui.SizeReconfigurableContainer
-
- getSubKey(String) - Method in interface eve.sys.IRegistryKey
-
This should never return null, even if the subkey does not exist
or is illegal in some way.
- getSubKey(int) - Method in interface eve.sys.IRegistryKey
-
- getSubKey(String) - Method in class eve.sys.RegistryKeyObject
-
- getSubKey(int) - Method in class eve.sys.RegistryKeyObject
-
- getSubKeyCount() - Method in interface eve.sys.IRegistryKey
-
- getSubKeyCount() - Method in class eve.sys.RegistryKeyObject
-
- getSubKeys(int) - Method in interface eve.sys.IRegistryKey
-
Return an array of Strings or an array of integers or array of longs representing the
subkeys of this key.
- getSubKeys(int) - Method in class eve.sys.RegistryKeyObject
-
- getSubProgress(float) - Method in interface com.ewesoft.pub.Progress
-
- getSubProgress(float) - Method in class com.ewesoft.pub.Tools.NullProgress
-
- getSubProgress(float) - Method in class eve.sys.Progress
-
- getSubSet(EntriesView) - Method in interface eve.database.FoundEntries
-
Get a SubSet of this FoundEntries using the indexes included in the view.
- getSubSet(EntriesView) - Method in class eve.database.implement.FoundEntriesObject
-
- getSubTime(boolean, boolean, boolean) - Method in interface eve.data.PlainTimeStamp
-
- getSuperClass() - Method in class eve.reflect.Reflect
-
- getSuperclass() - Method in class java.lang.Class
-
Return the superclass of the represented class.
- getSupportedPermissionsAndFlags(int) - Method in class eve.io.File
-
Returns a value indicating which of the flags
specified in the interestedFlags parameter is supported by the
underlying system.
- getSupportedPermissionsAndFlags(int) - Method in class eve.io.FileAdapter
-
Returns a value indicating which of the flags
specified in the interestedFlags parameter is supported by the
underlying system.
- getSupportedPermissionsAndFlags(int) - Method in class eve.net.rapi.RapiFile
-
Returns a value indicating which of the flags
specified in the interestedFlags parameter is supported by the
underlying system.
- getSurface() - Method in class eve.fx.FontMetrics
-
- getSurface() - Method in class eve.fx.Graphics
-
- getSurface() - Method in class eve.fx.gui.SurfaceEvent
-
- getSurface() - Method in class eve.ui.Window
-
- getSurfaceType() - Method in class eve.fx.Graphics
-
Get the surface type of the Graphics.
- getSurfaceType() - Method in class eve.fx.gui.WindowSurface
-
- getSurfaceType() - Method in class eve.fx.Image
-
- getSurfaceType() - Method in interface eve.fx.ISurface
-
This returns one of the XXX_SURFACE values.
- getSurfaceType() - Method in class eve.fx.print.PrinterJob
-
- getSymbolicLinkTarget() - Method in class eve.io.File
-
If this file is a symbolic link, return the target of the link.
- getSymbolicLinkTarget() - Method in class eve.io.FileAdapter
-
If this file is a symbolic link, return the target of the link.
- getSynchronizedTime(int) - Method in interface eve.database.Database
-
- getSynchronizedTime(int) - Method in class eve.database.implement.DatabaseObject
-
- getSynchronizedTime(int) - Method in class eve.database.implement.DatabaseSpecs
-
- getSysApplet() - Static method in class eve.applet.EveApplet
-
- getSystemClassLoader() - Static method in class java.lang.ClassLoader
-
Return a non-null ClassLoader to represent the system ClassLoader.
- getSystemFolder(int, int) - Static method in class eve.sys.registry.Registry
-
- getSystemFont(int) - Static method in class eve.fx.Font
-
- getSystemInfo() - Static method in class eve.net.rapi.Rapi
-
Return the SystemInfo for the connected system.
- getSystemResource(String) - Static method in class java.lang.ClassLoader
-
- getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
-
- getSystemResources(String) - Static method in class java.lang.ClassLoader
-
- getTabColor(boolean) - Method in class eve.ui.TabbedPanel
-
- getTable() - Method in class eve.ui.table.TableModel
-
- getTableExportButton(boolean) - Method in class eve.ui.table.data.FieldTableModel
-
- getTableExporter() - Method in class eve.ui.table.data.FieldTableModel
-
Get an Editor that can be used to allow the user to export the table data.
- getTableForm(Form, Panel, Panel) - Method in class eve.ui.table.data.FieldTableModel
-
Get a Form that contains a scrollable Table with this FieldTableModel.
- getTableForm(Form, boolean) - Method in class eve.ui.table.data.FieldTableModel
-
- getTableForm(Form) - Method in class eve.ui.table.data.FieldTableModel
-
Get a Form that contains a scrollable Table with this FieldTableModel.
- getTableForm(Form) - Method in class eve.ui.table.HexTableModel
-
- getTableModel() - Method in class eve.ui.table.TableControl
-
- getTabsPanel() - Method in class eve.ui.TabbedPanel
-
- getTabWidth(FormattedTextSpecs, FontMetrics) - Static method in class eve.fx.FormattedTextSpecs
-
Return the tabWidth in pixels.
- getTag(int, Object) - Method in class eve.fx.points.PrintCell
-
- getTag() - Method in interface eve.sys.WebApplication.LocalFile
-
- getTag(int, Object) - Method in class eve.ui.Control
-
- getTagIndex(int) - Method in class eve.util.TagList
-
- getTags() - Method in class eve.util.TagList
-
Returns the int array used for storing the tags.
- getTargetClass(Object) - Method in class eve.io.block.RemoteCallHandlerObject
-
- getTargetException() - Method in exception java.lang.reflect.InvocationTargetException
-
Get the wrapped (targeted) exception.
- getTargetStringList() - Method in class eve.sys.FetchData
-
- getTargetWrapper() - Method in class eve.sys.FetchData
-
- getTaskbarEntry() - Static method in class eve.fx.Fx
-
- getTaskbarEntry(String) - Static method in class eve.sys.Device
-
Get a TaskBar entry (an icon in the system tray on most systems) that can have
an icon and text tip displayed.
- getTcpNoDelay() - Method in class java.net.Socket
-
- getTempFile() - Method in class eve.io.SafeFile
-
Get a temporary file that will eventually be used to replace the actual file.
- getTemporaryPassword(String, int) - Static method in class com.ewesoft.pub.security.Password
-
- getTerminal(String, int, int) - Static method in class eve.ui.Console
-
- getTerminalDontShow(String, int, int) - Static method in class eve.ui.Console
-
- getTestForm(DatabaseTableModel, boolean) - Method in class eve.ui.advanced.database.FoundEntriesTester
-
- getTestTree(TreeNode, TreeTableModel) - Static method in class eve.ui.data.LiveTreeNode
-
- getText(StringList) - Method in class eve.fx.points.DataCell
-
- getText(StringList) - Method in class eve.fx.points.PrintCell
-
Place the text in a StringList.
- getText() - Method in class eve.io.File
-
- getText() - Method in class eve.sys.Time
-
- getText() - Method in class eve.ui.CheckBoxGroup
-
Return the label of the selected checkbox, or an empty String if none
is selected.
- getText() - Method in class eve.ui.ChoiceControl
-
- getText() - Method in class eve.ui.ComboBox
-
Get the text in the input box.
- getText() - Method in class eve.ui.Console
-
- getText() - Method in class eve.ui.Control
-
Get the text of the Control.
- getText() - Method in class eve.ui.filechooser.FileInput
-
- getText() - Method in class eve.ui.FileInput
-
- getText() - Method in class eve.ui.InputWithTools
-
- getText() - Method in class eve.ui.MenuChoice
-
Return the current text.
- getText() - Method in class eve.ui.TextPad
-
- getText() - Method in interface eve.util.Textable
-
- getTextAreaWidth() - Method in class eve.ui.Input
-
- getTextColor(Color) - Method in interface eve.fx.PaintParameters
-
- getTextColor(Color) - Method in class eve.fx.PaintParametersObject
-
- getTextDisplay(String, int) - Static method in class eve.ui.formatted.HtmlDisplay
-
Get a HtmlDisplay set as a label with the specified text and preferred line width.
- getTextForClient() - Method in class eve.ui.InputKeyPad
-
Get the text to transfer back to the client.
- getTextFormatter(Point, Vector) - Method in class eve.ui.formatted.TextDisplay
-
- getTextFormatter(Point) - Method in class eve.ui.formatted.TextDisplay
-
- getTextFormatters() - Method in class eve.ui.formatted.TextDisplay
-
- getTextFrom(String) - Static method in class eve.ui.Gui
-
Given text in the format "Text$hotkey" this returns the text string without the hotkey character.
- getTextGapInPixels(FontMetrics, double, boolean) - Static method in class eve.fx.Metrics
-
- getTextPadMenu(Menu) - Method in class eve.ui.TextPad
-
- getTextPositions(int, DisplayLine, FormattedTextSpecs, int[], boolean) - Method in class eve.ui.TextPad
-
- getTextPositions(int, DisplayLine) - Method in class eve.ui.TextPad
-
- getTextRect(int, Rect) - Method in class eve.ui.filechooser.FileListTableModel
-
- getTextRect(int, Rect) - Method in class eve.ui.Menu
-
- getTextRect(int, Rect) - Method in class eve.ui.table.TreeTableModel
-
- getTextSize(StringList, PointRect) - Method in class eve.fx.points.PointFontMetrics
-
Return the smallest rectangle that the specified text will fit into.
- getTextSize(StringList, int, int, PointRect) - Method in class eve.fx.points.PointFontMetrics
-
Return the smallest rectangle that the specified text will fit into.
- getTextSize(PointFont, PointGraphics, PointRect) - Method in class eve.fx.points.PrintCell
-
- getTextWidth(String) - Method in class eve.fx.FontMetrics
-
Returns the width of the given text string in pixels.
- getTextWidth(char[], int, int) - Method in class eve.fx.FontMetrics
-
Returns the width of the given text in pixels.
- getTextWidth(String, double) - Method in class eve.fx.points.PointFontDescriptor
-
- getTextWidth(char[], int, int, double) - Method in class eve.fx.points.PointFontDescriptor
-
- getTextWidth(char[], int, int) - Method in class eve.fx.points.PointFontMetrics
-
Return the width of the specified text.
- getTextWidth(String) - Method in class eve.fx.points.PointFontMetrics
-
Return the width of the specified text.
- getTextWidth() - Method in class eve.ui.TextPad
-
If wrapToScreenSize is true, this returns the width of the widest word.
- getThread() - Method in class eve.sys.Task
-
Get the thread that is executing this task.
- getThreadGroup() - Method in class java.lang.SecurityManager
-
Get the ThreadGroup that a new Thread should belong to by default.
- getThreadGroup() - Method in class java.lang.Thread
-
- getThreadPool() - Static method in class eve.io.block.RemoteCallHandlerObject
-
This returns the ThreadPool being used by the RemoteCallHandlerObjects.
- getThumbArea(Rect) - Method in class eve.ui.ScrollTrack
-
- getThumbArea() - Method in class eve.ui.TrackControl
-
- getThumbArea(Rect) - Method in class eve.ui.TrackControl
-
- getTick() - Static method in class eve.ui.FormBase
-
- getTime(PlainTime) - Method in interface eve.data.ITime
-
- getTime(PlainTime) - Method in class eve.data.PlainTime
-
- getTime(PlainTime) - Method in interface eve.data.PlainTimeStamp
-
If a time is associated with this timestamp return it as a PlainTime.
- getTime() - Method in class eve.io.filestore.FileStoreEntry
-
- getTime() - Method in class eve.sys.Time
-
This method returns the UTC time in milliseconds using the default
TimeZone - which means that the value this returns for a given
set of Y/M/D/h/m/s values will be different depending on the default
TimeZone.
- getTime(PlainTime) - Method in class eve.sys.Time
-
- getTime(Time) - Method in class eve.ui.DateTimeInput
-
Get the time.
- getTime(PlainTime) - Method in class eve.ui.DateTimeInput
-
- getTime(Time) - Method in class eve.ui.DateUpDownInput
-
Get the time displayed/entered.
- getTime(Time) - Method in class eve.ui.SimpleDateInput
-
- getTime(Time) - Method in class eve.ui.TimeUpDownInput
-
Get the time displayed/entered.
- getTime(PlainTime) - Method in class eve.ui.TimeUpDownInput
-
- getTime(Time) - Method in interface eve.util.Timeable
-
- getTime() - Method in class eve.zipfile.ZipEntry
-
Gets the time of last modification of the entry.
- getTime(Time) - Method in class eve.zipfile.ZipEntry
-
- getTime() - Method in class java.util.Calendar
-
Converts the time represented by this object to a
Date
-Object.
- getTime() - Method in class java.util.Date
-
Gets the time represented by this Object
- getTime() - Method in class java.util.zip.ZipEntry
-
Gets the time of last modification of the entry.
- getTimeFormatFor(boolean, boolean) - Static method in class eve.ui.DateTimeInput
-
- getTimeInMillis() - Method in class java.util.Calendar
-
Returns the time represented by this Calendar.
- getTimeOfDeletion(long, Time) - Method in interface eve.database.Database
-
Return the time of deletion of the specified OID.
- getTimeOfDeletion(long, Time) - Method in class eve.database.implement.DatabaseObject
-
- getTimeOut() - Method in class eve.io.block.RemoteProxy
-
- getTimeOut() - Method in interface eve.sys.IRemoteProxyMaker
-
Get the timeout for receiving responses from remote calls in
milliseconds.
- getTimes() - Method in class eve.util.OperationTimer
-
- getTimesRoman() - Static method in class eve.fx.Fx
-
Get the name of a valid installed Times font.
- getTimeStampLong() - Static method in class eve.sys.Vm
-
- getTimeZone() - Method in class java.util.Calendar
-
Gets the time zone of this calendar
- getTimeZone(String) - Static method in class java.util.TimeZone
-
Gets the TimeZone for the given ID.
- getTimezoneOffset() - Method in class java.util.Date
-
- getTimeZoneUTCOffset(TimeZone) - Method in class eve.sys.Time
-
Determine the offset in milliseconds of the Time specified in this time Object from UTC
time at a particular TimeZone.
- getTip() - Method in class eve.ui.ToolTip
-
- getTitle() - Method in class eve.fx.gui.NativeWindowSurface
-
- getTitle() - Method in class eve.fx.gui.WindowSurface
-
Get the title text of the window.
- getToggleChooseAllButton() - Method in class eve.ui.table.data.ListSelect
-
- getToolBar(boolean, int) - Method in class eve.ui.data.ListEditor
-
- getToolBar(boolean, int, boolean) - Method in class eve.ui.data.ListEditor
-
- getToolsHolder() - Method in class eve.ui.Form.ToolsOrSoftKey
-
Add tool buttons to the Container returned from
this method.
- getToolsIcon() - Static method in class eve.ui.FormBase
-
- getToolTip(int, int) - Method in class eve.ui.Control
-
This should return an acceptable ToolTip object.
- getToolTip(int, int) - Method in class eve.ui.filechooser.FileListTableModel
-
- getToolTip(int, int) - Method in class eve.ui.formatted.TextDisplay
-
- getToolTip() - Method in class eve.ui.formatted.TextFormatter
-
- getToolTip(int, int) - Method in class eve.ui.table.IconTableModel
-
- getToolTip(int, int) - Method in class eve.ui.table.TableControl
-
Return a Tool Tip for the x,y position (in pixels) on the table.
- getToolTip(int, int) - Method in class eve.ui.table.TableModel
-
Return a Tool Tip for the x,y position (in pixels) on the table.
- getToolTip(int, int) - Method in class eve.ui.table.TreeTableModel
-
This will call getToolTip(int line) if it determines that the x and y
point are on a displayed node/leaf.
- getToolTip(int) - Method in class eve.ui.table.TreeTableModel
-
This is called by getToolTip(x,y) and should return a ToolTip for the specified line.
- getTopLine() - Method in class eve.ui.TextPad
-
Return the index of the top line of the display in the complete list of lines.
- getTopmostForm() - Method in class eve.ui.Form
-
- getTopmostForm(Control) - Static method in class eve.ui.Gui
-
- getToPutInList(Object) - Method in class eve.ui.data.icons.IconListEdit
-
- getToPutInList(Object) - Method in class eve.ui.data.ListEditor
-
- getTotalIn() - Method in class eve.io.Deflater
-
- getTotalIn() - Method in class eve.io.Inflater
-
- getTotalIn() - Method in class java.util.zip.Deflater
-
- getTotalIn() - Method in class java.util.zip.Inflater
-
- getTotalItemsOnScreen() - Method in class eve.ui.IconMenu
-
Get the total number of items on the dispay.
- getTotalOut() - Method in class eve.io.Deflater
-
- getTotalOut() - Method in class eve.io.Inflater
-
- getTotalOut() - Method in class java.util.zip.Deflater
-
- getTotalOut() - Method in class java.util.zip.Inflater
-
- getTrackKey(Object) - Static method in class eve.sys.Vm
-
- getTrackTo() - Method in class eve.ui.ScrollTrack
-
- getTrackTo() - Method in class eve.ui.TrackControl
-
This is called when the "thumb" area is moved.
- getTrafficClass() - Method in class java.net.DatagramSocket
-
Returns the current traffic class
- getTransferDataType(Object) - Method in interface eve.sys.ITransferable
-
Get the appropriate type of data for transfer to/from the specified data interface object.
- getTransferFor(Object, DataInterface, boolean) - Method in class eve.ui.data.FieldData
-
- getTransform() - Method in class eve.fx.points.PageFormat
-
- getTransform(AffineTransform) - Method in class eve.fx.points.PointGraphics
-
Don't use this directly.
- getTransform() - Method in class eve.fx.points.PointGraphics
-
Don't use this directly.
- getTransform(AffineTransform) - Method in class eve.fx.points.TransformState
-
Get the current transform for this TransformState.
- getTransformation() - Method in class eve.fx.points.PageFormat
-
- getTransformState(TransformState) - Method in class eve.fx.points.PointGraphics
-
Get a TransformState for this PointGraphics to manipulate
the transformations.
- getTransformState() - Method in class eve.fx.points.PointGraphics
-
Get a TransformState for this PointGraphics to manipulate
the transformations.
- getTranslation() - Method in class eve.fx.Graphics
-
- getTreeColumnHeader(boolean, TableCellAttributes) - Method in class eve.ui.table.TreeTableModel
-
- getTreeControl(Throwable, int, int) - Static method in class eve.ui.table.data.ExceptionTreeNode
-
- getTreeModelHandler() - Method in class eve.ui.table.TreeTableModel
-
If the rootObject implements TreeModelHandler, this will return it,
otherwise it returns null.
- getTreeNodeAt(int) - Method in class eve.ui.table.TreeTableModel
-
- getTreeTableModel() - Method in class eve.ui.table.TreeControl
-
- getTrueCharIndex(int, int) - Method in class eve.ui.TextPad
-
Get the index of the character in the original text, given the line index and character index
on screen.
- getTrueCharIndex(Point) - Method in class eve.ui.TextPad
-
Get the index of the character in the original text, given the line index and character index
on screen.
- getTrueChild(File, String, File) - Static method in class eve.io.File
-
- getTrueParent(File, String, File) - Static method in class eve.io.File
-
- getType() - Method in class eve.reflect.Field
-
Return the type of the field as a Java encoded type string.
- getType() - Method in interface eve.reflect.Member
-
- getType() - Method in class eve.reflect.MethodConstructor
-
Returns the java encoded type returned by the method/constructor.
- getType(Class) - Static method in class eve.reflect.Reflect
-
Returns the String encoded type of the class.
- getType(int) - Method in class eve.sys.ClassFile.ClassConstantData
-
- getType() - Method in class eve.sys.Wrapper
-
Return the type of the stored data, or NONE if no data has been stored.
- getType() - Static method in class eve.ui.SoftKeyBar
-
Determine the type of SoftKeys available.
- getType() - Method in class eve.ui.Swiper
-
- getType(char) - Static method in class java.lang.Character
-
Returns a value indicating a character's general category.
- getType(int) - Static method in class java.lang.Character
-
Returns a value indicating a character's general category.
- getType() - Method in class java.lang.reflect.Field
-
Return the type of the Field as a Class object.
- getTypeSpecifier(int, boolean) - Static method in class eve.database.DatabaseUtils
-
- getuid() - Static method in class eve.sys.unix.Unix
-
Determine the current real user if this is a Unix/Linux process.
- getUncompressedData(int, ByteArray) - Method in class eve.io.ZepFile
-
- getUndeclaredThrowable() - Method in exception java.lang.reflect.UndeclaredThrowableException
-
Returns the cause of this exception.
- getUnderlined(String) - Static method in class eve.fx.Graphics
-
- getUnityTransform(AffineTransform) - Method in interface eve.fx.points.IPointCanvas
-
Get the default transform for the canvas.
- getUnityTransform(AffineTransform) - Method in class eve.fx.points.PdfMaker.PageCanvas
-
- getUnknownImage() - Static method in class eve.ui.formatted.TextFormatter
-
- getUnmixedTransparencyImages() - Method in class eve.fx.Icon
-
- getUnsortedKeyNames() - Method in class eve.sys.FileRegistryKey
-
- getUnsortedKeyNames() - Method in class eve.sys.MapRegistryKey
-
- getUnsortedKeyNames() - Method in class eve.sys.RegistryKeyObject
-
- getUnspacedName(String) - Static method in class eve.fx.points.PointFontDescriptor
-
- getUnsynchronized(Handle, Database) - Static method in class eve.database.Synchronizer
-
- getUnsynchronized(Handle, Database, int) - Static method in class eve.database.Synchronizer
-
- getUnsynchronized(Handle) - Method in class eve.database.Synchronizer
-
This gets all the unsynchronized entries, but not the deleted entries.
- getUnsynchronizedEntries(int, int) - Method in interface eve.database.IRemoteSynchronizer
-
Return a Vector containing byte[] values for each database entry
requested.
- getUnsynchronizedEntries(int, int) - Method in class eve.database.Synchronizer
-
- getUnusedColor() - Method in class eve.fx.Drawing
-
- getUnwrappedReturnValue() - Method in class eve.sys.Handle
-
Only call this if you expect the returnValue to be set to some meaningful value on completion.
- getURL() - Method in interface eve.sys.WebApplication.LocalDirectory
-
- getURL() - Method in interface eve.sys.WebApplication.LocalFile
-
- getUsedClassMemory() - Static method in class eve.sys.Vm
-
- getUsedObjectMemory(boolean) - Static method in class eve.sys.Vm
-
- getUseNewItem(FontMetrics, String) - Static method in class eve.ui.data.ListEditor
-
- getUserBuffer() - Method in class eve.util.StringList
-
- getUserChoice(boolean, String, String[], String, InstallerConfig) - Method in class eve.ui.installer.Installer
-
Ask for a user choice.
- getUserChoice(boolean, String, String[], String, InstallerConfig, int) - Method in class eve.ui.installer.Installer
-
Ask for a user choice.
- getUserFont(String, Font, boolean) - Static method in class eve.ui.Application
-
- getUserHomeDirectory() - Static method in class eve.sys.Registry
-
Return the current users home directory if possible.
- getUserID(String) - Static method in class eve.sys.unix.Unix
-
Get the user ID number for the specified user name.
- getUserInfo() - Method in class java.net.URL
-
Returns the user information of the URL.
- getUserName() - Static method in class eve.sys.Registry
-
Return the current users name.
- getUserName(int) - Static method in class eve.sys.unix.Unix
-
Get the user name for the specified user id.
- getUTCMillis(TimeZone) - Method in class eve.sys.Time
-
What is the UTC millisecond value given this Time's Y/M/D/h/m/s values at the
specified TimeZone.
- getUtfString(int) - Method in class eve.applet.ClassFile
-
- getUtfString(int) - Method in class eve.sys.ClassFile.ClassConstantData
-
- getUtfString(int) - Method in class eve.sys.ClassFile
-
- getValue(HasProperties, String, Object) - Static method in class eve.data.Property
-
- getValue(String, Object) - Method in class eve.data.PropertyList
-
Gets the value of a property, with a default if it does not exist.
- getValue(Vector, Object) - Method in class eve.data.PropertyList
-
Gets the value of a property which may be named differently (e.g.
- getValue(String[], Object) - Method in class eve.data.PropertyList
-
Gets the value of a property which may be named differently (e.g.
- getValue(Object, String, Object) - Static method in class eve.data.PropertyList
-
This first converts the propertyListOrStrings parameters into a valid or empty PropertyList
and then calls getValue(name,defaultValue) on that list.
- getValue(Class, Object) - Method in class eve.data.PropertyList
-
- getValue() - Method in class eve.database.MetaFlag
-
- getValue() - Method in interface eve.io.Checksum
-
Returns the data checksum computed so far.
- getValue() - Method in class eve.io.CRC32
-
Returns the CRC32 data checksum computed so far.
- getValue(Object, Wrapper) - Method in class eve.reflect.Field
-
Get the value of the field.
- getValue() - Method in class eve.security.RSAKey
-
- getValue(int) - Method in class eve.sys.ClassFile.ClassConstantData
-
- getValue(String) - Method in class eve.sys.FileRegistryKey
-
- getValue(int, StringBuffer) - Method in class eve.sys.FileRegistryKey
-
- getValue(String) - Method in interface eve.sys.IRegistryKey
-
This returns either a String or a byte array, or an Integer (representing a 32-bit value)
or a StringBuffer for an expanding String or null.
- getValue(int, StringBuffer) - Method in interface eve.sys.IRegistryKey
-
Get a value at the specified index.
- getValue(String) - Method in class eve.sys.MapRegistryKey
-
- getValue(int, StringBuffer) - Method in class eve.sys.MapRegistryKey
-
- getValue(String) - Method in class eve.sys.RegistryKeyObject
-
- getValue(int, StringBuffer) - Method in class eve.sys.RegistryKeyObject
-
- getValue(Value) - Method in class eve.ui.DateTimeInput
-
Get the date.
- getValue(Value) - Method in class eve.ui.DateUpDownInput
-
- getValue(Value) - Method in class eve.ui.SimpleDateInput
-
- getValue(Value) - Method in class eve.ui.TimeUpDownInput
-
- getValue(int, Object) - Method in class eve.util.TagList
-
- getValue(String) - Method in class eve.util.TextDecoder
-
Get the value of the name.
- getValue(int) - Method in class eve.util.TextDecoder
-
The value at the specified index.
- getValue() - Method in interface java.util.Map.Entry
-
Get the value corresponding to this entry.
- getValue() - Method in class java.util.zip.Adler32
-
Returns the Adler32 data checksum computed so far.
- getValue() - Method in interface java.util.zip.Checksum
-
Returns the data checksum computed so far.
- getValue() - Method in class java.util.zip.CRC32
-
Returns the CRC32 data checksum computed so far.
- getValueCount() - Method in class eve.sys.FileRegistryKey
-
- getValueCount() - Method in interface eve.sys.IRegistryKey
-
- getValueCount() - Method in class eve.sys.MapRegistryKey
-
- getValueCount() - Method in class eve.sys.RegistryKeyObject
-
- getValueDontCheckObject(Object, Wrapper) - Method in class eve.reflect.Field
-
- getValueOf(SubString) - Static method in class eve.util.TextDecoder
-
- getValues() - Method in class eve.util.TagList
-
Returns the Object array used for storing the tag values.
- getVariant() - Method in class java.util.Locale
-
Returns the variant code of this locale.
- getVersion() - Static method in class eve.database.DatabaseManager
-
- getVersion() - Static method in class eve.io.AsciiCodec
-
Returns the version of the class.
- getVersion() - Static method in class eve.security.MD5
-
Returns the version of the class.
- getVersion() - Static method in class eve.sys.Vm
-
- getVersionPostFix() - Static method in class eve.sys.Vm
-
- getVerticalChange() - Method in class eve.ui.Swiper
-
Call this after a SWIPE_COMPLETE return from handleSwipe().
- getView(String) - Method in class eve.database.SafeDBAccess
-
This gets the EntriesView created when the Database was opened for the specified
sortName.
- getViewOf(File, int, Form) - Static method in class eve.ui.table.HexTableModel
-
- getViewOf(byte[], int, int, Form) - Static method in class eve.ui.table.HexTableModel
-
- getViewToolBar(String) - Method in class eve.ui.filechooser.FileChooser
-
- getVisible(int, int) - Method in class eve.ui.Canvas
-
- getVisible(int, int) - Method in class eve.ui.Console
-
- getVisible(int, int) - Method in class eve.ui.IconMenu
-
- getVisible(int, int) - Method in class eve.ui.Menu
-
- getVisible(int, int) - Method in interface eve.ui.ScrollClient
-
Given a display size, this method should return the number of units that can be fully
displayed within the display size for the specified dimension.
- getVisible(int, int) - Method in class eve.ui.table.TableControl
-
- getVisible(int, int) - Method in class eve.ui.TextMessage
-
- getVisible(int, int) - Method in class eve.ui.TextPad
-
- getVisibleArea(Rect) - Method in class eve.ui.Canvas
-
- getVmCommandLine(String) - Static method in class eve.sys.Device
-
Return a path to the native VM.
- getVmCommandLine(String) - Static method in class eve.sys.Registry
-
Get the command line to the preferred Eve VM, given additional commands
to run.
- getVmCommandLine(String, String) - Static method in class eve.sys.Registry
-
Get the command line to the preferred Eve VM, given additional commands
to run.
- getVmFlags() - Static method in class eve.sys.Vm
-
Get the VM Flag bits - this is equivalent to getParameter(VM_FLAGS);
- getVMOptions() - Static method in class eve.ui.VMOptions
-
- getVmVersion() - Static method in class eve.Version
-
Returns the version of the Eve VM
- getVolume() - Method in class eve.fx.sound.WaveInput
-
- getVolume() - Method in class eve.fx.sound.WaveOutput
-
- getWantPenMoves(Vector) - Static method in class eve.ui.event.PenEvent
-
Get hard references to all Controls that want some kind of PEN_MOVE
event.
- getWantPenSwipes(Vector) - Static method in class eve.ui.event.PenEvent
-
Get hard references to all Controls that want some kind of PEN_MOVE
event.
- getWaveOutput() - Method in class eve.fx.sound.SoundClip
-
Return the WaveOutput being used or will be used by this SoundClip.
- getWaveOutputFor(WaveFormat) - Static method in class eve.fx.sound.SoundClip
-
Get the WaveOutput used by the SoundClip class for
output of a particular wave format.
- getWebApplication() - Static method in class eve.applet.EveApplet
-
- getWebApplication() - Static method in class eve.sys.Vm
-
If this Application is running as an Applet in a Web Browser,
then this will return an Object that implements the eve.sys.Applet interface,
otherwise it returns null.
- getWidth(FontMetrics, int) - Method in class eve.fx.DisplayLine
-
- getWidth(DisplayLine, FontMetrics, int) - Static method in class eve.fx.DisplayLineSpecs
-
- getWidth() - Method in interface eve.fx.Drawable
-
- getWidth() - Method in class eve.fx.Icon
-
- getWidth() - Method in class eve.fx.IIcon.SizedIcon
-
- getWidth() - Method in class eve.fx.ImageObject
-
- getWidth() - Method in class eve.fx.Mask
-
- getWidth() - Method in class eve.fx.PixelBuffer
-
- getWidth() - Method in class eve.ui.Control
-
- getWidth() - Method in interface eve.ui.Input.ExtraTool
-
- getWidth() - Method in class eve.ui.table.TableControl
-
- getWidthAndPositions(String, FormattedTextSpecs, FontMetrics, boolean) - Static method in class eve.fx.FormattedTextSpecs
-
Calculate the positions of each character in the String.
- getWidthAndPositions(char[], int, int, FormattedTextSpecs, FontMetrics, boolean) - Static method in class eve.fx.FormattedTextSpecs
-
Calculate the positions of each character in the String.
- getWidthFor(DisplayLineSpecs, int, int, DisplayLine) - Method in interface eve.fx.DisplayLine.WidthProvider
-
This should return the display width for the specified line index.
- getWidthFor(int) - Method in class eve.fx.IconListObject
-
- getWidthForExtraTools() - Method in class eve.ui.Input
-
- getWindow() - Static method in class eve.app.App
-
- getWindow() - Method in class eve.ui.Control
-
- getWindowFlags() - Method in class eve.ui.Window
-
Return the Window flags for this window.
- getWindowForCurrentThread() - Static method in class eve.ui.Gui
-
If the current thread is a Window event handling thread return the Window it is associated with,
otherwise return null.
- getWindowFrame(Control) - Static method in class eve.ui.Gui
-
Get the root frame for the control that is not the Window contents Frame.
- getWindowGraphics() - Method in class eve.ui.Control
-
Return a Graphics context for this control for drawing directly onto the
window surface IF supported by the Window.
- getWindowRect(Rect, boolean) - Method in class eve.ui.Window
-
Get the window's full or client Rect.
- getWindowsDirectories(boolean) - Static method in class eve.sys.registry.Registry
-
- getWindowsDirectories(boolean) - Static method in class eve.sys.Windows
-
- getWindowsLock() - Static method in class eve.fx.gui.WindowSurface
-
- getWindowSurface() - Method in class eve.ui.Window
-
- getWrapperType(Class) - Static method in class eve.reflect.Reflect
-
- getWrapperType(Class) - Static method in class eve.sys.Reflection
-
Exactly the same as getEncodedType().
- getWrapperType(Object) - Static method in class eve.sys.Wrapper
-
Given a Java Wrapper object (like Integer, Short, etc.) return the Wrapper type (e.g
INTEGER, SHORT, etc.) of the wrapper.
- getWriter() - Method in interface eve.sys.IConsole
-
- getWriter() - Method in class eve.ui.Console
-
Get a Writer that you can use to write to the console.
- getXdpi() - Method in class eve.fx.points.PointGraphics
-
Get the X dpi, but if this is based on an IPointCanvas, this will be zero.
- getXdpiFor(int) - Method in class eve.fx.print.PrintableObject
-
- getXPoints() - Method in class eve.fx.GeneralPath
-
This returns the array of x co-ordinates of the points added to the GeneralPath.
- getYdpi() - Method in class eve.fx.points.PointGraphics
-
Get the X dpi, but if this is based on an IPointCanvas, this will be zero.
- getYdpiFor(int) - Method in class eve.fx.print.PrintableObject
-
- getYear() - Method in class java.util.Date
-
- getYPoints() - Method in class eve.fx.GeneralPath
-
This returns the array of y co-ordinates of the points added to the GeneralPath.
- getZipName() - Method in class eve.zipfile.ZipFile
-
- globalDrawFlat - Static variable in class eve.ui.GuiStyle
-
- globalEditable - Static variable in class eve.ui.ControlBase
-
- globalEnabled - Static variable in class eve.ui.ControlBase
-
- globalFontManager - Static variable in class eve.fx.print.PrinterJobObject
-
If this is not null then this will be assigned to all PointGraphics
created by a PrinterJobObject.
- globalLinks - Static variable in class eve.ui.filechooser.FileChooserBase
-
This is initially null.
- globalPalmStyle - Static variable in class eve.ui.GuiStyle
-
- globalShowArrows - Static variable in class eve.ui.UpDownInput
-
- globalSmallControls - Static variable in class eve.ui.GuiStyle
-
- goBack() - Method in class eve.ui.formatted.data.HtmlViewer
-
Go to previous document/location.
- goBack() - Method in class eve.ui.formatted.TextDisplay
-
This goes back one place in the saved states for the HtmlDisplay.
- goBackMenu - Variable in class eve.ui.filechooser.FileChooser
-
- goForwardMenu - Variable in class eve.ui.filechooser.FileChooser
-
- GoHigher - Static variable in interface eve.ui.IScroll
-
- GoLower - Static variable in interface eve.ui.IScroll
-
- gotEvent(Event, Form) - Method in class eve.ui.FieldHandler
-
The Form with this FieldHandler passes events to the handler through this method.
- gotFocus(int) - Method in class eve.ui.BasicList
-
- gotFocus(int) - Method in class eve.ui.Button
-
- gotFocus(int) - Method in class eve.ui.ButtonControl
-
- gotFocus(int) - Method in class eve.ui.CheckBox
-
- gotFocus(int) - Method in class eve.ui.Choice
-
- gotFocus(int) - Method in class eve.ui.Console
-
- gotFocus(int) - Method in class eve.ui.Container
-
If a container gets the focus via an explicit focusOnContainer() then it
will take the focus, otherwise it will call pass focus to the first
control within it that wants the focus.
- gotFocus(int) - Method in class eve.ui.Control
-
This is called when the Control gets the focus.
- gotFocus(int) - Method in class eve.ui.Input
-
- gotFocus(int) - Method in class eve.ui.TabbedPanel
-
This can only get focus explicitly - via focusOnContainer, or via selectNextTab().
- gotFocus(int) - Method in class eve.ui.TextPad
-
- gotFocus(int) - Method in class eve.ui.UpDownInput
-
- GOTHIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Gothic" Unicode character block.
- goTo - Variable in class eve.ui.formatted.data.WebBrowser
-
If you wish to change this, set it to a new value and then call toControls("goTo")
- gotoAddress(long) - Method in class eve.ui.table.HexTableModel
-
- goToAnchor(String) - Method in class eve.ui.formatted.TextDisplay
-
This tells the display to go to the specified anchor.
- gotoBox - Variable in class eve.ui.formatted.data.WebBrowser
-
- goToLine(int) - Method in class eve.ui.formatted.TextDisplay
-
Scroll to the specified line.
- gotoPage_action(Editor) - Method in class eve.ui.print.PrintPageViewer
-
- gotoWhichPage - Variable in class eve.ui.print.PrintPageViewer
-
- gotSize - Variable in class eve.ui.CardPanel
-
- grab() - Method in class eve.sys.Gate
-
This tries to get ownership of the gate, but will not wait
if it cannot get ownership immediately.
- gradient - Variable in class eve.fx.Brush
-
The gradient, set with setGradient().
- GradientBrush - Class in eve.fx
-
- GradientBrush(int, int, Color, int, int, Color) - Constructor for class eve.fx.GradientBrush
-
- granted - Variable in exception eve.sys.WebApplication.FileSizeNotAllowedException
-
- Graphics - Class in eve.fx
-
- Graphics(int, Object) - Constructor for class eve.fx.Graphics
-
Do not use this constructor.
- Graphics(Image) - Constructor for class eve.fx.Graphics
-
- Graphics(Image, boolean) - Constructor for class eve.fx.Graphics
-
- Graphics(WindowSurface, Graphics) - Constructor for class eve.fx.Graphics
-
- graphics - Variable in class eve.fx.ImageBuffer
-
- GraphicsConstants - Interface in eve.fx
-
- GraphicsImageData - Class in eve.fx
-
This class is used to present an ImageData interface for a portion of a Graphics.
- GraphicsImageData() - Constructor for class eve.fx.GraphicsImageData
-
Create a new, unassigned GraphicsImageData.
- GRAY_BACKGROUD_FRAME - Static variable in class eve.ui.Gui
-
An option for Form.exec()
- grayDisabledControls - Static variable in class eve.ui.GuiStyle
-
- grayOut(double, Graphics, int, int, int, int) - Static method in class eve.ui.Container
-
- GrayScaleImage - Class in eve.fx
-
- GrayScaleImage() - Constructor for class eve.fx.GrayScaleImage
-
If you call this constructor do not attempt to use it
unless you call setFor().
- GrayScaleImage(ImageData) - Constructor for class eve.fx.GrayScaleImage
-
- GREEK - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Greek and Coptic" Unicode character block.
- GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Greek Extended" Unicode character block.
- greenButton - Static variable in class eve.ui.DialogBox
-
- GregorianCalendar - Class in java.util
-
This class represents the Gregorian calendar, that is used in most
countries all over the world.
- GregorianCalendar() - Constructor for class java.util.GregorianCalendar
-
Constructs a new GregorianCalender representing the current
time, using the default time zone and the default locale.
- GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
-
Constructs a new GregorianCalender representing the current
time, using the specified time zone and the default locale.
- GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
-
Constructs a new GregorianCalender representing the current
time, using the default time zone and the specified locale.
- GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
-
Constructs a new GregorianCalender representing the current
time with the given time zone and the given locale.
- GregorianCalendar(int, int, int) - Constructor for class java.util.GregorianCalendar
-
Constructs a new GregorianCalendar representing midnight on the
given date with the default time zone and locale.
- GregorianCalendar(int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
-
Constructs a new GregorianCalendar representing midnight on the
given date with the default time zone and locale.
- GregorianCalendar(int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
-
Constructs a new GregorianCalendar representing midnight on the
given date with the default time zone and locale.
- grid - Variable in class eve.fx.points.PrintCellPanel
-
- grid - Variable in class eve.ui.Panel
-
- Grid - Class in eve.util
-
A Grid is a way of storing a 2-D collection of objects.
- Grid() - Constructor for class eve.util.Grid
-
- GridTableModel - Class in eve.ui.table
-
This is a table model which displays a Grid of data.
- GridTableModel() - Constructor for class eve.ui.table.GridTableModel
-
- group - Variable in class eve.ui.CheckBox
-
- GROUP_EXECUTE - Static variable in interface eve.io.FilePermissions
-
A UNIX type permission.
- GROUP_READ - Static variable in interface eve.io.FilePermissions
-
A UNIX type permission.
- GROUP_WRITE - Static variable in interface eve.io.FilePermissions
-
A UNIX type permission.
- groupID - Variable in class eve.ui.formatted.TextFormatter
-
The ID of the group this formatter belongs to.
- groupIndex - Variable in class eve.ui.formatted.TextFormatter
-
The index of this formatter in the group this formatter belongs to.
- groupings - Variable in class eve.math.DecimalSymbols
-
The number of digits to be grouped starting with the least significant
going up.
- groupSymbol - Variable in class eve.math.DecimalSymbols
-
- GROW - Static variable in interface eve.fx.AlignmentConstants
-
- GROW - Static variable in interface eve.ui.CellConstants
-
- growSize - Variable in class eve.util.IntArray
-
This specifies the number of values to increase by when expansion is
needed.
- Guard - Interface in java.security
-
- guestConnections - Variable in class eve.ui.VMOptions
-
- Gui - Class in eve.ui
-
This class contains only static methods that used by the eve.ui
GUI package.
- Gui() - Constructor for class eve.ui.Gui
-
- GUI_CAN_BEEP - Static variable in class eve.sys.Device
-
A possible return value for getGUICapabilities().
- GUI_CAN_DISPLAYTEXT - Static variable in class eve.sys.Device
-
A possible return value for getGUICapabilities().
- GUI_CAN_FLASHMESSAGE - Static variable in class eve.sys.Device
-
A possible return value for getGUICapabilities().
- GUI_CAN_HAVE_TASKBARICON - Static variable in class eve.sys.Device
-
A possible return value for getGUICapabilities().
- GUI_CAN_MESSAGEBOX - Static variable in class eve.sys.Device
-
A possible return value for getGUICapabilities().
- GUI_FLAG_DONT_REPAINT_ON_RESIZE - Static variable in interface eve.fx.gui.WindowConstants
-
- GUI_FLAG_HAS_TASKBAR - Static variable in interface eve.fx.gui.WindowConstants
-
A GUI flag that indicates that
the OS supports placing icons in a taskbar.
- GUI_FLAG_REPAINT_FULL_CONTROL - Static variable in interface eve.fx.gui.WindowConstants
-
- GUI_FLAG_REVERSE_OK_CANCEL - Static variable in interface eve.fx.gui.WindowConstants
-
A GUI flag that indicates that
Cancel buttons should come before OK buttons.
- guiDataConverter - Static variable in class eve.ui.Gui
-
Many GUI classes which display data as String need to be formatted for
display.
- guiFont - Static variable in class eve.ui.Application
-
- guiFontStyle - Variable in class eve.ui.VMOptions
-
- GuiStyle - Class in eve.ui
-
This class is used to hold constants that determine the look and feel of
the application.
- GuiStyle.DefaultFormSpecs - Class in eve.ui
-
- GuiValueKeys - Interface in eve.ui
-
- guiValues - Static variable in class eve.ui.Gui
-
Hashtable of known GUI values.
- GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Gujarati" Unicode character block.
- GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Gurmukhi" Unicode character block.
- GZIP_MAGIC - Static variable in class eve.zipfile.GZIPInputStream
-
The magic number found at the start of a GZIP stream.
- GZIP_MAGIC - Static variable in class java.util.zip.GZIPInputStream
-
The magic number found at the start of a GZIP stream.
- GZIPInputStream - Class in eve.zipfile
-
This filter stream is used to decompress a "GZIP" format stream.
- GZIPInputStream(InputStream) - Constructor for class eve.zipfile.GZIPInputStream
-
Creates a GZIPInputStream with the default buffer size.
- GZIPInputStream(InputStream, int) - Constructor for class eve.zipfile.GZIPInputStream
-
Creates a GZIPInputStream with the specified buffer size.
- GZIPInputStream - Class in java.util.zip
-
This filter stream is used to decompress a "GZIP" format stream.
- GZIPInputStream(InputStream) - Constructor for class java.util.zip.GZIPInputStream
-
Creates a GZIPInputStream with the default buffer size.
- GZIPInputStream(InputStream, int) - Constructor for class java.util.zip.GZIPInputStream
-
Creates a GZIPInputStream with the specified buffer size.
- GZIPOutputStream - Class in eve.zipfile
-
This filter stream is used to compress a stream into a "GZIP" stream.
- GZIPOutputStream(OutputStream) - Constructor for class eve.zipfile.GZIPOutputStream
-
- GZIPOutputStream(OutputStream, int) - Constructor for class eve.zipfile.GZIPOutputStream
-
- GZIPOutputStream - Class in java.util.zip
-
This filter stream is used to compress a stream into a "GZIP" stream.
- GZIPOutputStream(OutputStream) - Constructor for class java.util.zip.GZIPOutputStream
-
- GZIPOutputStream(OutputStream, int) - Constructor for class java.util.zip.GZIPOutputStream
-
- IAcceptsDroppedFiles - Interface in eve.ui
-
This interface is implemented by Controls that accept dropped files from the OS.
- IApplicationHandler - Interface in eve.ui
-
- IBEAM_CURSOR - Static variable in interface eve.fx.gui.Cursor
-
- IBEAM_CURSOR - Static variable in interface eve.sys.VmConstants
-
- IBlockInput - Interface in eve.io
-
- IBlockOutput - Interface in eve.io
-
- IClipboard - Interface in eve.sys
-
An IClipboard is used to access the system clipboard.
- ICompressed - Interface in eve.io
-
- icon - Variable in class eve.fx.gui.WindowCreationData
-
An optional icon for the Window.
- Icon - Class in eve.fx
-
An Icon object is used for two purposes.
- Icon(ImageData) - Constructor for class eve.fx.Icon
-
Create a new Icon() for a single ImageData object.
- Icon() - Constructor for class eve.fx.Icon
-
If this constructor is used then the getImageList() method can be used to access the Vector
of Images being held by this Object.
- Icon(IIcon) - Constructor for class eve.fx.Icon
-
This is the constructor to use to wrap an existing IIcons object.
- icon - Variable in class eve.fx.IconAndText
-
The icon being used.
- icon - Variable in class eve.fx.PaintParametersObject
-
- icon - Variable in class eve.ui.Card
-
This is the icon that was associated with the Card, separate from the tabName.
- icon - Variable in class eve.ui.FileChooserLink
-
- icon - Variable in class eve.ui.MessageBox
-
- IconAndText - Class in eve.fx
-
IconAndText is a special type of IImage that draws an Icon and then a line of text.
- IconAndText() - Constructor for class eve.fx.IconAndText
-
- IconAndText(IImage, String, FontMetrics, int) - Constructor for class eve.fx.IconAndText
-
Create an IconAndText for the specified icon and text.
- IconAndText(IImage, String, FontMetrics) - Constructor for class eve.fx.IconAndText
-
Create an IconAndText for the specified icon and text.
- IconAndText(String, String, FontMetrics) - Constructor for class eve.fx.IconAndText
-
Deprecated.
- iconClicked(int) - Method in class eve.ui.table.IconTableModel
-
If an icon in the table returned by makeTable() is clicked, this method is called.
- iconDisplay - Variable in class eve.ui.MessageBox
-
You can create this and set it up before displaying the message box,
but you must also set the "icon" variable to be the icon you wish to display.
- IconFileNamer - Interface in eve.ui.data.icons
-
- iconHeight - Variable in class eve.ui.data.icons.IconListEdit.CompositeIconDisplay
-
- iconIsFreeSized - Variable in class eve.fx.IconAndText
-
If this is true then the icon is not positioned to match the text size.
- iconize(IImage) - Method in class eve.ui.Card
-
Call this after you have specified the tab name.
- iconize(IImage, boolean) - Method in class eve.ui.Card
-
Call this after you have specified the tab name.
- iconize(String, boolean) - Method in class eve.ui.Card
-
Call this after you have specified the tab name.
- iconize(String) - Method in class eve.ui.Card
-
This iconizes the tab with the icon of the specified name and, tells the Card to
display an icon only when it is deslected ONLY if it is running on a PDA sized screen.
- iconize(Control, String, boolean, FontMetrics) - Static method in class eve.ui.DialogBox
-
- iconize(Control, String, boolean, FontMetrics) - Static method in class eve.ui.Gui
-
This will iconize a button/control that has its text already set.
- iconize(Control, IImage, boolean, FontMetrics) - Static method in class eve.ui.Gui
-
This will iconize a button/control that has its text already set.
- iconize(Control, IImage) - Static method in class eve.ui.Gui
-
- iconize(String, IImage, boolean) - Method in class eve.ui.MenuItem
-
Set the label, hotkey and image for the item.
- iconize(String, IImage, boolean, FontMetrics) - Method in class eve.ui.MenuItem
-
Set the label, hotkey and image for the item.
- iconizeFontMetrics - Variable in class eve.ui.Card
-
This is the FontMetrics that will be used with the Iconize method.
- iconizeMenuItem(IImage, String, FontMetrics) - Static method in class eve.ui.GuiStyle
-
- IconListEdit - Class in eve.ui.data.icons
-
- IconListEdit(int) - Constructor for class eve.ui.data.icons.IconListEdit
-
- IconListEdit.CompositeIconDisplay - Class in eve.ui.data.icons
-
- IconListObject - Class in eve.fx
-
This is a base class that can be used to create an IIcon and IIcon.ImageList implementation.
- IconListObject() - Constructor for class eve.fx.IconListObject
-
- IconMenu - Class in eve.ui
-
- IconMenu() - Constructor for class eve.ui.IconMenu
-
- IconMenuForm - Class in eve.ui
-
- IconMenuForm(IconMenu, int) - Constructor for class eve.ui.IconMenuForm
-
Create a FullScreenMenuForm using the provided IFullScreenMenu object.
- iconMode - Variable in class eve.ui.filechooser.FileChooser
-
Do not set this directly.
- IconObject - Class in eve.fx
-
This is a base class that can be used to create an IIcon implementation.
- IconObject() - Constructor for class eve.fx.IconObject
-
- icons - Variable in class eve.fx.Icon
-
- icons - Variable in class eve.fx.win32.WindowsIconGroup
-
- ICONS - Static variable in class eve.io.FileChooserParameters
-
This is a property for the FileChooser and is the list of icons associated with
file extensions - it should be of type java.util.Hashtable.
- Icons - Class in eve.ui.data.icons
-
- Icons() - Constructor for class eve.ui.data.icons.Icons
-
- icons - Variable in class eve.ui.data.icons.Icons
-
Each element in this is an AnIcon object.
- Icons - Class in eve.ui
-
- icons - Variable in class eve.ui.SimpleFileChooser
-
- iconSelected(int) - Method in class eve.ui.table.IconTableModel
-
If an icon in the table returned by makeTable() is selected with the arrow keys,
this method is called.
- iconSizes - Static variable in class eve.ui.Gui
-
These are optional icon sizes that the Gui system will attempt to honor and should be a sorted ascending list of pixel sizes.
- IConsole - Interface in eve.sys
-
- IconTableModel - Class in eve.ui.table
-
This is a table model that displays an icon with associated text below it.
- IconTableModel() - Constructor for class eve.ui.table.IconTableModel
-
- iconWidth - Variable in class eve.ui.data.icons.IconListEdit.CompositeIconDisplay
-
- id - Variable in class eve.database.implement.FieldSortEntry
-
- id - Variable in class eve.io.block.RemoteCall
-
- id - Variable in class eve.ui.MenuItem
-
An optional ID for the item.
- IDABORT - Static variable in class eve.sys.Device
-
A possible return value from messageBox()
- IDataStream - Interface in eve.io.block
-
- IDate - Interface in eve.data
-
- IDBACK - Static variable in class eve.ui.FormBase
-
A predefined return value from the Form.
- IDCANCEL - Static variable in class eve.sys.Device
-
A possible return value from messageBox()
- IDCANCEL - Static variable in class eve.ui.FormBase
-
A predefined return value from the Form.
- identify - Variable in class eve.security.SecurityRequest
-
- identityHashCode(Object) - Static method in class java.lang.System
-
Get what the hashcode of this Object would be if the Object.hashCode() method
was called instead of any overriding hashCode() methods.
- IDEOGRAPHIC_DESCRIPTION_CHARACTERS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ideographic Description Characters" Unicode character block.
- IDIGNORE - Static variable in class eve.sys.Device
-
A possible return value from messageBox()
- idleQuitTime - Variable in class eve.sys.Countdown
-
This is used with the requestTick() methods.
- idleTimeOut - Static variable in class eve.sys.Device
-
When the preventIdleState method is called a Thread is started
that calls resetIdleState() at an interval determined by this value
measured in milliseconds.
- IDNO - Static variable in class eve.sys.Device
-
A possible return value from messageBox()
- IDNO - Static variable in class eve.ui.FormBase
-
A predefined return value from the Form.
- IDOK - Static variable in class eve.sys.Device
-
A possible return value from messageBox()
- IDOK - Static variable in class eve.ui.FormBase
-
A predefined return value from the Form - it is the same as IDYES.
- IDRETRY - Static variable in class eve.sys.Device
-
A possible return value from messageBox()
- ids - Variable in class eve.database.implement.FoundEntriesObject
-
- IDYES - Static variable in class eve.sys.Device
-
A possible return value from messageBox()
- IDYES - Static variable in class eve.ui.FormBase
-
A predefined return value from the Form - it is the same as IDOK.
- IEditable - Interface in eve.ui.data
-
- IEEEremainder(double, double) - Static method in class java.lang.Math
-
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
- IEventModifiers - Interface in eve.fx.gui
-
This interface defines the system flags used with the modifier field in the
Event class.
- IFieldTransfer - Interface in eve.sys
-
- IFileSaver - Interface in eve.ui
-
- ifType - Variable in class eve.sys.FieldTransfer
-
The type of the data used by the interface object.
- IFunctionKeys - Interface in eve.fx.gui
-
- IFxHandler - Interface in eve.fx
-
- IGNORE_ALL - Static variable in class eve.io.BOMInputStream
-
Ignore UTF-32 and UTF-16 and UTF-8 markers.
- IGNORE_CASE - Static variable in class eve.io.FileComparer
-
- IGNORE_CASE - Static variable in class eve.sys.Locale
-
An option for getStringComparer.
- IGNORE_CASE - Static variable in class eve.util.SubString
-
An option for equals().
- IGNORE_ENDIAN_MARKER_ON_DECODE - Static variable in class eve.io.Utf16Codec
-
- IGNORE_NONE - Static variable in class eve.io.BOMInputStream
-
Don't ignore any BOM marker types.
- IGNORE_NONSPACE - Static variable in class eve.sys.Locale
-
An option for getStringComparer.
- IGNORE_SYMBOLS - Static variable in class eve.sys.Locale
-
An option for getStringComparer.
- IGNORE_UTF32 - Static variable in class eve.io.BOMInputStream
-
Ignore UTF-32 markers but handle UTF-16 and UTF-8 markers.
- IGNORE_UTF32_UTF16 - Static variable in class eve.io.BOMInputStream
-
Ignore UTF-32 and UTF-16 markers but handle UTF-8 markers.
- IGNORE_UTF32_UTF16_UTF8 - Static variable in class eve.io.BOMInputStream
-
Ignore UTF-32 and UTF-16 and UTF-8 markers.
- ignoreAlpha - Variable in class eve.fx.ScaledImageMaker
-
Deprecated.
- ignoreCase - Variable in class com.stevesoft.pat.Pthings
-
Whether we should ignore the case of letters in
this match.
- ignoreCase - Variable in class com.stevesoft.pat.Rthings
-
Needed in case (?
- ignoreCLSID - Variable in class eve.ui.table.data.registry.SearchData
-
- ignoreDoubleClick - Variable in class eve.ui.table.TableControl
-
Set this true to ignore double clicks.
- ignoreLevel - Variable in class eve.io.BOMInputStream
-
- ignoreNextFillStackTrace - Static variable in class eve.nativeaccess.NativeAccess
-
- ignoreParentObject - Variable in class eve.ui.data.FileSaver
-
Set this true to always ignore the parent Object and have all new Objects appear in
their own window.
- ignoreSeparatorInQuotes - Variable in class eve.util.StringSplitter
-
This tells the splitter to ignore separators in quotes.
- IIcon - Interface in eve.fx
-
- IIcon.ImageList - Interface in eve.fx
-
This may be implemented by entities that maintain a list of images of different sizes that
represent a single icon.
- IIcon.SizedIcon - Class in eve.fx
-
- IImage - Interface in eve.fx
-
This is an interface that is implemented by objects that can draw themselves
onto a Graphics context.
- IIndexSelectable - Interface in eve.data
-
ISelectable is an interface that represents an Object that contains some
sort of list of which various items can be selected.
- IKeypadKeys - Interface in eve.fx.gui
-
- IKeys - Interface in eve.fx.gui
-
IKeys is an interface containing values for special keys and modifiers.
- IllegalAccessException - Exception in java.lang
-
- IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
-
- IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
-
- IllegalAccessException(Throwable) - Constructor for exception java.lang.IllegalAccessException
-
- IllegalAccessException(String, Throwable) - Constructor for exception java.lang.IllegalAccessException
-
- IllegalArgumentException - Exception in java.lang
-
- IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
-
- IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
-
- IllegalArgumentException(Throwable) - Constructor for exception java.lang.IllegalArgumentException
-
- IllegalArgumentException(String, Throwable) - Constructor for exception java.lang.IllegalArgumentException
-
- IllegalMonitorStateException - Exception in java.lang
-
- IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
-
- IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
-
- IllegalMonitorStateException(Throwable) - Constructor for exception java.lang.IllegalMonitorStateException
-
- IllegalMonitorStateException(String, Throwable) - Constructor for exception java.lang.IllegalMonitorStateException
-
- IllegalStateException - Exception in java.lang
-
- IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
-
- IllegalStateException() - Constructor for exception java.lang.IllegalStateException
-
- IllegalStateException(Throwable) - Constructor for exception java.lang.IllegalStateException
-
- IllegalStateException(String, Throwable) - Constructor for exception java.lang.IllegalStateException
-
- IllegalThreadStateException - Exception in java.lang
-
- IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
-
- IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
-
- IllegalThreadStateException(Throwable) - Constructor for exception java.lang.IllegalThreadStateException
-
- IllegalThreadStateException(String, Throwable) - Constructor for exception java.lang.IllegalThreadStateException
-
- image - Variable in class eve.fx.Drawing
-
- Image - Class in eve.fx
-
- Image(int, int, int) - Constructor for class eve.fx.Image
-
- Image(int, int, int, Object, int, int, int[]) - Constructor for class eve.fx.Image
-
- Image(int, int) - Constructor for class eve.fx.Image
-
- Image(Image, int) - Constructor for class eve.fx.Image
-
- Image(int, Object) - Constructor for class eve.fx.Image
-
- image - Variable in class eve.fx.ImageBuffer
-
- image - Variable in class eve.fx.ImageInfo
-
This is only valid when getting one image out of a set of multiple images.
- image - Variable in class eve.fx.PaintParametersObject
-
- image - Variable in class eve.fx.points.DataCell
-
- Image(ImageData, Rect) - Constructor for class eve.fx.points.PdfMaker.Image
-
- image - Variable in class eve.ui.ButtonObject
-
- image - Variable in class eve.ui.Card
-
If this is not null then this will be displayed instead of the tab text.
- image - Variable in class eve.ui.Control
-
- image - Variable in class eve.ui.DragContext.ImageDragInWindow
-
This is the image being dragged.
- image - Variable in class eve.ui.formatted.TextFormatter
-
- image - Variable in class eve.ui.game.ImageDragContext
-
- image - Variable in class eve.ui.game.ImageMover
-
This is the image being moved.
- image - Variable in class eve.ui.ImageControl
-
- image - Variable in class eve.ui.launcher.VMApp
-
- image - Variable in class eve.ui.MenuItem
-
If this is not null then this will be displayed instead of the label.
- image - Variable in class eve.ui.Sprite
-
- IMAGE_SURFACE - Static variable in interface eve.fx.ISurface
-
- IMAGE_TYPE_ALL - Static variable in class eve.fx.Icon
-
An image type for getImages().
- IMAGE_TYPE_MIXED_TRANSPARENCIES - Static variable in class eve.fx.Icon
-
An image type for getImages().
- IMAGE_TYPE_UNMIXED_TRANSPARENCIES - Static variable in class eve.fx.Icon
-
An image type for getImages().
- imageableHeight - Variable in class eve.fx.points.PageFormat
-
- imageableWidth - Variable in class eve.fx.points.PageFormat
-
- imageableX - Variable in class eve.fx.points.PageFormat
-
- imageableY - Variable in class eve.fx.points.PageFormat
-
- ImageAdapter - Class in eve.fx
-
This class is used to provide an IImage interface to an ImageData object.
- ImageAdapter() - Constructor for class eve.fx.ImageAdapter
-
You must call the set() method after calling this.
- ImageAdapter(ImageData) - Constructor for class eve.fx.ImageAdapter
-
- imageAnchor - Variable in class eve.ui.ButtonControl
-
- imageAnchor - Variable in class eve.ui.ButtonObject
-
- imageAnchor - Variable in class eve.ui.ImageControl
-
This is used if the STRETCH SHRINK or FIT options are not used.
- imageBackground - Variable in class eve.ui.ImageControl
-
- imageBeginDragged(AniImage, Point) - Method in class eve.ui.game.InteractivePanel
-
- imageBeginDragged(AniImage, Point) - Method in class eve.ui.game.MosaicPanel
-
Indicates the pen/mouse is attempting to drag an image.
- ImageBuffer - Class in eve.fx
-
- ImageBuffer() - Constructor for class eve.fx.ImageBuffer
-
- ImageBytes - Class in eve.fx
-
This provides no more functionality than a ByteArray.
- ImageBytes() - Constructor for class eve.fx.ImageBytes
-
- ImageBytes(byte[]) - Constructor for class eve.fx.ImageBytes
-
- ImageBytes(IImage) - Constructor for class eve.fx.ImageBytes
-
- ImageCache - Class in eve.fx
-
An ImageCache is used to fetch and keep images so that Images do not have to
be re-decoded each time they are accessed.
- ImageCache(String, Class) - Constructor for class eve.fx.ImageCache
-
Create an ImageCache where Images can be loaded as resources relative to the specified class using
the "load()" or "tryLoad()" method.
- ImageCache(String) - Constructor for class eve.fx.ImageCache
-
This calls ImageCache(relativePathForLoad,null).
- ImageCache() - Constructor for class eve.fx.ImageCache
-
- imageChar - Variable in class eve.ui.formatted.TextFormatter
-
The character that comes after the image.
- imageClicked(AniImage, Point) - Method in class eve.ui.game.InteractivePanel
-
- ImageControl - Class in eve.ui
-
- ImageControl(IImage) - Constructor for class eve.ui.ImageControl
-
- imageCreationOptions - Variable in class eve.fx.ImageBuffer
-
- imageData - Variable in class eve.fx.ImageAdapter
-
- ImageData - Interface in eve.sys
-
This is a Interface that provides image scan line data and can optionally
accept image scan line data.
- ImageDataInfo - Class in eve.sys
-
This class contains the same information that you get from an ImageData, but
as publicly accessible fields instead of via method calls.
- ImageDataInfo() - Constructor for class eve.sys.ImageDataInfo
-
- ImageDecoder - Class in eve.fx
-
This is the PNG coder/decoder.
- ImageDecoder() - Constructor for class eve.fx.ImageDecoder
-
- ImageDecoder(FormattedDataSource, ImageMaker) - Constructor for class eve.fx.ImageDecoder
-
- ImageDecodingException - Exception in eve.fx
-
This exception is thrown if there is a problem decoding an image.
- ImageDecodingException(String) - Constructor for exception eve.fx.ImageDecodingException
-
- ImageDecodingException(String, Throwable) - Constructor for exception eve.fx.ImageDecodingException
-
- ImageDecodingException(FormattedDataSource, Throwable) - Constructor for exception eve.fx.ImageDecodingException
-
- imageDrag() - Method in class eve.ui.DragContext
-
Call this within the dragged(DragContext dc) to continue dragging the same
image.
- imageDrag(IImage, Point) - Method in class eve.ui.DragContext
-
Call this within the dragged(DragContext dc) to drag a new Image.
- ImageDragContext - Class in eve.ui.game
-
- ImageDragContext(AniImage) - Constructor for class eve.ui.game.ImageDragContext
-
- ImageDragContext(AniImage, PenEvent, Point) - Constructor for class eve.ui.game.ImageDragContext
-
- imageDragged(ImageDragContext, Point) - Method in class eve.ui.game.InteractivePanel
-
- imageDragged(ImageDragContext, Point) - Method in class eve.ui.game.MosaicPanel
-
Indicates the pen/mouse is dragging an image.
- ImageDragInWindow(IImage, Point, Control, Window) - Constructor for class eve.ui.DragContext.ImageDragInWindow
-
- ImageDragInWindow(IImage, Point, Control, Window, Rect) - Constructor for class eve.ui.DragContext.ImageDragInWindow
-
- ImageFileChooser - Class in eve.ui.filechooser
-
- ImageFileChooser(FileChooserParameters) - Constructor for class eve.ui.filechooser.ImageFileChooser
-
- ImageFileChooser() - Constructor for class eve.ui.filechooser.ImageFileChooser
-
- ImageFileChooser(int, String) - Constructor for class eve.ui.filechooser.ImageFileChooser
-
- ImageFileChooser(int, String, File) - Constructor for class eve.ui.filechooser.ImageFileChooser
-
- imageHeight - Variable in class eve.ui.SIPKeypadKeys
-
- ImageInfo - Class in eve.fx
-
This is used for storing information about an Image retrieved by Image.getImageInfo().
- ImageInfo() - Constructor for class eve.fx.ImageInfo
-
- imageInfo - Variable in class eve.fx.ScaledImageMaker
-
Deprecated.
- imageLine - Variable in class eve.ui.formatted.TextFormatter
-
The line that the image is actually on.
- ImageList - Class in eve.ui.game
-
- ImageList() - Constructor for class eve.ui.game.ImageList
-
- ImageMaker - Interface in eve.fx
-
An ImageMaker is used to decode an Image stored in a decodeable image
format (JPEG, BMP, PNG, GIF).
- ImageMaker - Interface in eve.sys
-
- ImageModifier - Interface in eve.fx
-
- imageMovedOff(AniImage) - Method in class eve.ui.game.InteractivePanel
-
- imageMovedOff(AniImage) - Method in class eve.ui.game.MosaicPanel
-
Indicates the pen/mouse is no longer over an image.
- imageMovedOn(AniImage) - Method in class eve.ui.game.InteractivePanel
-
- imageMovedOn(AniImage) - Method in class eve.ui.game.MosaicPanel
-
Indicates the pen/mouse is over an image without the pen/mouse being down (yet).
- ImageMover - Class in eve.ui.game
-
- ImageMover(AniImage, Point, Point, int) - Constructor for class eve.ui.game.ImageMover
-
- imageName - Variable in class eve.ui.launcher.VMApp
-
- imageNotDragged(ImageDragContext, Point) - Method in class eve.ui.game.InteractivePanel
-
- imageNotDragged(ImageDragContext, Point) - Method in class eve.ui.game.MosaicPanel
-
Indicates the pen/mouse has released dragging an image.
- ImageNotFoundException - Exception in eve.fx
-
This is thrown during Image decoding if the named image was not found.
- ImageNotFoundException(String) - Constructor for exception eve.fx.ImageNotFoundException
-
- imageNotRestingOn(AniImage) - Method in class eve.ui.game.MosaicPanel
-
Indicates the pen/mouse is no longer resting on an image.
- ImageObject - Class in eve.fx
-
This is a base class for a number of other IImage classes.
- ImageObject() - Constructor for class eve.fx.ImageObject
-
- imagePos - Variable in class eve.ui.DragContext.ImageDragInWindow
-
This is the location of the last valid drag.
- imagePressed(AniImage, Point) - Method in class eve.ui.game.InteractivePanel
-
- imagePressed(AniImage, Point) - Method in class eve.ui.game.MosaicPanel
-
Indicates the pen/mouse is pressed on an image.
- ImageRefresher - Interface in eve.fx
-
An ImageRefresher is used by an animated image (AniImage) to display it
on the screen.
- imageReleased(AniImage, Point) - Method in class eve.ui.game.InteractivePanel
-
- imageReleased(AniImage, Point) - Method in class eve.ui.game.MosaicPanel
-
Indicates the pen/mouse is released from an image.
- ImageResolver - Interface in eve.ui.formatted
-
- imageRestingOn(AniImage, int) - Method in class eve.ui.game.MosaicPanel
-
Indicates the pen/mouse is resting on an image (after half second delay).
- images - Variable in class eve.ui.data.icons.IconListEdit.CompositeIconDisplay
-
This is a list of AnIcon objects.
- images - Static variable in class eve.ui.formatted.data.HtmlViewer
-
- images - Variable in class eve.ui.game.Mosaic
-
These are the images in the Mosaic.
- imageSet(TextFormatter) - Method in class eve.ui.formatted.TextDisplay
-
- ImageSubSection - Class in eve.fx
-
- ImageSubSection() - Constructor for class eve.fx.ImageSubSection
-
- imageToDraw - Variable in class eve.fx.BackgroundImage
-
- ImageTool - Class in eve.fx
-
- ImageTool() - Constructor for class eve.fx.ImageTool
-
- ImageTool(int) - Constructor for class eve.fx.ImageTool
-
- ImageTool(int, int[]) - Constructor for class eve.fx.ImageTool
-
- imageType - Variable in class eve.fx.ByteArrayImageData
-
- ImageTypeNotSupportedException - Exception in eve.fx
-
This is thrown during Image decoding if the image type is not supported.
- ImageTypeNotSupportedException(int) - Constructor for exception eve.fx.ImageTypeNotSupportedException
-
- imageUpdate(Image, int, int, int, int, int) - Method in class eve.fx.gui.EveCanvas
-
- imageWidth - Variable in class eve.ui.SIPKeypadKeys
-
- imageX - Variable in class eve.ui.formatted.TextFormatter
-
- imageY - Variable in class eve.ui.formatted.TextFormatter
-
- IMethod - Interface in eve.reflect
-
- Immediate - Static variable in class eve.sys.TimeOut
-
- Immutable - Interface in eve.data
-
A data object that is tagged as Immutable is created new whenever it is decoded from bytes.
- implies(Permission) - Method in class java.security.BasicPermission
-
This method tests to see if the specified permission is implied by this
permission.
- implies(Permission) - Method in class java.security.Permission
-
This method tests whether this Permission
implies that the
specified Permission
is also granted.
- implies(Permission) - Method in class java.security.PermissionCollection
-
This method tests whether the specified Permission
object is
implied by this collection of Permission
objects.
- imprint(ImageData, ImageData) - Static method in class eve.fx.ImageTool
-
This method "imprints" the data in the small ImageData into the big ImageData
at the top left corner of the big ImageData.
- in - Variable in class eve.io.block.BlockInputStream
-
- in - Variable in class eve.io.block.RemoteCallHandlerObject
-
- in - Variable in class eve.security.MD5
-
- in - Variable in class eve.security.SecureChannel
-
- in - Static variable in class java.io.FileDescriptor
-
- in - Variable in class java.io.FilterInputStream
-
This is the subordinate InputStream
to which method calls
are redirected
- in - Variable in class java.io.FilterReader
-
This is the subordinate Reader
to which method calls
are redirected
- in - Static variable in class java.lang.System
-
- INACTIVE - Static variable in interface eve.fx.Drawable
-
This is an option that tells the image that it is drawing itself
in an "inactive" state.
- inActivePassiveInput() - Method in class eve.ui.EditControl
-
Return if the EditControl uses passive input and is currently in an active input session.
- inBOMBuffer() - Method in class eve.io.BOMInputStream
-
Return the number of bytes in the internal BOM buffer.
- inBuffer - Variable in class eve.net.ChunkedDataOutputStream
-
- inc() - Method in class com.stevesoft.pat.patInt
-
Increment the value of this by 1.
- inc() - Method in class com.stevesoft.pat.StrPos
-
Advance the place where StrPos points within the String.
- inCallback - Static variable in class eve.fx.gui.EveCanvas
-
- inCheck - Variable in class java.lang.SecurityManager
-
Tells whether or not the SecurityManager is currently performing a
security check.
- inClass(String) - Method in class java.lang.SecurityManager
-
Tell whether the specified class is on the execution stack.
- inClassLoader() - Method in class java.lang.SecurityManager
-
- include(DatabaseEntry) - Method in class eve.database.EntriesView
-
Include the specified entry in this view, but only if it is already included in its
FoundEntries.
- include(int) - Method in class eve.database.EntriesView
-
Include the specified entry in this view.
- include(EntriesView) - Method in class eve.database.EntriesView
-
Include all the entries in the other view in this view.
- include(DatabaseEntry) - Method in interface eve.database.FoundEntries
-
Add an entry to the FoundEntries if it was not added before.
- include(DatabaseEntry) - Method in class eve.database.implement.FoundEntriesObject
-
- includeAll(IntArray) - Method in class eve.database.EntriesView
-
Add all the indexes - sorting this view before the add is done.
- includeAll(Handle, EntriesView) - Method in interface eve.database.FoundEntries
-
Include all the entries as specified from the view of another FoundEntries
in this FoundEntries.
- includeAll(Handle, EntriesView) - Method in class eve.database.implement.FoundEntriesObject
-
- includeExclude(Handle, EntriesView, boolean) - Method in class eve.database.implement.FoundEntriesObject
-
- incMatch(String) - Method in class com.stevesoft.pat.StrPos
-
Increment the string pointer by each character in
st that matches a non-escaped
character.
- IncompatibleClassChangeError - Error in java.lang
-
- IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
-
- IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
-
- IncompatibleClassChangeError(Throwable) - Constructor for error java.lang.IncompatibleClassChangeError
-
- IncompatibleClassChangeError(String, Throwable) - Constructor for error java.lang.IncompatibleClassChangeError
-
- incompleteColor - Variable in class eve.ui.ProgressBar
-
- InconsistentDatabaseStateException - Exception in eve.database
-
When changes are made to a RecordFile database
(or any one object that uses a RandomAccessDatabaseStream as its underlying IO stream)
these changes are done "safely".
- InconsistentDatabaseStateException() - Constructor for exception eve.database.InconsistentDatabaseStateException
-
- inContentRelayout - Variable in class eve.ui.Frame
-
- increaseKey - Variable in class eve.ui.FontChangeHotKeyEventListener
-
- inCurrentEventThread() - Method in class eve.ui.Window
-
- inDaylightTime(Date) - Method in class eve.sys.TZifTimeZone
-
- inDaylightTime(Date) - Method in class java.util.SimpleTimeZone
-
Determines if the given date is in daylight savings time.
- inDaylightTime(Date) - Method in class java.util.TimeZone
-
Returns true, if the given date is in Daylight Savings Time in this
time zone.
- INDENT_ITEM_FLAG - Static variable in interface eve.fx.Drawable
-
This is an option that tells the image the item should be indented by a number
of columns specified as the lower 16 bits of the option value.
- indentDropItems - Variable in class eve.ui.ChoiceControl
-
- indentLevel - Variable in class eve.ui.MenuItem
-
This is -1 by default, which means that the index level should be calculated
automatically.
- index(int) - Method in class eve.database.EntriesView
-
This is the same as indexInFoundEntries().
- INDEX_FLAG_DO_REINDEX - Variable in class eve.database.implement.DatabaseObject
-
- indexBy(Handle, int, String) - Method in interface eve.database.Database
-
This tells the Database to keep an index for a particular sort ID and optional
distinct name.
- indexBy(Handle, Class, String) - Method in interface eve.database.Database
-
This tells the Database to keep an index using a particular Comparer class and
distinct name.
- indexBy(int) - Method in interface eve.database.Database
-
This is a convenience method for the other indexBy method.
- indexBy(Handle, Class, String) - Method in class eve.database.implement.DatabaseObject
-
This tells the Database to keep an index using a particular Comparer class and
distinct name.
- indexBy(Handle, int, String) - Method in class eve.database.implement.DatabaseObject
-
- indexBy(int) - Method in class eve.database.implement.DatabaseObject
-
- indexBy - Variable in class eve.ui.advanced.database.DatabaseTester
-
- IndexEntry - Class in eve.database
-
- IndexEntry() - Constructor for class eve.database.IndexEntry
-
- indexes - Variable in class eve.database.implement.DatabaseSpecs
-
- indexFlag - Variable in class eve.database.implement.DatabaseObject
-
- indexFromFoundEntries(FoundEntries) - Method in class eve.database.implement.FoundEntriesObject
-
- indexFromFoundEntries(FoundEntries) - Method in class eve.database.implement.RecordFoundEntries
-
- indexInFoundEntries(int) - Method in class eve.database.EntriesView
-
This is the same as index().
- indexInView(DatabaseEntry) - Method in class eve.database.EntriesView
-
Find out the index of the specified entry in this view - if it exists in the view.
- indexInView(int) - Method in class eve.database.EntriesView
-
Determine the index of the database entry in the View, based on its index
in the FoundEntries.
- indexName - Variable in class eve.database.implement.FoundEntriesObject
-
- indexOf(char) - Method in interface com.stevesoft.pat.StringLike
-
- indexOf(char) - Method in class com.stevesoft.pat.wrap.CharArrayWrap
-
- indexOf(char) - Method in class com.stevesoft.pat.wrap.RandomAccessFileWrap
-
- indexOf(char) - Method in class com.stevesoft.pat.wrap.StringWrap
-
- indexOf(DatabaseEntry) - Method in interface eve.database.FoundEntries
-
Return the index of the entry in the FoundEntries object.
- indexOf(DatabaseEntry) - Method in class eve.database.implement.RecordFoundEntries
-
- indexOf(Object) - Method in class eve.ui.ChoiceControl
-
Find the index of this object.
- indexOf(String) - Method in class eve.ui.filechooser.FileListTableModel
-
- indexOf(int[]) - Method in class eve.ui.table.TreeTableModel
-
Finds the index of the address specified.
- indexOf(TreeNode) - Method in class eve.ui.table.TreeTableModel
-
Return the line of the specified node IF it is displayed.
- indexOf(int) - Method in class eve.util.CharArray
-
- indexOf(int, int) - Method in class eve.util.CharArray
-
- indexOf(String) - Method in class eve.util.CharArray
-
- indexOf(String, int) - Method in class eve.util.CharArray
-
- indexOf(char[], int, int, int) - Method in class eve.util.CharArray
-
- indexOf(int) - Method in class eve.util.IntArray
-
Find the index of the specified value.
- indexOf(String, char) - Static method in class eve.util.mString
-
- indexOf(char[], int, int, char[], int, int, int) - Static method in class eve.util.SubString
-
Find the index of a string within another string.
- indexOf(char[], int, int, String) - Static method in class eve.util.SubString
-
Find the index of a string within another string.
- indexOf(char, char[], int, int, int, int) - Static method in class eve.util.SubString
-
- indexOf(int) - Method in class eve.util.SubString
-
- indexOf(int, int) - Method in class eve.util.SubString
-
- indexOf(Object, long, int, int, boolean) - Static method in class eve.util.Utils
-
Find the index of a value within an array.
- indexOf(String) - Method in class java.lang.String
-
- indexOf(String, int) - Method in class java.lang.String
-
- indexOf(int) - Method in class java.lang.String
-
- indexOf(int, int) - Method in class java.lang.String
-
- indexOf(Object) - Method in class java.util.AbstractList
-
Obtain the first index at which a given object is to be found in this
list.
- indexOf(Object) - Method in class java.util.ArrayList
-
Returns the lowest index at which element appears in this List, or
-1 if it does not appear.
- indexOf(Object) - Method in interface java.util.List
-
Obtain the first index at which a given object is to be found in this
list.
- indexOf(Object, int) - Method in class java.util.Vector
-
- indexOf(Object) - Method in class java.util.Vector
-
- indexOfChild(TreeNode) - Method in class eve.data.MutableTreeNodeObject
-
- indexOfChild(TreeNode) - Method in interface eve.data.TreeNode
-
Return the index of the specified child.
- indexOfChild(TreeNode) - Method in class eve.ui.data.LiveTreeNode
-
- indexOfDayInWeek(int, Locale) - Static method in class eve.sys.Time
-
This returns the index of the day in the week.
- indexOfFirstAttribute - Variable in class eve.sys.ClassFile.FieldMethod
-
- indexOfPoint(int, int) - Method in class eve.ui.table.TreeControl
-
- indexOfSubList(List, List) - Static method in class java.util.Collections
-
Returns the starting index where the specified sublist first occurs
in a larger list, or -1 if there is no matching position.
- IndexOutOfBoundsException - Exception in java.lang
-
- IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
-
- IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
-
- IndexOutOfBoundsException(Throwable) - Constructor for exception java.lang.IndexOutOfBoundsException
-
- IndexOutOfBoundsException(String, Throwable) - Constructor for exception java.lang.IndexOutOfBoundsException
-
- indexRecorder - Variable in class eve.database.implement.FoundEntriesObject
-
- inet4Address - Variable in class eve.net.NetworkInterface
-
This standard IPv4 address associated with the interface if known.
- Inet4Address - Class in java.net
-
- inet4Properties - Variable in class eve.net.NetworkInterface
-
This may be null but if not may include items like "addr", "Bcast" and "Mask".
- inet6Address - Variable in class eve.net.NetworkInterface
-
This standard IPv6 address associated with the interface if known.
- Inet6Address - Class in java.net
-
- inet6Properties - Variable in class eve.net.NetworkInterface
-
This may be null but if not may include items like "addr" and "Scope".
- InetAddress - Class in java.net
-
This class models an Internet address.
- inEventThread() - Static method in class eve.ui.Window
-
- inf - Variable in class eve.io.InflaterInputStream
-
Decompressor for this filter
- inf - Variable in class java.util.zip.InflaterInputStream
-
Decompressor for this filter
- Infinite - Static variable in class eve.sys.TimeOut
-
This is the value for an infinite timeout in milliseconds, equal to -1.
- inflate(byte[], int, int) - Method in class eve.io.Inflater
-
- inflate(byte[]) - Method in class eve.io.Inflater
-
- inflate(byte[], int, int, ByteArray) - Static method in class eve.io.Io
-
Using the most efficient method possible, decompress using inflate a single block
of bytes producing a single block of bytes which are appended to a destination
ByteArray.
- inflate(Inflater, byte[], int, int, ByteArray) - Static method in class eve.io.Io
-
Using the most efficient method possible, decompress using inflation a single block
of bytes producing a single block of bytes which are appended to a destination
ByteArray.
- inflate(Inflater, byte[], int, int, IntArray) - Static method in class eve.io.Io
-
Using the most efficient method possible, decompress using inflation a single block
of bytes producing a single block of ints which are appended to a destination
IntArray.
- inflate(byte[], int, int) - Method in class java.util.zip.Inflater
-
- inflate(byte[]) - Method in class java.util.zip.Inflater
-
- Inflater - Class in eve.io
-
Inflater is used to decompress data that has been compressed according
to the "deflate" standard described in rfc1950.
- Inflater() - Constructor for class eve.io.Inflater
-
Creates a new inflater.
- Inflater(boolean) - Constructor for class eve.io.Inflater
-
Creates a new inflater.
- Inflater - Class in java.util.zip
-
Inflater is used to decompress data that has been compressed according
to the "deflate" standard described in rfc1950.
- Inflater() - Constructor for class java.util.zip.Inflater
-
Creates a new inflater.
- Inflater(boolean) - Constructor for class java.util.zip.Inflater
-
Creates a new inflater.
- InflaterInputStream - Class in eve.io
-
This filter stream is used to decompress data compressed in the "deflate"
format.
- InflaterInputStream(InputStream) - Constructor for class eve.io.InflaterInputStream
-
Create an InflaterInputStream with the default decompresseor
and a default buffer size.
- InflaterInputStream(InputStream, Inflater) - Constructor for class eve.io.InflaterInputStream
-
Create an InflaterInputStream with the specified decompresseor
and a default buffer size.
- InflaterInputStream(InputStream, Inflater, int) - Constructor for class eve.io.InflaterInputStream
-
Create an InflaterInputStream with the specified decompresseor
and a specified buffer size.
- InflaterInputStream - Class in java.util.zip
-
This filter stream is used to decompress data compressed in the "deflate"
format.
- InflaterInputStream(InputStream) - Constructor for class java.util.zip.InflaterInputStream
-
Create an InflaterInputStream with the default decompresseor
and a default buffer size.
- InflaterInputStream(InputStream, Inflater) - Constructor for class java.util.zip.InflaterInputStream
-
Create an InflaterInputStream with the specified decompresseor
and a default buffer size.
- InflaterInputStream(InputStream, Inflater, int) - Constructor for class java.util.zip.InflaterInputStream
-
Create an InflaterInputStream with the specified decompresseor
and a specified buffer size.
- info - Variable in class eve.fx.points.PdfMaker
-
- INFO_CREATE_TEMP - Static variable in interface eve.io.FileConstants
-
- INFO_CURRENT_DIRECTORY - Static variable in interface eve.io.FileConstants
-
- INFO_DETAIL_NAMES - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_DETAIL_WIDTHS - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_DETAILS - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_DEVICE_ICON - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_DEVICE_NAME - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_FILE_TIMES - Static variable in interface eve.io.FileConstants
-
This is used to get/set the three file times for a file - the creation date, the last modification date
and the last access date, in that order.
- INFO_FLAGS - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_FREE_DRIVE_SPACE - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_GROUP - Static variable in interface eve.io.FileConstants
-
This is used to get/set the group of a file.
- INFO_ICON - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_LINK_DESTINATION - Static variable in interface eve.io.FileConstants
-
NOT IMPLEMENTED YET.
- INFO_OPTION_ICON_LARGE - Static variable in interface eve.io.FileConstants
-
An option used with INFO_ICON and getInfo().
- INFO_OPTION_ICON_MEDIUM - Static variable in interface eve.io.FileConstants
-
An option used with INFO_ICON and getInfo().
- INFO_OPTION_ICON_SMALL - Static variable in interface eve.io.FileConstants
-
An option used with INFO_ICON and getInfo().
- INFO_OWNER - Static variable in interface eve.io.FileConstants
-
Used with getInfo()/setInfo().
- INFO_PROGRAM_DIRECTORY - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_ROOT_LIST - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_SET_USER_AND_GROUP - Static variable in interface eve.io.FileConstants
-
- INFO_SYMBOLIC_LINK_TARGET - Static variable in interface eve.io.FileConstants
-
If the file is a symbolic link, return the target of the file.
- INFO_SYSTEM_TYPE - Static variable in interface eve.io.FileConstants
-
Used for getting the file system type.
- INFO_TEMPORARY_DIRECTORY - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_TOOL_TIP - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_TOTAL_DRIVE_SPACE - Static variable in interface eve.io.FileConstants
-
Used with getInfo().
- INFO_VOLUME_FLAGS - Static variable in interface eve.io.FileConstants
-
This requests the VOLUME_FLAG_XXX values for the File.
- INFO_VOLUME_LIST - Static variable in interface eve.io.FileConstants
-
This requests the name of the mounted volumes as an array of strings.
- INFO_VOLUME_PROPERTIES - Static variable in interface eve.io.FileConstants
-
This requests the available volume properties of the File as a String in the form:
"name=value|name=value|..."
- inFocus - Variable in class eve.ui.EditControl
-
If native input is used, this will normally start automatically when the
input gets focus.
- infoHeader - Variable in class eve.fx.win32.WindowsBitmap
-
- infraRedHostName - Static variable in class eve.io.Io
-
This is the host name associated with the infra-red port.
- infraRedHostName - Static variable in class eve.net.Net
-
This is the host name associated with the infra-red port.
- inFront - Static variable in class eve.ui.Window
-
- inheritModifiers(Control, boolean, int, boolean) - Method in class eve.ui.Control
-
Get particular modifiers flags from another control and optionally set children flags.
- inheritSoftKeys - Variable in class eve.ui.Form
-
Set this true if the Form should display the Soft keys of its child form.
- inint - Variable in class eve.security.MD5
-
- init() - Method in class eve.applet.EveApplet
-
- init(FileChooserParameters) - Method in class eve.ui.SimpleFileChooser
-
- init(long, byte) - Method in class eve.ui.table.TreeTableModel
-
- initCause(Throwable) - Method in class java.lang.Throwable
-
Initialize the cause of this Throwable to be the specified Throwable.
- initial - Variable in class eve.ui.filechooser.FileChooserDemo
-
- INITIAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pi" in the Unicode specification.
- initialDirectory - Variable in class eve.ui.FileInput
-
If this is not null then the FileChooser will always start from this
directory instead of from the parent of the currently chosen file.
- initialize() - Method in class eve.database.implement.RecordFile
-
Initialize the RecordFile - you do not need to call this for new RecordFiles, it is done
if a new RecordFile is created automatically.
- initialize(byte[], int, int) - Method in class eve.security.BlowfishECB
-
Initializes the instances, but does not really reset it since the PBOXes are not reset.
- initialize() - Method in class eve.sys.options.VMOptions
-
- initialize() - Static method in class eve.ui.SIPButton
-
- initialize() - Method in class eve.ui.VMOptions
-
- initializeData(String) - Method in class eve.ui.Input
-
This sets the text and the oldText so that a DataChange is not generated when the Input first gets focus.
- initializeDatabase(DatabaseMaker, String, Object, DataProcessor, DataProcessor) - Static method in class eve.database.DatabaseManager
-
This is used to initialize a database if it has not yet been initialized.
- initializeDatabase(DatabaseMaker, String, Object) - Static method in class eve.database.DatabaseManager
-
This is used to initialize a database if it has not yet been initialized.
- initializeLibrary() - Static method in class eve.net.rapi.Rapi
-
- initializeLibrary(PropertyList) - Static method in class eve.sys.Vm
-
This is used to initialize the non-Gui components of the Eve Java library if it is being used as part of a
separate non-Eve application.
- initializeLibrary(PropertyList) - Static method in class eve.ui.Application
-
This is used to initialize the Eve Java library and GUI system if it is being used as part of a
separate non-Eve application.
- INITIALLY_CLOSED - Static variable in interface eve.fx.AlignmentConstants
-
- INITIALLY_CLOSED - Static variable in interface eve.ui.CellConstants
-
- INITIALLY_HIDDEN - Static variable in interface eve.ui.CellConstants
-
- INITIALLY_MINIMIZED - Static variable in interface eve.fx.AlignmentConstants
-
- INITIALLY_MINIMIZED - Static variable in interface eve.ui.CellConstants
-
- INITIALLY_PREFERRED_SIZE - Static variable in interface eve.fx.AlignmentConstants
-
- INITIALLY_PREFERRED_SIZE - Static variable in interface eve.ui.CellConstants
-
- initialText - Variable in class eve.fx.gui.NativeInputParameters
-
This is the initial text to be entered - use setInitialText() to set it - this
will convert LF characters to CR/LF characters if necessary.
- inNativeDialog() - Static method in class eve.fx.gui.WindowSurface
-
Returns whether enterNativeDialog() has been called but no matching exitNativeDialog()
has been called.
- inNativeInput() - Static method in class eve.ui.Window
-
This returns whether the system is within a native input or native dialog.
- inNativeTextInput() - Static method in class eve.fx.gui.WindowSurface
-
- innerRect - Static variable in class eve.ui.ChoiceControl
-
- inPanel - Variable in class eve.ui.game.MosaicPanel
-
- inPenPress() - Static method in class eve.ui.Gui
-
- inPickMode - Variable in class eve.ui.data.icons.TransparentPicker
-
- inPress - Variable in class eve.ui.ButtonControl
-
- input(byte[], int, int, ByteArray) - Method in interface eve.security.ISecureChannel
-
- input(byte[], int, int, ByteArray) - Method in class eve.security.SecureChannel
-
- input(Frame, String) - Method in class eve.ui.advanced.database.GetSearchCriteria
-
- input(String) - Method in class eve.ui.advanced.database.GetSearchCriteria
-
- input - Variable in class eve.ui.ComboBox
-
The input part of the Control.
- input(String, int) - Method in class eve.ui.data.InputBox
-
- input(Frame, String, int) - Method in class eve.ui.data.InputBox
-
- input(Frame, String, int, boolean) - Method in class eve.ui.data.InputBox
-
- input(Frame, String, PropertyList) - Method in class eve.ui.data.InputObject
-
This does the following:
Sets the values of the fields to be as specified in the "values" PropertyList parameter.
- input(String, int) - Method in class eve.ui.data.LiveObject
-
This opens an Editor for this object.
- input - Variable in class eve.ui.filechooser.FileInput
-
- input - Variable in class eve.ui.FileInput
-
This is the input used to display/input a file name.
- Input - Class in eve.ui
-
An Input is a single line input.
- Input() - Constructor for class eve.ui.Input
-
- Input(String) - Constructor for class eve.ui.Input
-
- input - Variable in class eve.ui.InputForm
-
- input - Variable in class eve.ui.InputInsideForm
-
- input(Control, String) - Static method in class eve.ui.InputInsideForm
-
- input(Control, String, InputInsideForm.ValidateInputBeforeExit, boolean) - Static method in class eve.ui.InputInsideForm
-
- input - Variable in class eve.ui.InputPopupForm
-
- input - Variable in class eve.ui.InputWithTools
-
- Input.ExtraTool - Interface in eve.ui
-
- INPUT_METHOD_CLOSED_ACCEPTED - Static variable in interface eve.fx.gui.IKeys
-
This is not a real key - it is meant to indicate that the user has closed any input method,
whether it is an on-screen input pad or a physical keyboard, while indicating that the entered
data should be accepted.
- INPUT_METHOD_CLOSED_CANCELED - Static variable in interface eve.fx.gui.IKeys
-
This is not a real key - it is meant to indicate that the user has closed any input method,
whether it is an on-screen input pad or a physical keyboard, while indicating that the entered
data should be canceled and old data should be reused.
- INPUT_OP_CLOSE - Static variable in class eve.nativeaccess.NativeStream
-
- INPUT_OP_READ - Static variable in class eve.nativeaccess.NativeStream
-
- INPUT_OP_SKIP - Static variable in class eve.nativeaccess.NativeStream
-
- InputBox - Class in eve.ui.data
-
This class can be used to accept a single line of input from the user.
- InputBox() - Constructor for class eve.ui.data.InputBox
-
- InputBox(String) - Constructor for class eve.ui.data.InputBox
-
- inputBufferSize - Variable in class eve.net.HttpConnectionTask
-
The size of the input buffer to use when reading in data.
- inputEdge - Static variable in class eve.ui.GuiStyle
-
- inputFlags - Variable in class eve.ui.EditControl
-
This value is -1 as default - which tells the VM to pick the best input flags for
the current system.
- InputForm - Class in eve.ui
-
- InputForm() - Constructor for class eve.ui.InputForm
-
- inputForm - Static variable in class eve.ui.InputForm
-
- InputInsideForm - Class in eve.ui
-
- InputInsideForm(Input, int) - Constructor for class eve.ui.InputInsideForm
-
- InputInsideForm() - Constructor for class eve.ui.InputInsideForm
-
- InputInsideForm.ValidateInputBeforeExit - Interface in eve.ui
-
- InputKeyPad - Class in eve.ui
-
- InputKeyPad() - Constructor for class eve.ui.InputKeyPad
-
- inputLength - Variable in class eve.ui.data.InputObject
-
This is the default input length, currently set to 30 characters.
- inputLength - Variable in class eve.ui.InputStack
-
This sets the preferred length, in characters, of inputs added to the InputStack.
- inputMethod - Variable in class eve.ui.EditControl
-
You can set this to be a valid InputMethod object.
- InputMethod - Class in eve.ui
-
- InputMethod() - Constructor for class eve.ui.InputMethod
-
- inputNewFileName(String, File, String, String, boolean) - Method in class eve.ui.filechooser.FileChooser
-
- InputObject - Class in eve.ui.data
-
This is a utility object which can be used to input data from a user.
- InputObject() - Constructor for class eve.ui.data.InputObject
-
- InputObject(String, int) - Constructor for class eve.ui.data.InputObject
-
Create an InputObject with the specified fields and with a particular input length.
- inputParameters - Variable in class eve.fx.gui.SurfaceTextEvent
-
This is used with the TEXT_ENTERED event and indicates that the input ended by the ENTER key.
- InputPopupForm - Class in eve.ui
-
- InputPopupForm() - Constructor for class eve.ui.InputPopupForm
-
- InputStack - Class in eve.ui
-
- InputStack() - Constructor for class eve.ui.InputStack
-
- InputStack.CustomInput - Interface in eve.ui
-
- inputStackLength - Static variable in class eve.ui.data.UIBuilder
-
- inputState - Variable in class eve.ui.TextPad
-
This is used to determine the state of the input.
- inputStream - Variable in class eve.io.CompressedRandomStream
-
- inputStream - Variable in class eve.ui.filechooser.ZipFileBrowser
-
- InputStream - Class in java.io
-
This abstract class forms the base of the hierarchy of classes that read
input as a stream of bytes.
- InputStream() - Constructor for class java.io.InputStream
-
- InputStreamReader - Class in java.io
-
This class reads characters from a byte input stream.
- InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
-
This method initializes a new instance of InputStreamReader
to read from the specified stream using the default encoding.
- InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
-
This method initializes a new instance of InputStreamReader
to read from the specified stream using a caller supplied character
encoding scheme.
- InputValidator - Interface in eve.ui
-
- inputWasClosed() - Method in class eve.io.MemoryStream
-
Returns if the close() was called on the MemoryStream.
- InputWithTools - Class in eve.ui
-
This class provides an mInput along with a drop-down tool menu, that is meant
to aid the input in some way.
- InputWithTools() - Constructor for class eve.ui.InputWithTools
-
Create an InputWithTools but with no tool menu selected.
- InputWithTools(Menu) - Constructor for class eve.ui.InputWithTools
-
Create an mInputWithTools with a specific tools menu.
- InputWithTools(String[]) - Constructor for class eve.ui.InputWithTools
-
Create an InputWithTools with a specific tools menu derived from the toolOptions.
- inRange(Object) - Method in interface eve.data.PlainTimeStamp.Range
-
- inRange(int) - Method in class eve.util.RangeList
-
- inRange(int, int) - Method in class eve.util.RangeList
-
Return if the specified range is already completely within the ranges
covered by this RangeList.
- inRect(int, int, Rect) - Method in class eve.ui.table.TableControl
-
- INSERT - Static variable in interface eve.fx.gui.IKeys
-
special key
- insert(int, int, long[], byte[]) - Method in class eve.ui.table.TreeTableModel
-
This will only insert IF there are already children.
- insert(int, byte[], int, int) - Method in class eve.util.ByteArray
-
Insert bytes into the ByteArray.
- insert(int, char[], int, int) - Method in class eve.util.CharArray
-
Insert characters into the CharArray.
- insert(char, int) - Method in class eve.util.CharArray
-
- insert(StringBuffer, int, int, int) - Method in class eve.util.CharArray
-
- insert(StringBuffer, int) - Method in class eve.util.CharArray
-
- insert(int[], int, int, int) - Method in class eve.util.IntArray
-
- insert(int, int) - Method in class eve.util.IntArray
-
Insert a value at the specified index.
- insert(int, Object) - Method in class eve.util.mVector
-
- insert(int, char[], int, int) - Method in class java.lang.StringBuffer
-
- insert(int, String) - Method in class java.lang.StringBuffer
-
- insert(int, char[]) - Method in class java.lang.StringBuffer
-
- insert(int, boolean) - Method in class java.lang.StringBuffer
-
- insert(int, double) - Method in class java.lang.StringBuffer
-
- insert(int, float) - Method in class java.lang.StringBuffer
-
- insert(int, int) - Method in class java.lang.StringBuffer
-
- insert(int, long) - Method in class java.lang.StringBuffer
-
- insert(int, Object) - Method in class java.lang.StringBuffer
-
- insert(int, char) - Method in class java.lang.StringBuffer
-
- insert(int, char[], int, int) - Method in class java.lang.StringBuilder
-
- insert(int, String) - Method in class java.lang.StringBuilder
-
- insert(int, char[]) - Method in class java.lang.StringBuilder
-
- insert(int, boolean) - Method in class java.lang.StringBuilder
-
- insert(int, double) - Method in class java.lang.StringBuilder
-
- insert(int, float) - Method in class java.lang.StringBuilder
-
- insert(int, int) - Method in class java.lang.StringBuilder
-
- insert(int, long) - Method in class java.lang.StringBuilder
-
- insert(int, Object) - Method in class java.lang.StringBuilder
-
- insert(int, char) - Method in class java.lang.StringBuilder
-
- insertAsSubMenu(Menu, String, Vector) - Static method in class eve.ui.SoftKeyBar
-
- insertAsSubMenu(Menu, String, String) - Static method in class eve.ui.SoftKeyBar
-
- insertChild(MutableTreeNode, int) - Method in interface eve.data.MutableTreeNode
-
Insert a child at the specified index.
- insertChild(MutableTreeNode, int) - Method in class eve.data.MutableTreeNodeObject
-
- insertChild(MutableTreeNode, int) - Method in class eve.ui.data.LiveTreeNode
-
- inserted(TreeNode, TreeNode, boolean) - Method in class eve.ui.table.TreeTableModel
-
This assumes you are using TreeNode objects with the control.
- insertElementAt(Object, int) - Method in class eve.util.OwnedVector
-
- insertElementAt(Object, int) - Method in class java.util.Vector
-
- insertInt(int, int, int) - Method in class eve.util.ByteArray
-
Insert an integer value as up to four bytes in big-endian format.
- insertIntoInput(String) - Method in class eve.ui.InputWithTools
-
Use this to insert text into the mInput at the current cursor position, overwriting
any text that might be selected.
- insertItemAt(Object, int) - Method in class eve.ui.ChoiceControl
-
Insert an item in the control.
- insertLong(int, long) - Method in class eve.util.ByteArray
-
Insert a long value as eight bytes in big-endian format.
- insertRow(Control, int) - Method in class eve.ui.Panel
-
- insertRow(Object[], int) - Method in class eve.util.Grid
-
Insert a complete row at certain point.
- insertSpace(int, int) - Method in class eve.fx.FormattedTextSpecs
-
- inset(Control, double, double, double, double) - Static method in class eve.ui.Spacer
-
- inset(int, int, Rect) - Method in class eve.ui.table.TableModel
-
- insetImage(ImageData, int, int, int, int, boolean) - Static method in class eve.fx.ImageTool
-
- insetImageByRatio(ImageData, double, double, double, double, boolean) - Static method in class eve.fx.ImageTool
-
- Insets - Class in eve.fx
-
- Insets() - Constructor for class eve.fx.Insets
-
- Insets(int, int, int, int) - Constructor for class eve.fx.Insets
-
- insets - Variable in class eve.fx.PaintParametersObject
-
- INSETS - Static variable in interface eve.ui.CellConstants
-
- insetTextGap(FontMetrics, PointInsets, Dimension) - Static method in class eve.fx.Metrics
-
Modify the dimension's width and height to add in the text insets.
- insetToContents(Rect, boolean) - Method in class eve.ui.Control
-
- inside - Variable in class eve.ui.ButtonObject
-
- insideColor - Variable in class eve.ui.Button
-
If this is set, then the inside will be filled with this color.
- install(InstallerConfig) - Method in class eve.ui.installer.Installer
-
- install - Variable in class eve.ui.launcher.VMApp
-
- INSTALL_ALWAYS_FOR_ALL_USERS - Static variable in class eve.sys.install.InstallerConfig
-
This is a value for InstallForType -
it indicates that the application should always be installed for all users.
- INSTALL_ALWAYS_FOR_CURRENT_USER - Static variable in class eve.sys.install.InstallerConfig
-
This is a value for InstallForType -
it indicates that the application should always be installed for the current user only.
- INSTALL_ASK_USER - Static variable in class eve.sys.install.InstallerConfig
-
This is a value for InstallForType -
it indicates that at runtime the user should indicate whether to install the application for all users or for the current user only.
- INSTALL_SELECT - Static variable in class eve.ui.filechooser.FileChooserBase
-
This is an option for use in the constructor in the "type" parameter.
- installationTime - Variable in class eve.sys.install.InstalledConfig
-
The time and date the installation was done.
- InstallDirectories - Class in eve.ui.installer
-
- InstallDirectories(File, File) - Constructor for class eve.ui.installer.InstallDirectories
-
- installDirectory - Variable in class eve.sys.install.InstalledConfig
-
The directory where the program files were installed.
- installDirectory - Variable in class eve.ui.installer.Installer
-
- installed(int, SignalHandler) - Method in interface eve.sys.SignalHandler
-
Called when the SignalHandler is installed.
- InstalledConfig - Class in eve.sys.install
-
InstalledConfig represents the configuration data created when the application was installed on the target system.
- InstalledConfig() - Constructor for class eve.sys.install.InstalledConfig
-
- InstalledConfig.InstalledDirectories - Interface in eve.sys.install
-
- InstalledFilesState(File, String, boolean) - Constructor for class eve.ui.installer.Installer.InstalledFilesState
-
Create an InstalledFilesState and gather the file information.
- installedForUserOnly - Variable in class eve.sys.install.InstalledConfig
-
This is set true if the application was installed for a single user only.
- Installer - Class in eve.ui.installer
-
- Installer() - Constructor for class eve.ui.installer.Installer
-
- Installer.copyProgress - Class in eve.ui.installer
-
- Installer.FileList - Class in eve.ui.installer
-
- Installer.InstalledFilesState - Class in eve.ui.installer
-
- Installer.SavedFiles - Class in eve.ui.installer
-
- Installer.UndeletedFilesException - Exception in eve.ui.installer
-
Throw this during deleteProgramFiles() to indicate some files were not deleted.
- Installer.UninstallInfo - Class in eve.ui.installer
-
- installerConfig - Variable in class eve.sys.install.InstalledConfig
-
The text encoded configuration that was used to install the application.
- InstallerConfig - Class in eve.sys.install
-
- InstallerConfig() - Constructor for class eve.sys.install.InstallerConfig
-
- installError(boolean, Exception, int, boolean) - Method in class eve.ui.installer.Installer
-
Display a possibly recoverable error during installation.
- installErrorToMessage(boolean, int) - Method in class eve.ui.installer.Installer
-
- InstallFilesZipName - Static variable in class eve.ui.installer.Installer
-
- InstallForType - Static variable in class eve.sys.install.InstallerConfig
-
- installingForAllUsers - Variable in class eve.ui.installer.Installer
-
- installSignalHandler(SignalHandler, int) - Static method in class eve.applet.EveApplet
-
- installSignalHandler(SignalHandler, int) - Static method in class eve.sys.Vm
-
This is used to install a Signal handler if supported.
- InstanceField(Object, Field) - Constructor for class eve.sys.Reflection.InstanceField
-
Create the InstanceField.
- InstantiationError - Error in java.lang
-
- InstantiationError(String) - Constructor for error java.lang.InstantiationError
-
- InstantiationError() - Constructor for error java.lang.InstantiationError
-
- InstantiationError(Throwable) - Constructor for error java.lang.InstantiationError
-
- InstantiationError(String, Throwable) - Constructor for error java.lang.InstantiationError
-
- instantiationErrorNotUsed - Variable in class eve.reflect.Constructor
-
If the method call newInstance() returns null, then this will be set to be
the exception that caused the newInstance() call to fail.
- InstantiationException - Exception in java.lang
-
- InstantiationException(String) - Constructor for exception java.lang.InstantiationException
-
- InstantiationException() - Constructor for exception java.lang.InstantiationException
-
- InstantiationException(Throwable) - Constructor for exception java.lang.InstantiationException
-
- InstantiationException(String, Throwable) - Constructor for exception java.lang.InstantiationException
-
- inSystemThread() - Static method in class eve.sys.mThread
-
Returns the same value as Vm.inSystemThread().
- inSystemThread() - Static method in class eve.sys.Vm
-
This method returns true if the current thread is considered to be a
System Thread - but this only applies to a native Eve VM, it will not
apply to a true Java VM.
- INT - Static variable in class eve.sys.Wrapper
-
- Intable - Interface in eve.util
-
This interface represents an Object that can have a integer value set/retrieved.
- intArray - Variable in class eve.database.implement.DatabaseObject
-
- IntArray - Class in eve.util
-
This is a utility for storing an expandable array of integers.
- IntArray() - Constructor for class eve.util.IntArray
-
Creates an IntArray with an initial length of zero, a capacity of 100 and a grow size of -1.
- IntArray(int, int) - Constructor for class eve.util.IntArray
-
Creates an IntArray of zero length with the specified initial capacity and grow size.
- intBitsToFloat(int) - Static method in class java.lang.Float
-
Convert the argument in IEEE 754 floating-point "single format" bit
layout to the corresponding float.
- intBuff - Variable in class eve.io.block.BlockInputStream
-
- IntChoice - Class in eve.ui
-
An IntChoice is a Choice that treats setInt() and getInt() differently.
- IntChoice(int[], int) - Constructor for class eve.ui.IntChoice
-
- IntChoice(String[], int) - Constructor for class eve.ui.IntChoice
-
- IntChoice(String, int) - Constructor for class eve.ui.IntChoice
-
- INTEGER - Static variable in interface eve.database.DatabaseTypes
-
This is the Integer (32-bit) field type.
- Integer - Class in java.lang
-
Instances of class Integer
represent primitive
int
values.
- Integer(int) - Constructor for class java.lang.Integer
-
Create an Integer
object representing the value of the
int
argument.
- Integer(String) - Constructor for class java.lang.Integer
-
Create an Integer
object representing the value of the
argument after conversion to an int
.
- integerDigits - Variable in class eve.ui.UpDownInput
-
If you are using this for integer input, this specifies the number of digits
that will be input/displayed.
- integerPart - Variable in class eve.math.FormattedDecimal
-
When building a decimal value, put the part before the decimal point
here.
- integerValues - Variable in class eve.ui.UpDownInput
-
If this is not null it will indicate a range of allowable integer values.
- InteractivePanel - Class in eve.ui.game
-
- InteractivePanel() - Constructor for class eve.ui.game.InteractivePanel
-
- interceptChildUIEvent(Event, Control) - Method in class eve.ui.Control
-
This method is called if this Control has the TakeChildUIEvents modifier set
and one of its children is the destination for a UI event.
- INTERFACE - Static variable in class eve.reflect.Modifier
-
- INTERFACE - Static variable in class java.lang.reflect.Modifier
-
Interface: Class: is an interface.
- interfaceName - Variable in class eve.io.block.ProxyHolder
-
- interfaces - Variable in class eve.io.block.RemoteProxy
-
This is the set of interfaces each proxy Object will implement.
- interfaces - Variable in class eve.sys.ClassFile
-
- interfaces - Variable in class eve.sys.SafeRemoteProxy
-
The classes implemented by the proxy.
- intern() - Method in class java.lang.String
-
Returns a canonical representation for the string object.
- InternalError - Error in java.lang
-
An InternalError
is thrown when a mystical error has
occurred in the Java Virtual Machine.
- InternalError() - Constructor for error java.lang.InternalError
-
Create an error without a message.
- InternalError(String) - Constructor for error java.lang.InternalError
-
Create an error with a message.
- internalGet(int) - Method in class java.util.Calendar
-
Gets the value of the specified field.
- InternationalCurrencyDigits - Static variable in class eve.sys.Locale
-
- InternationalCurrencySymbol - Static variable in class eve.sys.Locale
-
- INTERPROCESS_EVENT - Static variable in class eve.fx.gui.RawEvent
-
- interrupt() - Method in class eve.sys.Handle
-
- interrupt() - Method in class eve.sys.Task
-
- interrupt() - Method in class java.lang.Thread
-
- interrupt() - Method in class java.lang.ThreadGroup
-
Interrupt all Threads in this ThreadGroup and its sub-groups.
- interrupted() - Static method in class java.lang.Thread
-
Checks if the current Thread has been interrupted, and clears the interrupted flag of the Thread.
- InterruptedException - Exception in java.lang
-
- InterruptedException() - Constructor for exception java.lang.InterruptedException
-
- InterruptedException(String) - Constructor for exception java.lang.InterruptedException
-
- InterruptedException(Throwable) - Constructor for exception java.lang.InterruptedException
-
- InterruptedException(String, Throwable) - Constructor for exception java.lang.InterruptedException
-
- InterruptedIOException - Exception in java.io
-
This exception is thrown to indicate an I/O problem of some sort
occurred.
- InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
-
Create an exception without a descriptive error message.
- InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
-
Create an exception with a descriptive error message.
- InterruptedIOException(Throwable) - Constructor for exception java.io.InterruptedIOException
-
- InterruptedIOException(String, Throwable) - Constructor for exception java.io.InterruptedIOException
-
- intersection(Mask) - Method in class eve.fx.Mask
-
This leaves included only bits which are included in both this Mask and the other Mask.
- intersects(Area) - Method in interface eve.fx.Area
-
See if this Area intersects another.
- intersects(Area) - Method in class eve.fx.Polygon
-
- intersects(Rect) - Method in class eve.fx.Rect
-
- intersects(Area) - Method in class eve.fx.Rect
-
- intersects(BitSet) - Method in class java.util.BitSet
-
Returns true if the specified BitSet and this one share at least one
common true bit.
- interval - Variable in class eve.sys.Countdown
-
- interval - Variable in class eve.sys.TimeOut
-
- intLength(int) - Static method in class eve.math.MPN
-
- intLength(int[], int) - Static method in class eve.math.MPN
-
Calcaulte the Common Lisp "integer-length" function.
- IntMap - Interface in com.ewesoft.pub
-
- intToHexString(int) - Static method in class eve.sys.Convert
-
Convert the value to an unsigned hex string.
- intToStrings(int[]) - Static method in class eve.ui.IntChoice
-
- intValue() - Method in class com.stevesoft.pat.patInt
-
Converts to a patInt to an int.
- intValue() - Method in class eve.math.BigDecimal
-
- intValue() - Method in class eve.math.BigInteger
-
- intValue() - Method in class eve.sys.Wrapper
-
- intValue() - Method in class java.lang.Byte
-
Return the value of this Byte
as an int
.
- intValue() - Method in class java.lang.Double
-
Return the value of this Double
as an int
.
- intValue() - Method in class java.lang.Float
-
Return the value of this Integer
as an int
.
- intValue() - Method in class java.lang.Integer
-
Return the value of this Integer
.
- intValue() - Method in class java.lang.Long
-
Return the value of this Long
as an int
.
- intValue() - Method in class java.lang.Number
-
Return the value of this Number
as an int
.
- intValue() - Method in class java.lang.Short
-
Return the value of this Short
as an int
.
- intValue() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to an int.
- intValue() - Method in class java.math.BigInteger
-
- InUse - Static variable in class eve.fx.Drawing
-
A property bit - Used by MosaicPanel
- inUse - Variable in class eve.fx.gui.RawEvent
-
- invalid - Variable in class eve.fx.DisplayLine
-
This is used by Controls that use this DisplayLine.
- invalidateCache() - Method in class eve.ui.table.data.FieldTableModel
-
- invalidateCachedObject(int) - Method in class eve.ui.table.data.FieldTableModel
-
- invalidateCachedObject() - Method in class eve.ui.table.data.FieldTableModel
-
- InvalidClassException - Exception in java.io
-
This exception is thrown when there is some sort of problem with a
class during a serialization operation.
- InvalidClassException(String) - Constructor for exception java.io.InvalidClassException
-
Create an exception with a descriptive error message, but a null
classname.
- InvalidClassException(String, String) - Constructor for exception java.io.InvalidClassException
-
Create an exception with a descriptive error message, and the name of
the class that caused the problem.
- InvalidDataException - Exception in eve.database
-
- InvalidDataException(String) - Constructor for exception eve.database.InvalidDataException
-
- InvalidDataException() - Constructor for exception eve.database.InvalidDataException
-
- InvalidObjectException - Exception in java.io
-
This exception is thrown when an object fails a validation test
during serialization.
- InvalidObjectException(String) - Constructor for exception java.io.InvalidObjectException
-
Create an exception with a descriptive error message String.
- invalidText - Variable in class eve.ui.SimpleDateInput
-
- InvalidThreadException - Exception in eve.sys
-
This is thrown if a wait is attempted within a System thread.
- InvalidThreadException(String) - Constructor for exception eve.sys.InvalidThreadException
-
- InvalidThreadException() - Constructor for exception eve.sys.InvalidThreadException
-
- InvalidThreadException(Throwable) - Constructor for exception eve.sys.InvalidThreadException
-
- InvalidThreadException(String, Throwable) - Constructor for exception eve.sys.InvalidThreadException
-
- invalidTime - Static variable in class eve.sys.Time
-
Used for user interfaces to mark an invalid/unentered time.
- invert() - Method in class eve.fx.Mask
-
This inverts the bitmap for the mask.
- invert(Mask) - Method in class eve.fx.Mask
-
This inverts all the bits in this Mask which correspond to set bits in the other Mask.
- invertSelectedIndexes() - Method in class eve.ui.table.TableControl
-
This is only relevant with listMode being true.
- INVISIBLE - Static variable in interface eve.fx.gui.IEventModifiers
-
modifier used when specifying hot keys - indicates that the key should not be underlined.
- Invisible - Static variable in interface eve.ui.ControlConstants
-
Control Modifier - sets the control to an invisible state.
- INVISIBLE_CURSOR - Static variable in interface eve.fx.gui.Cursor
-
- INVISIBLE_CURSOR - Static variable in interface eve.sys.VmConstants
-
- invisibleMousePointer - Static variable in class eve.fx.gui.WindowSurface
-
- invocationError - Variable in class eve.io.block.RemoteCall
-
This will hold any exception generated by the remote object when the
method was invoked.
- InvocationHandler - Interface in java.lang.reflect
-
- InvocationTargetException - Exception in java.lang.reflect
-
InvocationTargetException is sort of a way to "wrap" whatever exception
comes up when a method or constructor is called via Reflection.
- InvocationTargetException() - Constructor for exception java.lang.reflect.InvocationTargetException
-
Construct an exception with null as the cause.
- InvocationTargetException(Throwable) - Constructor for exception java.lang.reflect.InvocationTargetException
-
Create an InvocationTargetException
using another
exception.
- InvocationTargetException(Throwable, String) - Constructor for exception java.lang.reflect.InvocationTargetException
-
Create an InvocationTargetException
using another
exception and an error message.
- invoke(Object, Method, Object[]) - Method in class eve.io.block.RemoteCallTask
-
- invoke(Object, Wrapper[], Wrapper) - Method in class eve.reflect.Method
-
Invoke the method on the specified target object.
- invoke(Object, Object[], int) - Method in class eve.sys.AsyncTask
-
Invoke the method on the target in a separate Thread and return a Handle to the task.
- invoke(Object, Object[]) - Method in class eve.sys.AsyncTask
-
Invoke the method on the target in a separate Thread and return a Handle to the task.
- invoke(Object) - Method in class eve.sys.AsyncTask
-
Invoke the method on the target in a separate Thread and return a Handle to the task.
- invoke(Object, String) - Method in class eve.sys.AsyncTask
-
This method combines a call to setMethod() followed by a call to invoke().
- invoke(Object, String, Object[], int) - Method in class eve.sys.AsyncTask
-
This method combines a call to setMethod() followed by a call to invoke().
- invoke(Object, String, Object[]) - Method in class eve.sys.AsyncTask
-
This method combines a call to setMethod() followed by a call to invoke().
- invoke(Object) - Method in class eve.sys.ClassMethod
-
- invoke(Wrapper) - Method in class eve.sys.QuickMethodCall
-
After this method is called the QuickMethodCall is returned to the Cache and should not be used again.
- invoke() - Method in class eve.sys.QuickMethodCall
-
After this method is called the QuickMethodCall is returned to the Cache and should not be used again.
- invoke(Object, Method, Wrapper[], Wrapper) - Static method in class eve.sys.Reflection
-
Invoke a method using Eve Wrapper values.
- invoke(Object, Method, Object[]) - Method in class eve.sys.SafeRemoteProxy
-
- invoke(Object, String, Object[]) - Method in class eve.sys.Type
-
Invoke a method on the Object which must be of this Type.
- invoke(Object, Method, Object[]) - Method in class eve.sys.Type
-
- invoke(Object, Method, Object[]) - Method in interface java.lang.reflect.InvocationHandler
-
- invoke(Object, Object[]) - Method in class java.lang.reflect.Method
-
- invokeAsync(String, QuickMethodCall.InvokeStoppedHandler) - Method in class eve.sys.QuickMethodCall
-
This calls invokeAsync() and waits indefinitely for the return value.
- invokeAsync() - Method in class eve.sys.QuickMethodCall
-
Invoke the method in a separate Thread and return a Handle that can be used to monitor and possibly
stop the method.
- invokeAsync(boolean) - Method in class eve.sys.QuickMethodCall
-
Invoke the method in a separate Thread and return a Handle that can be used to monitor and possibly
stop the method.
- invokeAsync(Object, String, Object[]) - Static method in class eve.sys.Reflection
-
This method invokes the method in the background returning a Handle used to monitor
the running task.
- invokeAsync(Object, Method, Object[]) - Static method in class eve.sys.Reflection
-
This method invokes the method in the background returning a Handle used to monitor
the running task.
- invokeFieldHandlerMethod(Object, String, Editor, String) - Static method in class eve.ui.data.Editor
-
- invokeFull(Wrapper) - Method in class eve.sys.QuickMethodCall
-
After this method is called the QuickMethodCall is returned to the Cache and should not be used again.
- invokeMethod(Class, Object, String, Object[], boolean, Wrapper) - Static method in class eve.sys.Reflection
-
This will find and invoke a method on an object or a static method on a class.
- invokeMethod(Object, String, Object[]) - Static method in class eve.sys.Reflection
-
This will find and invoke a method on an object or a static method on a class.
- invokeMethodTask(Object, Method, Object[]) - Static method in class eve.sys.Reflection
-
Return a Task, which, when started or run() will invoke the specified
method on the specified target.
- invokeOn(Object, Class) - Method in class eve.io.block.RemoteCall
-
Invoke the remote call on a target object of the specified class.
- invokeOn(Object, Class, RemoteCallTask) - Method in class eve.io.block.RemoteCall
-
- invokeOn(Object, Class, ByteArray, RemoteCallTask) - Method in class eve.io.block.RemoteCall
-
- invokeOn(Object, String, Object[]) - Static method in class eve.sys.AsyncTask
-
This method invokes the method in the background returning a Handle used to monitor
the running task.
- invokeOn(Object, Wrapper[], Wrapper) - Method in class eve.sys.ClassMethod
-
- invokeOn(Object) - Method in class eve.sys.ClassMethod
-
- invokeOn(Object) - Method in class eve.sys.MethodCall
-
Use this to invoke a method on an object (which should not be null).
- invokeOn(Object, Object) - Method in class eve.sys.MethodCall
-
Use this to invoke a method on an object (which should not be null).
- invokeOn(Object, long) - Method in class eve.sys.MethodCall
-
Use this to invoke a method on an object (which should not be null).
- invokeOn(Object, double) - Method in class eve.sys.MethodCall
-
Use this to invoke a method on an object (which should not be null).
- invokeOn(Object, boolean) - Method in class eve.sys.MethodCall
-
Use this to invoke a method on an object (which should not be null).
- invokeOn(Object, char) - Method in class eve.sys.MethodCall
-
Use this to invoke a method on an object (which should not be null).
- invokeStatic(Class) - Method in class eve.sys.MethodCall
-
Use this to invoke a static method on a Class.
- invokeStatic(Class, Object) - Method in class eve.sys.MethodCall
-
Use this to invoke a static method on a Class.
- invoking(RemoteCall, Method) - Method in interface eve.io.block.RemoteCall.IncomingCallLogger
-
- Io - Class in eve.io
-
- Io() - Constructor for class eve.io.Io
-
- ioException - Variable in class eve.io.block.RemoteCallHandlerObject
-
If an IOException occured, it will be placed here.
- IOException - Exception in java.io
-
This exception is thrown to indicate an I/O problem of some sort
occurred.
- IOException() - Constructor for exception java.io.IOException
-
Create an exception without a descriptive error message.
- IOException(String) - Constructor for exception java.io.IOException
-
Create an exception with a descriptive error message.
- IOException(Throwable) - Constructor for exception java.io.IOException
-
- IOException(String, Throwable) - Constructor for exception java.io.IOException
-
- IOverlay - Interface in eve.fx.gui
-
This is an object that draws itself on top of a surface (such as a Window surface).
- IOwnable - Interface in eve.data
-
An object does NOT have to implement this interface in order to be owned by an OwnedVector or OwnedProperties.
- IP_MULTICAST_IF - Static variable in interface java.net.SocketOptions
-
Options id for the IP_MULTICAST_IF value
- IP_MULTICAST_IF2 - Static variable in interface java.net.SocketOptions
-
same as above
- IP_MULTICAST_LOOP - Static variable in interface java.net.SocketOptions
-
This option enables or disables local loopback of multicast datagrams.
- IP_TOS - Static variable in interface java.net.SocketOptions
-
This option sets the type-of-service or traffic class field in the
IP header for a TCP or UDP socket.
- IPA_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "IPA Extensions" Unicode character block.
- IPath - Interface in eve.fx
-
- IPointCanvas - Interface in eve.fx.points
-
This is a drawing interface that allows point (1/72 of an inch) drawing
operations.
- IPointDocument - Interface in eve.fx.points
-
- IPointImage - Interface in eve.fx
-
- IRegistryKey - Interface in eve.sys
-
- IRemoteFile - Interface in eve.server
-
- IRemoteProxyMaker - Interface in eve.sys
-
- IRemoteServer - Interface in eve.net
-
- IRemoteSynchronizer - Interface in eve.database
-
- is24Hours - Variable in class eve.ui.TimeUpDownInput
-
- isAbsolute() - Method in class eve.io.File
-
Checks if the name of the file as specified during creation is an absolute file name.
- isAbsolute() - Method in class java.io.File
-
This method returns true if this object represents an absolute file
path and false if it does not.
- isAbstract(int) - Static method in class eve.reflect.Modifier
-
- isAbstract(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is abstract.
- isActionKey() - Method in class eve.fx.gui.SurfaceKeyEvent
-
- isActive() - Method in interface eve.sys.Applet
-
Tests whether or not this applet is currently active.
- isActive - Variable in class eve.ui.game.MosaicPanel
-
- isActive - Variable in class eve.ui.Label
-
- isActiveCellControl(int, int) - Method in class eve.ui.table.TableModel
-
Returns if there is an active CellControl at the specified row and column.
- isADataFile(String) - Method in class eve.ui.installer.Installer
-
- isADeletedEntry() - Method in interface eve.database.DatabaseEntry
-
- isADeletedEntry() - Method in class eve.database.implement.DatabaseEntryObject
-
- isAGrayScaleImage(int) - Static method in class eve.fx.ImageTool
-
- isAList - Variable in class eve.ui.ChoiceControl
-
- isAlive() - Method in class java.lang.Thread
-
- isAllInclusive() - Method in interface eve.database.FoundEntries
-
If a FoundEntries is all inclusive then adding entries to the database will automatically
add the new entries to the FoundEntries.
- isAllInclusive - Variable in class eve.database.implement.FoundEntriesObject
-
- isAllInclusive() - Method in class eve.database.implement.FoundEntriesObject
-
- isAlphabetic(char) - Static method in class com.stevesoft.pat.Prop
-
Is this a "Alphabetic" according to Unicode?
- IsAnimated - Static variable in class eve.fx.Drawing
-
A property bit - indicates that this image will be animated and so the ImageRefresher
should be set if it is being placed into a Control.
- isAnIndexedImage(int) - Static method in class eve.fx.ImageTool
-
- isAnInput(Object) - Method in class eve.ui.data.InputBox
-
- isAnUnmodifiedFile(String) - Method in class eve.ui.installer.Installer.InstalledFilesState
-
Return if the specified file, which should be named relative to the base directory,
is an unmodified installed data file.
- isAnyLocalAddress() - Method in class java.net.Inet4Address
-
Checks if this address is a wildcard address
- isAnyLocalAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress in a wildcard address
- isAnyLocalAddress() - Method in class java.net.InetAddress
-
Checks if this address is a wildcard address
- isAppletServer - Variable in class eve.server.RemoteAppServer
-
If this is true then it acts as a server for WebBrowsers.
- isApplication - Variable in class eve.applet.EveApplet
-
- isAProgramFile(String) - Method in class eve.ui.installer.Installer
-
- isArray(Object) - Static method in class eve.reflect.Array
-
- isArray(Object) - Static method in class eve.reflect.Reflect
-
Returns if the specified object is an array type.
- isArray() - Method in class eve.reflect.Reflect
-
Returns if this Reflect object represents an array.
- isArray() - Method in class java.lang.Class
-
Returns true if the class represents an array.
- isASelection() - Method in class eve.ui.table.TableControl
-
Reports whether at least one cell is selected.
- isAssignableFrom(Reflect) - Method in class eve.reflect.Reflect
-
Determines if the class or interface represented by this Reflect object is either the same as,
or is a superclass or superinterface of, the class or interface represented by the specified
Reflect parameter.
- isAssignableFrom(Class) - Method in class java.lang.Class
-
Returns true if the this class is a superclass or superinterface of the specified other class.
- isAutoExpandingTabs - Variable in class eve.ui.data.AppForm
-
- isAutoScrolling - Variable in class eve.ui.Form
-
- isAvailableInClipboard(String) - Method in class eve.sys.clipboard
-
- isAvailableInClipboard(String) - Method in interface eve.sys.IClipboard
-
Returns if a particular data type is available for retrieval from the Clipboard.
- isBackKey() - Method in class eve.fx.gui.SurfaceKeyEvent
-
- isBaseClass(String) - Method in class eve.reflect.Reflect
-
- isBound() - Method in class java.net.DatagramSocket
-
Returns the binding state of the socket.
- isBound() - Method in class java.net.ServerSocket
-
- isBound() - Method in class java.net.Socket
-
- isCalledBy(Class) - Static method in class eve.sys.Vm
-
- isCancelKey() - Method in class eve.fx.gui.SurfaceKeyEvent
-
- IScanLineStore - Interface in eve.fx
-
- isCapable(int) - Method in class eve.fx.Graphics
-
- isChildOf(PrintCell) - Method in class eve.fx.points.PrintCell
-
- isChildOf(Container) - Method in class eve.ui.Control
-
- isChosen(String) - Method in class eve.ui.choices.CodedChoices
-
- isClosed() - Method in class eve.fx.GeneralPath
-
Returns if the path was closed.
- isClosed() - Method in class eve.fx.gui.WindowSurface
-
Returns if this Window has been closed.
- isClosed() - Method in class eve.sys.ReadWriteLock
-
Returns if the lock is closed.
- isClosed() - Method in class eve.util.ObjectBuffer
-
Returns if the buffer is closed so no more data can be put into it.
- isClosed() - Method in class java.net.DatagramSocket
-
Checks if the datagram socket is closed.
- isClosed() - Method in class java.net.ServerSocket
-
- isClosed() - Method in class java.net.Socket
-
- isCollection(Object) - Static method in class eve.database.DatabaseUtils
-
- isColor - Variable in class eve.applet.EveApplet
-
- isCompatibleWith(int) - Method in class eve.sys.Wrapper
-
- isCompletelyWithin(AniImage) - Method in class eve.ui.game.AniImage
-
Returns if this AniImage is completely within the other AniImage.
- isCompressedRandomStream(File) - Static method in class eve.io.CompressedRandomStream
-
Check if a File has the CompressedRandomStream signature.
- isCompressedRandomStream(InputStream) - Static method in class eve.io.CompressedRandomStream
-
Check if an InputStream has the CompressedRandomStream signature.
- isCompressedRandomStream(RandomAccessFile) - Static method in class eve.io.CompressedRandomStream
-
- isConnected() - Method in class java.net.DatagramSocket
-
Returns the connection state of the socket.
- isConnected() - Method in class java.net.Socket
-
- isControlPanel - Variable in class eve.ui.Frame
-
- isCopy - Variable in class eve.ui.DragContext
-
Used for Drag and Drop - this indicates that a copy of the data should be dragged.
- isCreated() - Method in class eve.ui.Window
-
This returns true if the Window has been created (its native component has been created)
and has not been closed.
- IScroll - Interface in eve.ui
-
This is used by ScrollClient and ScrollServer
- isCurrency(char) - Static method in class com.stevesoft.pat.Prop
-
Is this a "Currency" according to Unicode?
- isCurrency - Variable in class eve.math.Decimal
-
Set this true to indicate that this Decimal value is a currency value.
- isCurrency() - Method in class eve.math.Decimal
-
Returns if this Decimal value is considered a currency value.
- isCurrentEventThread(Thread) - Method in class eve.ui.Window
-
- isCut - Variable in class eve.io.FileClipboard
-
- isCut(File, String) - Method in class eve.io.FileClipboard
-
See if the specified file is in the list and is considered
"cut".
- isCut(TreeNode) - Method in class eve.ui.filechooser.FileTree
-
- isCut(TreeNode) - Method in class eve.ui.table.TreeTableModel
-
- isDaemon() - Method in class java.lang.Thread
-
- isDaemon() - Method in class java.lang.ThreadGroup
-
Tell whether this ThreadGroup is a daemon group.
- isData - Variable in class eve.ui.Label
-
- isDecimalDigit(char) - Static method in class com.stevesoft.pat.Prop
-
Is this a "Decimal Digit" according to Unicode?
- isDecodable(byte[]) - Static method in class eve.fx.ImageDecoder
-
- isDecryptor - Variable in class eve.security.Encryptor
-
- isDefined(String) - Static method in class com.stevesoft.pat.Regex
-
Test to see if a custom defined rule exists.
- isDefined(String) - Static method in class com.stevesoft.pat.ReplaceRule
-
- isDefined(char) - Static method in class java.lang.Character
-
Determines if a character is defined in Unicode.
- isDefined(int) - Static method in class java.lang.Character
-
Determines if a character (Unicode code point) is defined in Unicode.
- isDeleted - Variable in class eve.database.implement.DatabaseEntryObject
-
- isDestroyed() - Method in class java.lang.ThreadGroup
-
Tell whether this ThreadGroup has been destroyed or not.
- isDigit(char) - Static method in class java.lang.Character
-
Determines if the specified character is a digit.
- isDigit(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a digit.
- isDirectChildOfWindow() - Method in class eve.ui.Control
-
- isDirectory() - Method in class eve.io.File
-
- isDirectory() - Method in class eve.io.FileAdapter
-
- isDirectory - Variable in class eve.io.FileSpecs
-
Holds if the file is a directory.
- isDirectory() - Method in class eve.io.filestore.FileStoreEntryFile
-
- isDirectory() - Method in class eve.net.rapi.RapiFile
-
Returns true if the file is a directory and false otherwise.
- isDirectory() - Method in class eve.server.RemoteFile
-
- isDirectory() - Method in class eve.zipfile.ZipEntry
-
Gets true, if the entry is a directory.
- isDirectory() - Method in class java.io.File
-
This method tests whether or not the file represented by this object
is a directory.
- isDirectory() - Method in class java.util.zip.ZipEntry
-
Gets true, if the entry is a directory.
- isDoubleSized() - Static method in class eve.ui.ControlBase
-
- isDoubleSizedFont() - Static method in class eve.ui.ControlBase
-
- isDraggedOver(AniImage, Point) - Method in class eve.ui.game.AniImage
-
- isDragging - Variable in class eve.ui.game.MosaicPanel
-
- ISecureChannel - Interface in eve.security
-
- isEmbeddedApplet() - Static method in class eve.ui.Gui
-
- isEmpty() - Method in interface eve.data.PlainTimeStamp
-
- IsEmpty - Static variable in class eve.fx.Drawing
-
A property bit - The image is empty.
- isEmpty() - Method in class eve.fx.IIcon.SizedIcon
-
- isEmpty() - Method in class eve.fx.points.PrintCellPanel
-
- isEmpty() - Method in class eve.sys.EventDispatcher
-
Check if there are any listeners in the Dispatcher.
- isEmpty() - Method in class eve.sys.WeakSet
-
True to indicate that there are definitely no entries.
- isEmpty() - Method in class eve.ui.choices.CodedChoicesControl
-
- isEmpty() - Method in class eve.ui.installer.Installer.InstalledFilesState
-
- isEmpty() - Method in class eve.ui.Panel
-
- isEmpty() - Method in class eve.ui.TextDisplayButton
-
- isEmpty() - Method in class eve.util.Range
-
- isEmpty() - Method in class java.util.AbstractCollection
-
Test whether this collection is empty.
- isEmpty() - Method in class java.util.AbstractMap
-
Returns true if the map contains no mappings.
- isEmpty() - Method in class java.util.ArrayList
-
Checks if the list is empty.
- isEmpty() - Method in class java.util.BitSet
-
Returns true if this set contains no true bits.
- isEmpty() - Method in interface java.util.Collection
-
Test whether this collection is empty, that is, if size() == 0.
- isEmpty() - Method in class java.util.Dictionary
-
Returns true when there are no elements in this Dictionary.
- isEmpty() - Method in class java.util.HashMap
-
Returns true if there are no key-value mappings currently in this Map.
- isEmpty() - Method in class java.util.HashSet
-
Returns true if this set has no elements in it.
- isEmpty() - Method in class java.util.Hashtable
-
- isEmpty() - Method in interface java.util.List
-
Test whether this list is empty, that is, if size() == 0.
- isEmpty() - Method in interface java.util.Map
-
Returns true if the map contains no mappings.
- isEmpty() - Method in class java.util.Vector
-
- isEmpty() - Method in class java.util.WeakHashMap
-
Tells if the map is empty.
- isEmulated() - Method in class eve.net.RemoteConnection
-
- isEnqueued() - Method in class java.lang.ref.Reference
-
Returns if the Reference is currently in a queue.
- isExclusive() - Method in class eve.ui.CheckBox
-
- IsExpanded - Static variable in class eve.ui.table.TreeTableModel
-
A Node status.
- isField(String) - Method in class eve.sys.FieldTransfer
-
- isFile() - Method in class eve.io.File
-
- isFile() - Method in class java.io.File
-
This method tests whether or not the file represented by this object
is a "plain" file.
- isFinal(int) - Static method in class eve.reflect.Modifier
-
- isFinal(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is final.
- isFormatted - Variable in class eve.fx.FormattedTextSpecs
-
This is used by getWidthAndPositions().
- isFull() - Method in class eve.fx.print.PrintOptions
-
- isFullScrollClient - Variable in class eve.ui.Canvas
-
Overriding classes must set this true if the new class fully implements the ScrollClient
interface (which Canvas does not).
- isHidden() - Method in class eve.io.File
-
- isHidden() - Method in class eve.net.rapi.RapiFile
-
This returns true if the file should be considered hidden.
- isHidden() - Method in class eve.ui.Control
-
- isHidden() - Method in class eve.ui.HideControl
-
- isHidden() - Method in class java.io.File
-
This method tests whether or not this file represents a "hidden" file.
- isHighSurrogate(char) - Static method in class java.lang.Character
-
Determines if the given char
value is a
high-surrogate code unit (also known as leading-surrogate
code unit).
- isHotKey(int, int) - Static method in class eve.fx.gui.SurfaceKeyEvent
-
Checks to see if the pressed hot-key should be considered to match the hot-key of a particular Control.
- isHotKey(int) - Method in class eve.fx.gui.SurfaceKeyEvent
-
Checks to see if the key represented by this KeyEvent should be considered to match the hot-key of a particular Control.
- isIcon - Variable in class eve.fx.win32.WindowsBitmap
-
- isIdentifierIgnorable(char) - Static method in class java.lang.Character
-
Determines if the specified character should be regarded as
an ignorable character in a Java identifier or a Unicode identifier.
- isIdentifierIgnorable(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) should be regarded as
an ignorable character in a Java identifier or a Unicode identifier.
- ISimpleList - Interface in eve.data
-
- isIn(int, int) - Method in interface eve.fx.Area
-
Check if the point is in the area.
- isIn(int, int) - Method in class eve.fx.Polygon
-
- isIn(int, int) - Method in class eve.fx.Rect
-
- isIn(Point) - Method in class eve.ui.game.AniImage
-
- isIn(int, int, Rect) - Method in class eve.ui.table.TableControl
-
- isInClipboard(File, String) - Method in class eve.io.FileClipboard
-
See if the specified file is in the list.
- isIndexedBy(int) - Method in interface eve.database.Database
-
This returns if the Database has at least one index that uses the specified sort ID.
- isIndexedBy(int) - Method in class eve.database.implement.DatabaseObject
-
- isInfinite(double) - Static method in class java.lang.Double
-
Return true
if the double
has a value
equal to either NEGATIVE_INFINITY
or
POSITIVE_INFINITY
, otherwise return false
.
- isInfinite() - Method in class java.lang.Double
-
Return true
if the value of this Double
is the same as NEGATIVE_INFINITY
or
POSITIVE_INFINITY
, otherwise return false
.
- isInfinite(float) - Static method in class java.lang.Float
-
Return true
if the float
has a value
equal to either NEGATIVE_INFINITY
or
POSITIVE_INFINITY
, otherwise return false
.
- isInfinite() - Method in class java.lang.Float
-
Return true
if the value of this Float
is the same as NEGATIVE_INFINITY
or
POSITIVE_INFINITY
, otherwise return false
.
- isInitialized(boolean) - Static method in class eve.sys.registry.Registry
-
- isInputShutdown() - Method in class eve.io.SerialPort
-
- isInputShutdown() - Method in class java.net.Socket
-
- isInside(int, int) - Method in class eve.fx.Rect
-
- isInstance(Object) - Method in class eve.reflect.Reflect
-
Check if the specified object parameter is an instance of this reflected class.
- isInstance(Object) - Method in class eve.sys.Type
-
Return if the specified Object is an instance of the Class represented by this Type.
- isInstance(Class) - Method in class eve.sys.Wrapper
-
Returns true if the type IS an Object AND the Object is of the specified type.
- isInstance(Object) - Method in class java.lang.Class
-
This is the equivalent of the instanceof operator.
- isInstanceof(String, Class) - Static method in class eve.sys.Reflection
-
Test if testClass is an instance of targetClass without loading
the Class for targetClass.
- isInstanceOfDataObject(Object) - Method in interface eve.database.Database
-
Return if the specified object is an instance of the data transfer object
assigned in setObjectClass();
- isInstanceOfDataObject(Object) - Method in class eve.database.implement.DatabaseObject
-
Return if the specified object is an instance of the data transfer object
assigned in setObjectClass();
- isInterface(int) - Static method in class eve.reflect.Modifier
-
- isInterface() - Method in class java.lang.Class
-
Returns true if this class represents an interface.
- isInterface(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is an interface.
- isInterrupted() - Method in class java.lang.Thread
-
Checks this Thread to see if it has been interrupted.
- isInvalidTime() - Method in class eve.sys.Time
-
See if the long millisecond value of this Time is the one marked for invalid time
(equal to the invalidTime field).
- IsInvisible - Static variable in class eve.fx.Drawing
-
A property bit - The image is invisible
- isIPv4CompatibleAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is an
IPv4 compatible IPv6 address
- isISOControl(char) - Static method in class java.lang.Character
-
Determines if the specified character is an ISO control
character.
- isISOControl(int) - Static method in class java.lang.Character
-
Determines if the referenced character (Unicode code point) is an ISO control
character.
- isJavaIdentifierPart(char) - Static method in class java.lang.Character
-
Determines if the specified character may be part of a Java
identifier as other than the first character.
- isJavaIdentifierPart(int) - Static method in class java.lang.Character
-
Determines if the character (Unicode code point) may be part of a Java
identifier as other than the first character.
- isJavaIdentifierStart(char) - Static method in class java.lang.Character
-
Determines if the specified character is
permissible as the first character in a Java identifier.
- isJavaIdentifierStart(int) - Static method in class java.lang.Character
-
Determines if the character (Unicode code point) is
permissible as the first character in a Java identifier.
- isJavaLetter(char) - Static method in class java.lang.Character
-
- isJavaLetterOrDigit(char) - Static method in class java.lang.Character
-
- isJavaVM() - Static method in class eve.sys.Vm
-
- isJavaWrapper(Object) - Static method in class eve.sys.Wrapper
-
Returns if the specified object is a standard Java primitive data wrapper (e.g.
- isKey() - Method in class eve.fx.gui.SystemMessage
-
- isKey() - Method in class eve.sys.SystemMessage
-
- isLabel() - Method in class eve.ui.EditControl
-
- isLeaf() - Method in class eve.data.MutableTreeNodeObject
-
- isLeaf() - Method in interface eve.data.TreeNode
-
Returns whether this is a node or leaf.
- isLeaf() - Method in class eve.ui.data.LiveTreeNode
-
- isLeaf() - Method in class eve.ui.table.data.DirectoryTreeNode
-
- isLeaf() - Method in class eve.ui.table.data.registry.RegistryKeyNode
-
- isLeapYear(int) - Static method in class eve.sys.Time
-
Returns if the specified year is a leap year.
- isLeapYear(int) - Method in class java.util.GregorianCalendar
-
Determines if the given year is a leap year.
- isLenient() - Method in class java.util.Calendar
-
Tells if the date/time interpretation is lenient.
- isLetter(char) - Static method in class java.lang.Character
-
Determines if the specified character is a letter.
- isLetter(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a letter.
- isLetterOrDigit(char) - Static method in class java.lang.Character
-
Determines if the specified character is a letter or digit.
- isLetterOrDigit(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a letter or digit.
- isLinkLocalAddress() - Method in class java.net.Inet4Address
-
Checks if this address is a link local address
- isLinkLocalAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is an link local address
- isLinkLocalAddress() - Method in class java.net.InetAddress
-
Checks if this address is a link local address
- isLiteral() - Method in class com.stevesoft.pat.FileRegex
-
- isLiteral() - Method in class com.stevesoft.pat.Regex
-
Checks to see if there are only literal and no special
pattern elements in this Regex.
- IsLocked - Static variable in class eve.fx.Drawing
-
A property bit - The image is locked - not used yet.
- isLoopbackAddress(InetAddress) - Static method in class eve.net.Net
-
- isLoopbackAddress() - Method in class java.net.Inet4Address
-
Checks if this address is a loopback address
- isLoopbackAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is a loopback address
- isLowerCase(char) - Static method in class java.lang.Character
-
Determines if the specified character is a lowercase character.
- isLowerCase(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a
lowercase character.
- isLowSurrogate(char) - Static method in class java.lang.Character
-
Determines if the given char
value is a
low-surrogate code unit (also known as trailing-surrogate code
unit).
- isMainAppletForm - Variable in class eve.ui.Form
-
- isMath(char) - Static method in class com.stevesoft.pat.Prop
-
Is this a "Math" according to Unicode?
- isMCGlobal() - Method in class java.net.Inet4Address
-
Checks if this multicast address has global scope
- isMCGlobal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has global scope
- isMCGlobal() - Method in class java.net.InetAddress
-
Checks if this multicast address has global scope
- isMCLinkLocal() - Method in class java.net.Inet4Address
-
Checks if this multicast address has link scope
- isMCLinkLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has link scope
- isMCLinkLocal() - Method in class java.net.InetAddress
-
Checks if this multicast address has link scope
- isMCNodeLocal() - Method in class java.net.Inet4Address
-
Checks if this multicast address has node scope
- isMCNodeLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has node scope
- isMCNodeLocal() - Method in class java.net.InetAddress
-
Checks if this multicast address has node scope
- isMCOrgLocal() - Method in class java.net.Inet4Address
-
Checks if this multicast address has organization scope
- isMCOrgLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has organization scope
- isMCOrgLocal() - Method in class java.net.InetAddress
-
Checks if this multicast address has organization scope
- isMCSiteLocal() - Method in class java.net.Inet4Address
-
Checks if this multicast address has site scope
- isMCSiteLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has site scope
- isMCSiteLocal() - Method in class java.net.InetAddress
-
Checks if this multicast address has site scope
- isMirrored(char) - Static method in class java.lang.Character
-
Determines whether the character is mirrored according to the
Unicode specification.
- isMirrored(int) - Static method in class java.lang.Character
-
Determines whether the specified character (Unicode code point)
is mirrored according to the Unicode specification.
- isMobile() - Method in class eve.net.RemoteConnection
-
- isMobile() - Static method in class eve.sys.Device
-
- isModal() - Method in class eve.ui.Control
-
This determines if the Control is being displayed in a modal frame.
- isMonospaced(Font) - Static method in class eve.fx.Fx
-
For this to return true it must be monospaced AND scalable.
- isMouse() - Method in class eve.fx.gui.SystemMessage
-
- isMouse() - Method in class eve.sys.SystemMessage
-
- IsMoveable - Static variable in class eve.fx.Drawing
-
A property bit - The image is moveable (draggable).
- isMoveToNextControlKey(boolean) - Method in class eve.fx.gui.SurfaceKeyEvent
-
- isMulticastAddress() - Method in class java.net.Inet4Address
-
Checks if the address is a multicast address
- isMulticastAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is an IP multicast address
- isMulticastAddress() - Method in class java.net.InetAddress
-
Returns true if this address is a multicast address, false otherwise.
- isMultiChoice - Variable in class eve.ui.choices.CodedChoicesControl
-
- isMultiChoice - Variable in class eve.ui.choices.SimpleChoiceControl
-
- isMultiple - Variable in class eve.ui.DragContext
-
Used for Drag and Drop - this indicates that any data being dragged should be considered multiple data.
- isNamed(Object, String) - Static method in class eve.data.DataUtils
-
- isNamed(String) - Method in interface eve.data.Named
-
Returns true if this Object is named as the specified parameter.
- isNamed(String) - Method in class eve.io.TreeConfigNode
-
By default this does a direct comparison between name and getName().
- isNamed(Object, String) - Static method in class eve.ui.data.LiveDataAdapter
-
By default this does a direct comparison between name and getName().
- isNamed(String) - Method in class eve.ui.data.LiveObject
-
By default this does a direct comparison between name and getName().
- isNamed(SubString, String) - Static method in class eve.util.TextDecoder
-
- isNaN(double) - Static method in class java.lang.Double
-
Return true
if the double
has the same
value as NaN
, otherwise return false
.
- isNaN() - Method in class java.lang.Double
-
Return true
if the value of this Double
is the same as NaN
, otherwise return false
.
- isNaN(float) - Static method in class java.lang.Float
-
Return true
if the float
has the same
value as NaN
, otherwise return false
.
- isNaN() - Method in class java.lang.Float
-
Return true
if the value of this Float
is the same as NaN
, otherwise return false
.
- isNative(int) - Static method in class eve.reflect.Modifier
-
- isNative(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is native.
- isNativeInitialized() - Static method in class eve.sys.registry.Registry
-
Returns true if a TRUE native registry is available.
- isNativeMethod() - Method in class java.lang.StackTraceElement
-
- isNegative - Variable in class eve.math.FormattedDecimal
-
If the value you are formatting is negative, set this true.
- isNegative() - Method in class eve.sys.DateChange
-
This is only valid when used to calculate the difference between two dates.
- isNoColor(Color) - Static method in class eve.fx.Color
-
- IsNode - Static variable in class eve.ui.table.TreeTableModel
-
A Node status.
- IsNotHot - Static variable in class eve.fx.Drawing
-
A property bit - The image has no hot area.
- IsNotStill - Static variable in class eve.fx.Drawing
-
A property bit - The image is not still, it is animated.
- isNull() - Method in interface com.ewesoft.pub.Progress
-
- isNull() - Method in class com.ewesoft.pub.Tools.NullProgress
-
- isNull() - Method in class eve.fx.Color
-
- isNull(Color) - Static method in class eve.fx.Color
-
- isNull() - Method in class eve.sys.Progress
-
- isNull() - Method in class eve.sys.Wrapper
-
Returns true if the type is not an Object OR if the Object it is set to is null.
- isNull() - Method in class eve.util.SubString
-
Return if this SubString is null (i.e. it's data is null).
- ISO_8859_1_CODEC_NAME - Static variable in class eve.io.Io
-
- isObjectOrArray(byte[], int, int) - Static method in class eve.util.ByteEncoder
-
- isOdd() - Method in class eve.math.MPN
-
- isOffline() - Method in interface eve.sys.WebApplication
-
- isOn - Variable in class eve.ui.game.MosaicPanel
-
- isOnImage(TextPad, int, FormattedTextSpecs) - Method in class eve.ui.formatted.TextFormatter
-
- isOnMe(int, int) - Method in class eve.ui.Control
-
- isOnMe(Point) - Method in class eve.ui.Control
-
Checks if the Point p - which is relative to the top-left of this Control, is within the bounds
of the Control.
- isOnMe(Point, boolean) - Method in class eve.ui.Control
-
- isOpen() - Method in class eve.io.block.RemoteProxy
-
Return if the connection is open.
- isOpen() - Method in class eve.io.PartialInputStream
-
- isOpen() - Method in interface eve.sys.IRemoteProxyMaker
-
Return if the connection is open.
- isOpen() - Method in class eve.ui.MenuState
-
- isOpenClipboard() - Method in class eve.sys.clipboard
-
- isOpenClipboard() - Method in interface eve.sys.IClipboard
-
Returns if this IClipboard is actually connected to an open clipboard.
- isOpenForReadWrite() - Method in interface eve.database.Database
-
This should return true if the Database is open in read/write mode, or false
if it is open in read-only mode.
- isOpenForReadWrite() - Method in class eve.database.implement.DatabaseObject
-
- isOpenForWriting() - Method in class eve.io.CompressedRandomStream
-
- isOpenForWriting() - Method in class eve.io.RandomStream
-
Returns true if this Stream was open in Read-Write mode as opposed to Read-Only mode.
- isOpenForWriting() - Method in class eve.io.RewindableStream
-
- isOutputShutdown() - Method in class eve.io.SerialPort
-
- isOutputShutdown() - Method in class java.net.Socket
-
- isOver - Variable in class eve.fx.PenOverState
-
- isPaint() - Method in class eve.fx.gui.SystemMessage
-
- isPaint() - Method in class eve.sys.SystemMessage
-
- isPassword - Variable in class eve.ui.Input
-
Set this true so that only '*' characters are displayed.
- isPassword - Variable in class eve.ui.InputKeyPad
-
- isPassword - Variable in class eve.ui.TextDisplayButton
-
- isPatternCompiled() - Method in class eve.util.pat.Regex
-
Checks, if the pattern is compiled successfully
- isPDA - Static variable in class eve.ui.Gui
-
- isPen() - Method in class eve.fx.gui.SystemMessage
-
- isPen() - Method in class eve.sys.SystemMessage
-
- isPixel - Variable in class eve.fx.Position
-
- isPointingTo(DatabaseEntry) - Method in interface eve.database.DatabaseEntry
-
- isPointingTo(DatabaseEntry) - Method in class eve.database.implement.RecordDatabaseEntry
-
- isPopup() - Method in class eve.ui.Frame
-
- IsPrepared - Static variable in class eve.fx.Drawing
-
A property bit - The image is fully prepared.
- IsPreparing - Static variable in class eve.fx.Drawing
-
A property bit - The image is being prepared.
- isPrimitive() - Method in class java.lang.Class
-
Checks if this class represents a primitive type.
- isPrinting() - Method in class eve.fx.print.PrinterJobObject
-
Return if the PrintJob is currently printing.
- isPrivate(int) - Static method in class eve.reflect.Modifier
-
- isPrivate(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is private.
- isProbablePrime(int) - Method in class eve.math.BigInteger
-
Returns true
if this BigInteger is probably prime,
false
if it's definitely composite.
- isProbablePrime(int) - Method in class java.math.BigInteger
-
Returns true if this BigInteger is probably prime, false if it's definitely composite.
- isProtected(int) - Static method in class eve.reflect.Modifier
-
- isProtected(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is protected.
- isProxyClass(Class) - Static method in class java.lang.reflect.Proxy
-
- isPublic(int) - Static method in class eve.reflect.Modifier
-
- isPublic(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is public.
- isPunct(char) - Static method in class com.stevesoft.pat.Prop
-
Is c a punctuation character according to Unicode?
- isReadable - Variable in class eve.sys.ImageDataInfo
-
- isReadableImage() - Method in class eve.fx.Icon
-
- isReadableImage() - Method in class eve.fx.ImageAdapter
-
- isReadableImage() - Method in class eve.fx.ImageObject
-
By default this returns true.
- isReadableImage() - Method in class eve.fx.ImageSubSection
-
- isReadableImage() - Method in interface eve.sys.ImageData
-
Returns if you can read data from the ImageData.
- isReadableImage() - Method in class eve.sys.ImageDataInfo
-
Returns the value of the field "isReadable"
- isReadOnly() - Method in class java.security.PermissionCollection
-
This method tests whether or not this PermissionCollection
object is read only.
- isReadWrite(String) - Static method in class eve.io.RandomStream
-
Checks if the specified mode is read/write or read only.
- isRegular() - Method in class eve.fx.FontMetrics
-
Returns true if you can accurately determine the width of text by summing the
sum of the widths of the individual characters in the text.
- isReused() - Method in class eve.sys.Event
-
- isRunningOnWindows() - Static method in class eve.sys.Windows
-
Check if the current platform is Windows NT based (i.e.
- isSame(Font) - Method in class eve.fx.Font
-
Return if this Font is the same as another.
- isSame(FontMetrics) - Method in class eve.fx.FontMetrics
-
Return if this Font is the same as another.
- isSame(Font, ISurface) - Method in class eve.fx.FontMetrics
-
- isSame(PointFont) - Method in class eve.fx.points.PointFont
-
Return if this Font is the same as another.
- isSame(PointFontMetrics) - Method in class eve.fx.points.PointFontMetrics
-
Return if this Font is the same as another.
- isSameFileSystem(File) - Method in class eve.io.File
-
Returns true if the other file system is considered the same as this one.
- isSameSize(int, int) - Method in class eve.fx.ImageBuffer
-
- isSameVolume(File) - Method in class eve.io.File
-
Checks if the volume which contains the other File is considered the same as the one that
contains this File.
- isSaved() - Method in interface eve.database.DatabaseEntry
-
- isSaved() - Method in class eve.database.implement.RecordDatabaseEntry
-
- isSaved() - Method in class eve.database.MetaFlag
-
- isScalable(Font) - Static method in class eve.fx.Fx
-
- isScrolling - Variable in class eve.ui.game.MosaicPanel
-
- isSecure() - Method in class eve.security.SecureChannel
-
- isSelected(int) - Method in interface eve.data.IIndexSelectable
-
Checks if an item is selected.
- isSelected(String, Object) - Method in class eve.data.MultiListSelect
-
- isSelected(Object) - Method in class eve.data.MultiListSelect.SingleListSelect
-
- isSelected(int) - Method in class eve.ui.BasicList
-
- isSelected(int) - Method in class eve.ui.ChoiceControl
-
- isSelected(int) - Method in class eve.ui.List
-
- isSelected(int) - Method in class eve.ui.SimpleList
-
- isSelected - Variable in class eve.ui.table.TableCellAttributes
-
- isSelected(int, int) - Method in class eve.ui.table.TableControl
-
Returns if the cell in row and col are selected.
- isSelected(int) - Method in class eve.ui.table.TreeTableModel
-
- isSet - Variable in class java.util.Calendar
-
The flags which tell if the fields above have a value.
- isSet(int) - Method in class java.util.Calendar
-
Determines if the specified field has a valid value.
- isSetupFor(double, double) - Method in class eve.fx.points.CellPrinter
-
- isSingleLine - Variable in class eve.ui.ChoiceControl
-
- isSingleMenuOnly() - Static method in class eve.ui.SoftKeyBar
-
Some platforms have only one softkey that always brings up a Menu (like
Android).
- isSiteLocalAddress() - Method in class java.net.Inet4Address
-
Checks if this address is a site local address
- isSiteLocalAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is a site local address
- isSiteLocalAddress() - Method in class java.net.InetAddress
-
Checks if this address is a site local address
- isSmartPhone - Static variable in class eve.ui.Gui
-
- isSoftRef() - Method in class eve.sys.WeakRef
-
Returns if this Ref is a soft reference.
- isSomeonesHotKey(KeyEvent) - Method in class eve.ui.Control
-
- isSorted(boolean) - Method in class eve.database.EntriesView
-
Checks if the indexes in the EntriesView are sorted as per the sort
criteria used by the source FoundEntries.
- isSorted() - Method in interface eve.database.FoundEntries
-
Return if the entries are sorted.
- isSorted() - Method in class eve.database.implement.FoundEntriesObject
-
- isSpace(char) - Static method in class java.lang.Character
-
- isSpaceChar(char) - Static method in class java.lang.Character
-
Determines if the specified character is a Unicode space character.
- isSpaceChar(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a
Unicode space character.
- isSpecial(ReplaceRule) - Method in class com.stevesoft.pat.Replacer
-
- isStatic(int) - Static method in class eve.reflect.Modifier
-
- isStatic(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is static.
- isStoppable - Variable in class eve.ui.MonitorHandles
-
- isStrict - Variable in class eve.math.FormattedDecimal
-
By default FormattedDecimal is lenient during parsing, ignoring the placement of
currency marks and positive/negative signs.
- isStrict(int) - Static method in class eve.reflect.Modifier
-
- isStrict(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is strictfp.
- isString(byte[], int, int) - Static method in class eve.util.ByteEncoder
-
- isStyle(int) - Static method in class eve.ui.GuiStyle
-
- isSupplementaryCodePoint(int) - Static method in class java.lang.Character
-
Determines whether the specified character (Unicode code point)
is in the supplementary character range.
- isSurfacePointerEvent(int) - Static method in class eve.fx.gui.SurfacePointerEvent
-
- isSurrogatePair(char, char) - Static method in class java.lang.Character
-
Determines whether the specified pair of char
values is a valid surrogate pair.
- isSwipable - Static variable in class eve.ui.Gui
-
If this is true then Controls should adjust themselves to work
best with a swiping interface.
- isSymbolicLink() - Method in class eve.io.File
-
- isSymbolicLink() - Method in class eve.io.FileAdapter
-
- isSymbolicLink - Variable in class eve.io.FileSpecs
-
Holds if the file is a symbolic link.
- isSymbolicLink() - Method in class eve.net.rapi.RapiFile
-
Returns true if the file is a symbolic link.
- isSynchronized(DatabaseEntry) - Method in class eve.database.Synchronizer
-
Returns the state of the synchronized flag.
- isSynchronized(int) - Static method in class eve.reflect.Modifier
-
- isSynchronized(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is synchronized.
- isSystemClass - Variable in class eve.applet.ClassInfo
-
- isSystemThread(Thread) - Static method in class eve.sys.Vm
-
This method returns true if the specified thread is considered to be a
System Thread - but this only applies to a native Eve VM, it will not
apply to a true Java VM.
- isTimer() - Method in class eve.fx.gui.SystemMessage
-
- isTimer() - Method in class eve.sys.SystemMessage
-
- isTimeSet - Variable in class java.util.Calendar
-
Tells if the above field has a valid value.
- isTitleCase(char) - Static method in class java.lang.Character
-
Determines if the specified character is a titlecase character.
- isTitleCase(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a titlecase character.
- isTopBar - Variable in class eve.ui.DragPanel
-
- isTouching(AniImage) - Method in class eve.ui.game.AniImage
-
Returns if this AniImage is touching the other AniImage.
- isTransient(int) - Static method in class eve.reflect.Modifier
-
- isTransient(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is transient.
- isTypeOf(Reflect) - Method in class eve.reflect.Reflect
-
Determines if the class or interface represented by this Reflect object is either the same as,
or is a subclass of, or implements, the class or interface represented by the specified
Reflect parameter.
- isTypeOf(String) - Method in class eve.reflect.Reflect
-
Determines if the class or interface represented by this Reflect object is either the same as,
or is a subclass of, or implements, the class or interface represented by the specified
String parameter.
- isTypeOf(String, String) - Static method in class eve.reflect.Reflect
-
Even though this could be done by creating Reference objects, I have made it native
for efficiency.
- isTypeOf(Class, Class) - Static method in class eve.sys.Reflection
-
See if the Class c is of the type aType.
- isTypeOf(Class, String) - Static method in class eve.sys.Reflection
-
Check if a Class is of the type aType, where aType is a Java encoded name.
- isTypeOf(String, String) - Static method in class eve.sys.Reflection
-
Check if a Class is of the type aType, where aType is a Java encoded name.
- isUnicodeIdentifierPart(char) - Static method in class java.lang.Character
-
Determines if the specified character may be part of a Unicode
identifier as other than the first character.
- isUnicodeIdentifierPart(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) may be part of a Unicode
identifier as other than the first character.
- isUnicodeIdentifierStart(char) - Static method in class java.lang.Character
-
Determines if the specified character is permissible as the
first character in a Unicode identifier.
- isUnicodeIdentifierStart(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is permissible as the
first character in a Unicode identifier.
- isUnity() - Method in class eve.fx.points.AffineTransform
-
- isUnixProcess() - Static method in class eve.sys.unix.Unix
-
- isUpdating - Variable in class eve.database.SafeDBAccess
-
If the Database is open for updating, this will be true.
- isUpperCase(char) - Static method in class java.lang.Character
-
Determines if the specified character is an uppercase character.
- isUpperCase(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is an uppercase character.
- ISurface - Interface in eve.fx
-
- isValid() - Method in class eve.fx.Graphics
-
- isValid() - Method in class eve.io.filestore.FileStoreEntryFile
-
- isValid() - Method in class eve.sys.FieldTransfer
-
Returns true if this FieldTransfer can actually do a transfer.
- isValid() - Method in class eve.sys.Time
-
- isValid() - Method in interface eve.sys.WebApplication.LocalDirectory
-
- isValid() - Method in interface eve.sys.WebApplication.LocalFile
-
- isValid(String) - Method in class eve.ui.data.InputBox
-
Override this to validate the entered data before exit.
- isValid(PropertyList, Editor) - Method in class eve.ui.data.InputObject
-
This is called before the InputObject form exits with an exit code of IDOK.
- isValid() - Method in class eve.ui.FontSetup
-
- isValidCodePoint(int) - Static method in class java.lang.Character
-
Determines whether the specified code point is a valid Unicode
code point value in the range of 0x0000
to
0x10FFFF
inclusive.
- isValidKeyPress(KeyEvent) - Method in interface eve.ui.InputValidator
-
- isValidText(String) - Method in interface eve.ui.InputValidator
-
- isVisible() - Method in class eve.fx.gui.NativeWindowSurface
-
- isVisible() - Method in class eve.fx.gui.WindowSurface
-
- isVisible(int, int, boolean) - Method in class eve.ui.table.TableControl
-
Find out if the cell at row and col is completely visible (completely == true) or at
least partially visible (completely == false).
- isVisible() - Method in class eve.ui.Window
-
Return if the Window is visible.
- isVolatile(int) - Static method in class eve.reflect.Modifier
-
- isVolatile(int) - Static method in class java.lang.reflect.Modifier
-
Check whether the given modifier is volatile.
- isWebBrowserSupported() - Method in interface eve.sys.WebApplication
-
- isWhite(char) - Static method in class com.stevesoft.pat.Prop
-
Is c a white space character according to Unicode?
- isWhitespace(char) - Static method in class java.lang.Character
-
Determines if the specified character is white space according to Java.
- isWhitespace(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is
white space according to Java.
- isWindowFrame(Frame) - Static method in class eve.ui.Gui
-
This returns true if the Frame is the main frame of a window.
- isWithin(double, double, double, double) - Method in class eve.fx.points.PointRect
-
Returns true if the specified rectangle in Points intersects with this PageRect.
- isWithin(AniImage) - Method in class eve.ui.game.AniImage
-
Returns if this AniImage is "within" the other AniImage - where "within"
is "touching" if CompletelyIn property is not set, otherwise it is "isCompletelyWithin".
- isWritable - Variable in class eve.fx.ByteArrayImageData
-
- isWriteable - Variable in class eve.sys.ImageDataInfo
-
- isWriteableImage() - Method in class eve.fx.BufferedImageData
-
- isWriteableImage() - Method in class eve.fx.ByteArrayImageData
-
Returns if you can write data to the ImageData.
- isWriteableImage() - Method in class eve.fx.Drawing
-
- isWriteableImage() - Method in class eve.fx.GraphicsImageData
-
- isWriteableImage() - Method in class eve.fx.GrayScaleImage
-
- isWriteableImage() - Method in class eve.fx.Icon
-
- isWriteableImage() - Method in class eve.fx.Image
-
- isWriteableImage() - Method in class eve.fx.ImageAdapter
-
- isWriteableImage() - Method in class eve.fx.ImageSubSection
-
- isWriteableImage() - Method in class eve.fx.Picture
-
This always returns false.
- isWriteableImage() - Method in class eve.fx.PixelBuffer
-
- isWriteableImage() - Method in class eve.fx.RotatedImageData
-
- isWriteableImage() - Method in interface eve.sys.ImageData
-
Returns if you can write data to the ImageData.
- isWriteableImage() - Method in class eve.sys.ImageDataInfo
-
Returns the value of the field "isWriteable"
- ITALIAN - Static variable in class java.util.Locale
-
Locale which represents the Italian language.
- ITALIC - Static variable in class eve.fx.Font
-
An italic font style.
- ITALIC - Static variable in class eve.fx.points.PointFont
-
An italic font style.
- italic - Variable in class eve.ui.data.FontChooser
-
- italic - Variable in class eve.ui.FontSelector
-
- ITALY - Static variable in class java.util.Locale
-
Locale which represents Italy.
- ITaskbarEntry - Interface in eve.sys
-
- item - Variable in class eve.ui.Card
-
This is the item that was added to the MultiPanel.
- itemAction(int) - Method in class eve.ui.IconMenu
-
This is called by doSelectedAction() just before it posts an Action event.
- itemAction(int) - Method in class eve.ui.launcher.AppLauncher
-
- itemHeight - Variable in class eve.ui.ChoiceControl
-
If you set this to a value >= 0 then this will be taken to be the fixed item height.
- itemIsVisible(int, boolean) - Method in interface eve.data.ISimpleList
-
Checks if an item is either partially or fully visible.
- itemIsVisible(int, boolean) - Method in class eve.ui.ChoiceControl
-
- itemName - Variable in class eve.ui.data.ListEditor
-
This is the name of the item being edited.
- items - Variable in class eve.ui.ChoiceControl
-
- items - Variable in class eve.ui.data.ListEditor
-
These are the items being edited.
- items - Variable in class eve.ui.IconMenu
-
Items are added to this as Strings or MenuItem objects.
- itemsChanged(boolean, int) - Method in class eve.ui.data.icons.IconListEdit
-
- itemsChanged(boolean, int) - Method in class eve.ui.data.ListEditor
-
- itemsSize() - Method in class eve.ui.ChoiceControl
-
- itemsSize() - Method in class eve.ui.SimpleList
-
This returns getItemCount().
- iterator(ControlIterator) - Method in class eve.ui.ControlGroup
-
- iterator(Vector) - Static method in class eve.util.mVector
-
This returns an iterator for the specified Vector.
- iterator() - Method in class java.util.AbstractCollection
-
Return an Iterator over this collection.
- iterator() - Method in class java.util.AbstractList
-
Obtain an Iterator over this list, whose sequence is the list order.
- iterator() - Method in interface java.util.Collection
-
Obtain an Iterator over this collection.
- iterator() - Method in class java.util.HashSet
-
Returns an Iterator over the elements of this Set, which visits the
elements in no particular order.
- Iterator - Interface in java.util
-
This class is not Java 1.1/Personal Java compliant!
- iterator() - Method in interface java.util.List
-
Obtain an Iterator over this list, whose sequence is the list order.
- iterator() - Method in interface java.util.Set
-
- iterator() - Method in class java.util.Vector
-
Return an Iterator over the elements in the Vector.
- IteratorEnumerator - Class in eve.util
-
This is an object that can be used to implement an object that is both an
Iterator and an Enumeration.
- IteratorEnumerator() - Constructor for class eve.util.IteratorEnumerator
-
- IteratorEnumerator(Iterator) - Constructor for class eve.util.IteratorEnumerator
-
Using this constructor will convert the Iterator to an Enumeration.
- IteratorEnumerator(Enumeration) - Constructor for class eve.util.IteratorEnumerator
-
Using this constructor will convert the Enumeration to an Iterator;
- ITerminal - Interface in eve.sys
-
- ITime - Interface in eve.data
-
- ITrack - Interface in eve.ui
-
- ITransferable - Interface in eve.sys
-
- IWebBrowser - Interface in eve.ui
-