|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.pde.internal.swt.tools.IconExe
public class IconExe
Customize the icon of a Windows exe WARNING! This class is not part of SWT API. It is NOT API. It is an internal tool that may be changed or removed at anytime. Based on MSDN "An In-Depth Look into the Win32 Portable Executable File Format". Win x64 support (Bug #238001) based on MSDN "x64 Primer: Everything You Need To Know To Start Programming 64-Bit Windows Systems".
Nested Class Summary | |
---|---|
static class |
IconExe.BITMAPINFOHEADER
|
static class |
IconExe.CURSORDIR
|
static class |
IconExe.FileFormat
|
static class |
IconExe.ICONRESDIR
|
static class |
IconExe.IconResInfo
|
static class |
IconExe.IMAGE_DATA_DIRECTORY
|
static class |
IconExe.IMAGE_DOS_HEADER
|
static class |
IconExe.IMAGE_FILE_HEADER
|
static class |
IconExe.IMAGE_NT_HEADERS
|
static class |
IconExe.IMAGE_OPTIONAL_HEADER
|
static class |
IconExe.IMAGE_RESOURCE_DATA_ENTRY
|
static class |
IconExe.IMAGE_RESOURCE_DIRECTORY
|
static class |
IconExe.IMAGE_RESOURCE_DIRECTORY_ENTRY
|
static class |
IconExe.IMAGE_SECTION_HEADER
|
static class |
IconExe.NEWHEADER
|
static class |
IconExe.RESDIR
|
Field Summary | |
---|---|
static java.lang.String |
VERSION
|
Constructor Summary | |
---|---|
IconExe()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Replace the Desktop icons provided in the Windows executable program with matching icons provided by the user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VERSION
Constructor Detail |
---|
public IconExe()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |