⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 odspreadsheetxlseditor.java

📁 JAVA开源LDAP浏览器jxplorer的源码!
💻 JAVA
字号:
package com.ca.directory.jxplorer.editor;

import com.ca.commons.cbutil.CBIntText;

import java.awt.*;



/**
 * Class that extends BaseODMediaEditor to basically customise the display with
 * the title 'odSpreadSheetXLS' and to add a launch button that when clicked creates
 * a temp file and tries to launch the file in the default player.
 * @author Trudi.
 */
 
public class odspreadsheetxlseditor extends baseodmediaeditor
{

   /**
    * Calls the BaseODMediaEditor constructor, sets the dialog title, the file
    * name and the extension.
    * @param owner handle to the application frame, used to display dialog boxes.
    */

    public odspreadsheetxlseditor(Frame owner)
    {
        super(owner);
        super.setDialogTitle(CBIntText.get("odSpreadSheetXLS"));
        super.setFileName("odSpreadSheetXLS");
        super.setExtension(".xls");
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -