Class EasyPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
AboutPanel, BaseConvertPanel, BatchRenamePanel, ChecksumPanel, ColorConvertPanel, ColorPickerPanel, DumpsysAlarmPanel, DuplicateSearchPanel, EasyChildTabbedPanel, EncodeConvertPanel, I18nAddPanel, I18nFindLongestPanel, I18nRemovePanel, MonkeyPanel, OsConvertPanel, PluginPanel, ProtobufConvertPanel, RecoveryPanel, RelationShipConvertPanel, ScreenShotPanel, SettingsPanel, TimeConvertPanel, Zh2UnicodeConvertPanel, ZhConvertPanel

public class EasyPanel extends JPanel
Author:
jiangxin, 2019-04-12
See Also:
  • Field Details

    • logger

      protected org.apache.logging.log4j.Logger logger
    • conf

      protected org.apache.commons.configuration2.Configuration conf
    • bundle

      protected ResourceBundle bundle
    • isInited

      protected boolean isInited
  • Constructor Details

  • Method Details

    • isNeedPreChangeMenu

      public boolean isNeedPreChangeMenu()
    • init

      public void init()
    • initUI

      public void initUI()
    • getFrame

      protected EasyFrame getFrame()
    • checkAndGetFileContent

      protected String checkAndGetFileContent(JTextField textField, String key, String msg)
    • checkAndGetNewFileContent

      protected String checkAndGetNewFileContent(JTextField textField, String key, String msg)
    • checkAndGetDirContent

      protected String checkAndGetDirContent(JTextField textField, String key, String msg)
    • checkAndGetStringContent

      protected String checkAndGetStringContent(JTextField textField, String key, String msg)