Updated to for AppleWorksFileExportFilter enhancements. Changed

to use select methods.
This commit is contained in:
Robert Greene 2003-02-08 16:35:19 +00:00
parent f346a0ac28
commit aaea5ee874
1 changed files with 2 additions and 2 deletions

View File

@ -365,7 +365,7 @@ public class DiskExplorerTab {
* Set the appropriate rendering style.
*/
public void widgetSelected(SelectionEvent event) {
awpFilter.setRendering(AppleWorksWordProcessorFileFilter.RENDER_AS_TEXT);
awpFilter.selectTextRendering();
}
});
item = new MenuItem(subMenu, SWT.RADIO);
@ -375,7 +375,7 @@ public class DiskExplorerTab {
* Set the appropriate rendering style.
*/
public void widgetSelected(SelectionEvent event) {
awpFilter.setRendering(AppleWorksWordProcessorFileFilter.RENDER_AS_HTML);
awpFilter.selectHtmlRendering();
}
});