Interface and Description |
---|
eve.data.Transferrable
- use ITransferable instead.
|
Class and Description |
---|
java.io.LineNumberInputStream
This class is deprecated in favor if
LineNumberReader because it operates on ASCII bytes
instead of an encoded character stream. This class is for backward
compatibility only and should not be used in new applications. |
eve.fx.ScaledImageMaker |
Field and Description |
---|
eve.io.AsciiCodec.ADD_CR_ON_ENCODE
- this now has the same meaning as ADD_CR_SMART.
This is a creation option. It specifies that CR characters should be added
before every LF when encoding text into ASCII.
|
eve.ui.CardPanel.autoScroll
use modifyCardOptions(OPTION_AUTO_SCROLL,0) instead;
|
eve.ui.CheckBox.boxWidth
the box size is now matched to the text size.
|
eve.sys.Handle.Changed
- don't use this flag to wait for a change. Instead, synchronize with the Handle, call getChangeState()
and then call waitOnChange().
|
eve.io.block.RemoteCall.classCreator
- this is not needed.
|
eve.ui.CheckBox.defaultBoxWidth
the box size is now matched to the text size.
|
eve.ui.TabbedPanel.dontFocusOnNextSelect
use modifyCardOptions(OPTION_DONT_FOCUS_ON_NEXT_SELECT,0) instead;
|
eve.ui.CardPanel.dontFocusOnNextSelect
use modifyCardOptions(OPTION_DONT_FOCUS_ON_NEXT_SELECT,0) instead;
|
eve.io.FileConstants.FLAG_READ_ONLY
- use getPermissionsAndFlags() and setPermissionsAndFlags()
|
eve.ui.CardPanel.focusOnControlsAfterSelectHotKey
use modifyCardOptions(OPTION_FOCUS_ON_CONTROLS_AFTER_SELECTION_HOT_KEY,0) instead;
|
eve.ui.TabbedPanel.focusOnControlsAfterTabHotKey
use modifyCardOptions(OPTION_FOCUS_ON_CONTROLS_AFTER_SELECTION_HOT_KEY,0) instead;
|
eve.sys.registry.Registry.FOLDER_APP_DATA
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_BITBUCKET
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_CONTROLS
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_DESKTOP
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_DESKTOPDIRECTORY
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_DRIVES
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_FAVORITES
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_FONTS
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_NETHOOD
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_NETWORK
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_PERSONAL
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_PRINTERS
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_PROGRAMS
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_RECENT
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_SENDTO
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_STARTMENU
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_STARTUP
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_TEMPLATES
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.sys.registry.Registry.FOLDER_WINDOWS
- use getSystemFolder() with a SYSTEM_FOLDER_XXX value instead.
|
eve.ui.CellConstants.INSETS
use TAG_INSETS instead.
|
eve.ui.CellConstants.MAXIMUMSIZE
use TAG_MAXIMUMSIZE instead
|
eve.ui.CellConstants.MINIMUMSIZE
use TAG_MINIMUMSIZE instead
|
eve.fx.Picture.OPTION_KEEP_ASPECT_RATIO
use ImageData.CREATE_OPTION_KEEP_ASPECT_RATIO instead.
|
eve.ui.InputPopupForm.pad |
eve.ui.CellConstants.PREFERREDSIZE
use TAG_PREFERREDSIZE instead
|
eve.ui.CellConstants.RECT
use TAG_RECT instead
|
eve.ui.CellConstants.SPAN
use TAG_BORDER instead
|
java.lang.Character.UnicodeBlock.SURROGATES_AREA
As of J2SE 5, use
Character.UnicodeBlock.HIGH_SURROGATES ,
Character.UnicodeBlock.HIGH_PRIVATE_USE_SURROGATES , and
Character.UnicodeBlock.LOW_SURROGATES . These new constants match
the block definitions of the Unicode Standard.
The Character.UnicodeBlock.of(char) and Character.UnicodeBlock.of(int) methods
return the new constants, not SURROGATES_AREA. |
eve.ui.CellConstants.TEXTSIZE
use TAG_TEXTSIZE instead
|
Method and Description |
---|
eve.ui.CheckBoxGroup.addCheck(CheckBox)
- do not use this, use CheckBox.setGroup() to add an CheckBox.
|
java.lang.ThreadGroup.allowThreadSuspension(boolean)
pointless, since suspend is deprecated
|
eve.fx.Brush.change(Color)
- use getCopy().set(Color) to do this.
Return a new Brush with a different color.
|
eve.fx.Pen.change(Color)
- use getCopy().set(differentColor);
|
java.lang.SecurityManager.classLoaderDepth()
use
SecurityManager.checkPermission(Permission) instead |
eve.sys.registry.Registry.createShortcut(String, String, String) |
eve.ui.data.LiveObject.enableEditorScrolling(Editor, boolean)
use Form.enableScrolling(boolean horizontally, boolean vertically) instead.
|
eve.ui.data.Editor.enableScrolling(boolean)
use Form.enableScrolling(boolean horizontally, boolean vertically) instead.
|
java.net.URLEncoder.encode(String) |
eve.ui.Form.filesDropped(String[])
Don't use this, instead - have your control implement IAcceptsDroppedFiles.
|
eve.sys.SimpleDateFormat.format(Date)
use format(java.util.Calendar) instead.
|
eve.fx.Metrics.getAverageSize(FontMetrics, int, int, int, int, Dimension)
use getAverageSizeFor() which specifies the gap in fractions of font size.
|
java.lang.String.getBytes(int, int, byte[], int)
Use getBytes().
|
eve.security.BlowfishCBC.getCBCIV(byte[])
use getCBCIV(byte[], int) instead
|
eve.ui.Control.getChildren()
- use getChildren(ControlIterator,boolean) instead.
|
eve.reflect.Reflect.getClass(String, Class)
- use typeToClass() instead.
|
eve.sys.Vm.getClipboardText()
use an IClipboard returned from openClipboard() instead.
|
java.util.Date.getDate()
Use Calendar instead of Date, and use get(Calendar.DATE)
instead.
|
java.util.Date.getDay()
Use Calendar instead of Date, and use get(Calendar.DAY_OF_WEEK)
instead.
|
eve.database.Database.getEntries()
use getFoundEntries(Handle h,int sortID) with a zero sortID instead.
|
eve.database.Database.getEntries(int)
use getFoundEntries(Handle h,int sortID) instead.
|
com.stevesoft.pat.RegexWriter.getEOLchar() |
com.stevesoft.pat.RegexReader.getEOLchar() |
java.util.Date.getHours()
Use Calendar instead of Date, and use get(Calendar.HOUR_OF_DAY)
instead.
|
eve.fx.ImageCache.getImage(String, int, int, boolean) |
eve.fx.ImageCache.getImage(String, Object) |
eve.sys.registry.Registry.getLocalKey(int, String, boolean, boolean)
Use getRootKey() instead and then use it to get sub-paths.
|
com.stevesoft.pat.RegexWriter.getMaxLines() |
com.stevesoft.pat.RegexReader.getMaxLines() |
java.util.Date.getMinutes()
Use Calendar instead of Date, and use get(Calendar.MINUTE)
instead.
|
java.util.Date.getMonth()
Use Calendar instead of Date, and use get(Calendar.MONTH)
instead.
|
eve.ui.Control.getPosInParent(Container)
- use getPosInParent(Container,Point) instead.
|
eve.net.HttpConnection.getRedirectedConnection(String)
use getRedirection(String url) instead.
|
java.util.Date.getSeconds()
Use Calendar instead of Date, and use get(Calendar.SECOND)
instead.
|
eve.fx.Metrics.getSize(FontMetrics, SubString, int, int, Dimension)
use getSizeFor() which specifies the gaps in fractions of font size.
|
eve.sys.registry.Registry.getSoftwareLocalKey(int, String, boolean, boolean)
use readLocalSoftwareKey() instead
|
eve.sys.registry.Registry.getSpecialFolder(int)
use getSystemFolder() with the SYSTEM_FOLDER_XXX values instead.
|
eve.ui.Control.getSubControls()
- use getSubControls(ControlIterator,boolean) instead.
|
eve.sys.registry.Registry.getSystemFolder(int, int)
use eve.sys.windows.getWindowsDirectories()
|
eve.zipfile.ZipEntry.getTime(Time)
use getLastModifiedTime() instead.
|
java.util.Date.getTimezoneOffset()
use
Calendar.get(Calendar.ZONE_OFFSET)+Calendar.get(Calendar.DST_OFFSET)
instead.
|
java.util.Date.getYear()
Use Calendar instead of Date, and use get(Calendar.YEAR)
instead. Note about the 1900 difference in year.
|
java.lang.SecurityManager.inClassLoader()
use
SecurityManager.checkPermission(Permission) instead |
eve.util.mVector.insert(int, Object)
Use add(index,obj) instead.
|
eve.ui.table.data.FieldTableModel.invalidateCachedObject()
use invalidateCache() or invalidateCachedObject(int row);
|
eve.ui.ControlBase.isDoubleSized()
use isDoubleSizedFont() if you must.
|
eve.ui.ControlBase.isDoubleSizedFont()
it is best you use getGuiTextHeight() and base your icon sizing on that rather than on
this method.
|
java.lang.Character.isJavaLetter(char)
Replaced by isJavaIdentifierStart(char).
|
java.lang.Character.isJavaLetterOrDigit(char)
Replaced by isJavaIdentifierPart(char).
|
java.lang.Character.isSpace(char)
Replaced by isWhitespace(char).
|
eve.fx.ImageCache.load(String)
DO NOT USE - this will be removed in 1.40
|
eve.fx.ImageCache.load(String, int, int, boolean)
DO NOT USE - this will be removed in 1.40
|
eve.sys.Time.localTimeToUTC(long)
- use Time.localToUTC(Time dest,TimeZone tz) instead.
|
eve.ui.Control.makeHot(String)
use makeHot(String,CharArray) instead.
|
eve.ui.Gui.makeHot(String, int)
- use makeHot(String,int,CharArray) instead.
|
eve.fx.Picture.newPicture(FormattedDataSource, Rect, int, int, int)
use the constructor instead.
|
eve.net.Net.newSocket(Handle, Object, int)
use getNewSocket(Object host, int port)
|
eve.sys.SimpleDateFormat.parse(String)
use parse(String str, Calendar destination) instead.
|
java.util.Date.parse(String)
Use DateFormat.parse(String)
|
eve.sys.SimpleDateFormat.parseObject(String)
use parse(String str, Calendar destination) instead.
|
eve.ui.data.Editor.pauseThisEventThread()
this is not recursive - use pauseCurrentEventThread() and resumeCurrentEventThread() instead.
|
eve.net.HttpConnection.redirectTo()
use redirectionTo() instead.
|
java.lang.ThreadGroup.resume()
pointless, since suspend is deprecated
|
java.lang.Thread.resume() |
eve.ui.data.Editor.resumeThisEventThread()
this is not recursive - use pauseCurrentEventThread() and resumeCurrentEventThread() instead.
|
java.util.Properties.save(OutputStream, String)
use
Properties.store(OutputStream, String) instead |
eve.security.BlowfishCBC.setCBCIV(byte[])
use setCBCIV(byte[], int) instead
|
eve.util.WeakCache.setCleanInterval(long)
this is no longer used. Each WeakCache has its own cleaner
Thread that checks the reference queue for cleaning.
|
eve.sys.Vm.setClipboardText(String)
use an IClipboard returned from openClipboard() instead.
|
java.util.Date.setDate(int)
Use Calendar instead of Date, and use
set(Calendar.DATE, date) instead.
|
com.stevesoft.pat.RegexWriter.setEOLchar(char) |
com.stevesoft.pat.RegexReader.setEOLchar(char) |
java.util.Date.setHours(int)
Use Calendar instead of Date, and use
set(Calendar.HOUR_OF_DAY, hours) instead.
|
com.stevesoft.pat.RegexWriter.setMaxLines(int) |
com.stevesoft.pat.RegexReader.setMaxLines(int) |
java.util.Date.setMinutes(int)
Use Calendar instead of Date, and use
set(Calendar.MINUTE, minutes) instead.
|
java.util.Date.setMonth(int)
Use Calendar instead of Date, and use
set(Calendar.MONTH, month) instead.
|
eve.net.HttpConnection.setPostDataLength(int)
use setContentLength() instead.
|
java.util.Date.setSeconds(int)
Use Calendar instead of Date, and use
set(Calendar.SECOND, seconds) instead.
|
eve.fx.PixelBuffer.setTo(Drawable, int, int, Color)
use one of the draw()/put()/blend() methods instead.
|
eve.ui.Card.setup(Control, String, String, boolean)
use the other setup() instead.
|
eve.sys.options.VMOptions.setupInstall()
use setupInstall(boolean onLocalMachine) instead.
|
eve.sys.options.VMOptions.setupInstallFileAssociations()
use setupInstallFileAssociations(boolean onLocalMachine).
|
java.net.URLStreamHandler.setURL(URL, String, String, int, String, String)
1.2 Please use
#setURL(URL,String,String,int,String,String,String,String);
|
java.util.Date.setYear(int)
Use Calendar instead of Date, and use
set(Calendar.YEAR, year) instead. Note about the 1900
difference in year.
|
eve.sys.Vm.splitCommand(String, String) |
java.lang.ThreadGroup.stop()
unsafe operation, try not to use
|
java.lang.Thread.stop() |
java.lang.Thread.stop(Throwable) |
java.lang.ThreadGroup.suspend()
unsafe operation, try not to use
|
java.lang.Thread.suspend() |
eve.database.Synchronizer.synchronize(Handle)
use synchronize(Handle progress, IRemoteSynchronizer remote) instead.
|
eve.sys.Wrapper.toEveWrapper(Object)
- use toEveWrapper(Object possibleJavaWrapper,Class javaType)
Convert an Object to an Eve Wrapper.
|
eve.sys.Wrapper.toEveWrappers(Object[])
- use toEveWrappers(Object[] javaWrappers,Class[] types) instead.
|
java.util.Date.toGMTString()
Use DateFormat.format(Date) with a GMT TimeZone.
|
java.util.Date.toLocaleString()
Use DateFormat.format(Date)
|
java.io.ByteArrayOutputStream.toString(int) |
eve.security.SHA1.update(byte[])
use update(byte[], int, int) instead
|
eve.security.SHA1.update(String)
don't use this method anymore (it's not clean), you might
want to try update(sData.getBytes()) instead
|
java.util.Date.UTC(int, int, int, int, int, int)
Use Calendar with a UTC TimeZone instead.
|
eve.sys.Time.UTCTimeToLocal(long)
- use Time.UTCToLocal(Time dest,TimeZone tz) instead.
|
eve.sys.mThread.yield(long) |
Constructor and Description |
---|
eve.security.BlowfishCBC(byte[], byte[])
use BlowfishCBC(byte[], int, int, byte[], int) instead
|
eve.security.BlowfishCBC(byte[], long)
use BlowfishCBC(byte[], int, int, long) instead
|
java.lang.ClassNotFoundException(Throwable)
- this is not a standard constructor
|
eve.ui.table.TreeControl.ControlTreeNode(Control, Font)
use setControl() instead.
|
java.util.Date(int, int, int)
use
new GregorianCalendar(year+1900, month,
day) instead. |
java.util.Date(int, int, int, int, int)
use
new GregorianCalendar(year+1900, month,
day, hour, min) instead. |
java.util.Date(int, int, int, int, int, int)
use
new GregorianCalendar(year+1900, month,
day) instead. |
java.util.Date(String)
use
java.text.DateFormat.parse(s) instead. |
eve.fx.IconAndText(String, String, FontMetrics) |
eve.ui.MessageBox()
use MessageBox(String title) instead.
|
eve.fx.points.PointFontMetrics(PointGraphics, PointFont)
use PointGraphics.getPointFontMetrics() instead.
|
java.lang.String(byte[], int, int, int) |