|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Methods | |
|---|---|
| net.wotonomy.foundation.NSBundle.allBundles()
use mainBundle() to access the application bundle and frameworkBundles() to access any frameworks. |
|
| net.wotonomy.foundation.NSBundle.allFrameworks()
use frameworkBundles() to access any frameworks. |
|
| net.wotonomy.foundation.NSBundle.bundleWithPath(String)
Apple's WebObjects says you should not load from arbitrary path. |
|
| net.wotonomy.foundation.NSBundle.pathForResource(String, String)
Don't use this method, use resourcePathForLocalizedResourceNamed() instead. |
|
| net.wotonomy.foundation.NSBundle.pathForResource(String, String, String)
Don't use this method, use resourcePathForLocalizedResourceNamed() instead. |
|
| net.wotonomy.foundation.NSBundle.pathsForResources(String, String)
Don't use this method, use resourcePathsForResources() instead. |
|
| net.wotonomy.foundation.NSBundle.resourcePath()
Resources are now accessed using the bytesForResourcePath() and inputStreamForResourcePath() methods. |
|
| net.wotonomy.foundation.NSTimestamp.setDate(int)
This method deprecated in parent java.util.Date |
|
| net.wotonomy.foundation.NSTimestamp.setHours(int)
This method deprecated in parent java.util.Date |
|
| net.wotonomy.foundation.NSTimestamp.setMinutes(int)
This method deprecated in parent java.util.Date |
|
| net.wotonomy.foundation.NSTimestamp.setMonth(int)
This method deprecated in parent java.util.Date |
|
| net.wotonomy.foundation.NSTimestamp.setSeconds(int)
This method deprecated in parent java.util.Date |
|
| net.wotonomy.foundation.NSTimestamp.setYear(int)
This method deprecated in parent java.util.Date |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||