|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Classes | |
| ewe.io.Buffer
use ewe.util.ObjectBuffer instead. |
|
| ewe.database.Decryptor
- use ewe.security.Decryptor instead. |
|
| ewe.database.Encryptor
- use ewe.security.Encryptor instead. |
|
| ewe.sys.Math
- use java.lang.Math instead. |
|
| ewe.ui.mTextArea
|
|
| ewe.io.StreamWriter
- use PrintWriter instead. |
|
| Deprecated Interfaces | |
| ewe.graphics.AniImage.ImageRefresher
use ewe.fx.ImageRefresher instead. |
|
| Deprecated Fields | |
| ewe.ui.InputPopupForm.area
|
|
| ewe.ui.CellConstants.BORDER
|
|
| ewe.io.RemoteCall.classCreator
- this is not needed. |
|
| ewe.io.RandomAccessFile.CREATE
READ_WRITE or WRITE_ONLY mode will create the file if it does not exist. |
|
| ewe.io.FileBase.CREATE
READ_WRITE will create a file if one does not exist. |
|
| ewe.io.FileBase.FLAG_READ_ONLY
- use getPermissionsAndFlags() and changePermissionsAndFlags() |
|
| ewe.sys.Locale.FORMAT_PARSE_DATE
use a Time value and set its format to be the value returned by getString() for TIME_FORMAT or DATE_FORMAT or LONG_DATE_FORMAT, and then request that Time value to convert itself to a String or to read from a String. |
|
| ewe.fx.Image.INDEXED
- use INDEXED_IMAGE instead. Use this to specify an indexed image. If neither INDEXED nor TRUE_COLOR is specified in the option for the constructor - then the appropriate one will be picked depending on the image type (i.e. INDEXED for bitmap images, and TRUE_COLOR for PNG images). |
|
| ewe.graphics.AniImage.refresher
use setRefresher() with a ewe.fx.ImageRefresher object. |
|
| ewe.ui.ScrollablePanel.shrinkComponent
- use setClientConstraints() instead. Set this true if you want the client to be shrunk if the ScrollablePanel is shrunk to be smaller than the preferred size of the component. By default this is false. If this is set true then the scrollbars will never appear. |
|
| ewe.ui.ScrollableHolder.shrinkComponent
- use setClientConstraints() instead. |
|
| ewe.ui.ScrollablePanel.stretchComponent
- use setClientConstraints() instead. Set this true if you want the client to be stretched if the ScrollablePanel is stretched to be bigger than the preferred size of the component. By default this is true. |
|
| ewe.ui.ScrollableHolder.stretchComponent
- use setClientConstraints() instead. |
|
| ewe.fx.Image.TRUE_COLOR
- use RGB_IMAGE instead. This is an option to be used in Image initializers. Use this when creating an image to force the use of 24-bit or 32-bit images. Use it without ALPHA_CHANNEL for 24-bit. |
|
| Deprecated Constructors | |
| ewe.security.BlowfishCBC(byte[], byte[])
use BlowfishCBC(byte[], int, int, byte[], int) instead |
|
| ewe.security.BlowfishCBC(byte[], long)
use BlowfishCBC(byte[], int, int, long) instead |
|
| ewe.sys.Coroutine(Object, Method, Object)
use an mThread object instead. |
|
| ewe.sys.Coroutine(Object, String, Object)
use an mThread object instead. |
|
| ewe.sys.Coroutine(Runnable)
use an mThread object instead. |
|
| ewe.sys.Coroutine(Runnable, int)
- use an mThread object instead. |
|
| ewe.io.MemoryFile(byte[], int, int, int)
- use new MemoryFile(byte [] bytes,int start,int length,String mode) instead. |
|
| ewe.io.MemoryFile(String, int)
- use new MemoryFile(Stream is,String mode) instead. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||