Generated by
JDiff

Class com.jniwrapper.win32.automation.OleContainer

Removed Methods
void paint(Graphics)  
 

Added Methods
void configureSibling()  
void draw() Default method for drawning an embedded component which is in inactive state using oleDraw OLE function.
void drawBitmap(Bitmap) Draws bitmap object on the canvas of this container.
int getActivationVerb() Returns the activation verb of this container.
Wnd getContainerWindow() Returns window of this container.
Wnd getObjectWindow() Returns window of an embedded object.
boolean isFocused()  
boolean isHandleUpdateAsSave()  
void load(IStorage) Loads an OLE object from OLE storage.
void setActivationVerb(int) Sets the default activation verb for the container.
void setFocused(boolean)  
void setHandleUpdateAsSave(boolean) Set handle or not ole object update event.
Bitmap takeScreenshot() Takes a screenshot of an embedded component.
 

Changed Methods
void destroyObject() Changed from synchronized to non-synchronized. Destroys the previously created OleObject.
void doVerb(int) Changed from synchronized to non-synchronized. Does the verb for OleObject.
void removeFocusListener(FocusListener) Changed from non-synchronized to synchronized.  
void uiActivate() Changed from synchronized to non-synchronized. Activates the OLE objects' UI.
void uiDeactivate() Changed from synchronized to non-synchronized. Deactivates the OLE object's UI.
void createObject(CLSID) Changed from synchronized to non-synchronized. Creates an object in the container by CLSID.
void createObject(File) Changed from synchronized to non-synchronized. Creates an object in the container by association specified by the file name.
void createObject(String) Changed from synchronized to non-synchronized. Creates an object in the container by class name.