跳过导航链接
A C E F G H I J K L M O R S T U 

A

AbstractActionApplicationListener<E extends ActionApplicationEvent> - com.github.kancyframework.springx.swing.action中的类
AbstractActionApplicationListener
AbstractActionApplicationListener() - 类 的构造器com.github.kancyframework.springx.swing.action.AbstractActionApplicationListener
 
Accelerator - com.github.kancyframework.springx.swing.action中的注释类型
配置Bean的注解
Action - com.github.kancyframework.springx.swing.action中的注释类型
配置Bean的注解
ActionApplicationEvent<T> - com.github.kancyframework.springx.swing.action中的类
ActionApplicationEvent
ActionApplicationEvent(T) - 类 的构造器com.github.kancyframework.springx.swing.action.ActionApplicationEvent
Constructs a prototypical Event.
ActionApplicationEvent(T, ActionEvent) - 类 的构造器com.github.kancyframework.springx.swing.action.ActionApplicationEvent
 
ActionApplicationListener<E extends ApplicationEvent> - com.github.kancyframework.springx.swing.action中的接口
ActionApplicationListener
ActionCommand - com.github.kancyframework.springx.swing.action中的注释类型
配置Bean的注解
actionPerformed(ActionEvent) - 接口 中的方法com.github.kancyframework.springx.swing.action.SpringActionListener
Invoked when an action occurs.
actionPerformed(ActionEvent) - 类 中的方法com.github.kancyframework.springx.swing.tray.SystemTrayCreator
Invoked when an action occurs.
ApplicationContextHolder() - 类 的构造器com.github.kancyframework.springx.swing.action.SpringActionListener.ApplicationContextHolder
 

C

com.github.kancyframework.springx.swing - 程序包 com.github.kancyframework.springx.swing
 
com.github.kancyframework.springx.swing.action - 程序包 com.github.kancyframework.springx.swing.action
 
com.github.kancyframework.springx.swing.constants - 程序包 com.github.kancyframework.springx.swing.constants
 
com.github.kancyframework.springx.swing.event - 程序包 com.github.kancyframework.springx.swing.event
 
com.github.kancyframework.springx.swing.init - 程序包 com.github.kancyframework.springx.swing.init
 
com.github.kancyframework.springx.swing.tray - 程序包 com.github.kancyframework.springx.swing.tray
 
com.github.kancyframework.springx.swing.utils - 程序包 com.github.kancyframework.springx.swing.utils
 
customSettings(T) - 接口 中的方法com.github.kancyframework.springx.swing.SwingApplication
自定义设置
customSettings(T) - 接口 中的方法com.github.kancyframework.springx.swing.SwingPluginApplication
自定义设置

E

EmbedSpringActionListener(JFrame, ApplicationContext) - 类 的构造器com.github.kancyframework.springx.swing.SwingApplication.EmbedSpringActionListener
 

F

FontChangeEvent - com.github.kancyframework.springx.swing.event中的类
ThemeChangeEvent
FontChangeEvent(Object) - 类 的构造器com.github.kancyframework.springx.swing.event.FontChangeEvent
Constructs a prototypical Event.
FontChangeEvent(Object, Font, Font) - 类 的构造器com.github.kancyframework.springx.swing.event.FontChangeEvent
 

G

getAccelerator(String) - 类 中的方法com.github.kancyframework.springx.swing.action.AbstractActionApplicationListener
快捷键 例如:ctrl alt shift 1 - > KeyStroke.getKeyStroke(KeyEvent.VK_1, KeyEvent.CTRL_MASK|KeyEvent.ALT_MASK|KeyEvent.SHIFT_MASK)
getAccelerator(String) - 接口 中的方法com.github.kancyframework.springx.swing.action.ActionApplicationListener
快捷键 例如:ctrl alt shift 1 - > KeyStroke.getKeyStroke(KeyEvent.VK_1, KeyEvent.CTRL_MASK|KeyEvent.ALT_MASK|KeyEvent.SHIFT_MASK)
getActionCommand() - 类 中的方法com.github.kancyframework.springx.swing.action.JFrameActionListener
 
getActionEvent() - 类 中的方法com.github.kancyframework.springx.swing.action.ActionApplicationEvent
 
getActionEvent() - 类 中的方法com.github.kancyframework.springx.swing.action.JFrameActionListener
 
getApplicationContext() - 接口 中的方法com.github.kancyframework.springx.swing.action.SpringActionListener
获取应用程序上下文
getApplicationContext() - 类 中的方法com.github.kancyframework.springx.swing.SwingApplication.EmbedSpringActionListener
 
getCurrentThemeClassName() - 类 中的静态方法com.github.kancyframework.springx.swing.utils.ThemeUtils
 
getEvent() - 类 中的方法com.github.kancyframework.springx.swing.action.JFrameActionListener
 
getFont() - 类 中的方法com.github.kancyframework.springx.swing.event.FontChangeEvent
 
getFrame() - 类 中的方法com.github.kancyframework.springx.swing.action.JFrameActionListener
 
getImage() - 类 中的方法com.github.kancyframework.springx.swing.tray.SystemTrayCreator
获取托盘图标
getOriginaFont() - 类 中的方法com.github.kancyframework.springx.swing.event.FontChangeEvent
 
getOriginalThemeClassName() - 类 中的方法com.github.kancyframework.springx.swing.event.ThemeChangeEvent
 
getPopupMenu() - 类 中的方法com.github.kancyframework.springx.swing.tray.SystemTrayCreator
获取托盘菜单 乱码问题:-Dfile.encoding=gbk
getSource() - 类 中的方法com.github.kancyframework.springx.swing.action.JFrameActionListener
 
getSource(String) - 接口 中的方法com.github.kancyframework.springx.swing.action.SpringActionListener
源对象
getSource(String) - 类 中的方法com.github.kancyframework.springx.swing.SwingApplication.EmbedSpringActionListener
 
getSource(String) - 接口 中的方法com.github.kancyframework.springx.swing.SwingPluginApplication
 
getSupportActionCommands() - 类 中的方法com.github.kancyframework.springx.swing.action.AbstractActionApplicationListener
提供支持的ActionCommand,逗号分隔
getSupportActionCommands() - 接口 中的方法com.github.kancyframework.springx.swing.action.ActionApplicationListener
提供支持的ActionCommand,逗号分隔
getSupportActionCommandSet() - 类 中的方法com.github.kancyframework.springx.swing.action.AbstractActionApplicationListener
 
getThemeClassName() - 类 中的方法com.github.kancyframework.springx.swing.event.ThemeChangeEvent
 
getTooltip() - 类 中的方法com.github.kancyframework.springx.swing.tray.SystemTrayCreator
获取托盘提示

H

handle(F) - 类 中的方法com.github.kancyframework.springx.swing.action.JFrameActionListener
处理事件
holder - 接口 中的静态变量com.github.kancyframework.springx.swing.action.SpringActionListener
 

I

isCurrentDarkTheme() - 类 中的静态方法com.github.kancyframework.springx.swing.utils.ThemeUtils
 
isSupport(ActionEvent) - 类 中的方法com.github.kancyframework.springx.swing.action.AbstractActionApplicationListener
是否支持
isSupport(String) - 类 中的方法com.github.kancyframework.springx.swing.action.AbstractActionApplicationListener
是否支持
isSupport(ActionEvent) - 接口 中的方法com.github.kancyframework.springx.swing.action.ActionApplicationListener
是否支持
isSupport(String) - 接口 中的方法com.github.kancyframework.springx.swing.action.ActionApplicationListener
是否支持

J

JFrameActionListener<F extends JFrame> - com.github.kancyframework.springx.swing.action中的类
JFrameActionListener
JFrameActionListener() - 类 的构造器com.github.kancyframework.springx.swing.action.JFrameActionListener
 
JFrameApplicationEvent - com.github.kancyframework.springx.swing.action中的类
JFrameApplicationEvent
JFrameApplicationEvent(JFrame) - 类 的构造器com.github.kancyframework.springx.swing.action.JFrameApplicationEvent
 
JFrameApplicationEvent(JFrame, ActionEvent) - 类 的构造器com.github.kancyframework.springx.swing.action.JFrameApplicationEvent
 
JFrameApplicationListener - com.github.kancyframework.springx.swing.action中的类
JFrameApplicationListener
JFrameApplicationListener() - 类 的构造器com.github.kancyframework.springx.swing.action.JFrameApplicationListener
 

K

KeyStroke - com.github.kancyframework.springx.swing.action中的注释类型
配置Bean的注解

L

log - 接口 中的静态变量com.github.kancyframework.springx.swing.action.SpringActionListener
 
log - 接口 中的静态变量com.github.kancyframework.springx.swing.SwingApplication
 

M

MapDbKeys - com.github.kancyframework.springx.swing.constants中的接口
MapDbKeys

O

onApplicationContext(ApplicationContext) - 接口 中的方法com.github.kancyframework.springx.swing.action.SpringActionListener
 
onApplicationEvent(ActionApplicationEvent<F>) - 类 中的方法com.github.kancyframework.springx.swing.action.JFrameActionListener
处理事件

R

run(Environment, CommandLineArgument) - 类 中的方法com.github.kancyframework.springx.swing.init.SwingApplicationInitializer
 
run(Environment, CommandLineArgument) - 类 中的方法com.github.kancyframework.springx.swing.init.SystemTrayConsoleInitializer
run
run(ApplicationContext, CommandLineArgument) - 接口 中的方法com.github.kancyframework.springx.swing.SwingApplication
run
run(CommandLineArgument) - 接口 中的方法com.github.kancyframework.springx.swing.SwingPluginApplication
run

S

setActionEvent(ActionEvent) - 类 中的方法com.github.kancyframework.springx.swing.action.ActionApplicationEvent
 
setMenu(PopupMenu, JFrame) - 接口 中的方法com.github.kancyframework.springx.swing.tray.SystemTrayMenuProvider
设置托盘菜单
setThemeClassName(String) - 类 中的静态方法com.github.kancyframework.springx.swing.utils.ThemeUtils
 
SpringActionListener - com.github.kancyframework.springx.swing.action中的接口
SpringActionListener
SpringActionListener.ApplicationContextHolder - com.github.kancyframework.springx.swing.action中的类
 
SwingApplication<T extends JFrame> - com.github.kancyframework.springx.swing中的接口
SwingApplication
SwingApplication.EmbedSpringActionListener - com.github.kancyframework.springx.swing中的类
 
SwingApplicationInitializer - com.github.kancyframework.springx.swing.init中的类
SwingApplicationInitializer
SwingApplicationInitializer() - 类 的构造器com.github.kancyframework.springx.swing.init.SwingApplicationInitializer
 
SwingPluginApplication<T extends JFrame> - com.github.kancyframework.springx.swing中的接口
SwingApplication
SwingSpringApplication<T extends JFrame> - com.github.kancyframework.springx.swing中的接口
SwingSpringApplication
SystemTrayConsoleInitializer - com.github.kancyframework.springx.swing.init中的类
 
SystemTrayConsoleInitializer() - 类 的构造器com.github.kancyframework.springx.swing.init.SystemTrayConsoleInitializer
 
SystemTrayCreator - com.github.kancyframework.springx.swing.tray中的类
默认系统托盘创建器,优先级最低
SystemTrayCreator(JFrame, ApplicationContext) - 类 的构造器com.github.kancyframework.springx.swing.tray.SystemTrayCreator
 
SystemTrayMenuProvider - com.github.kancyframework.springx.swing.tray中的接口
 

T

ThemeChangeEvent - com.github.kancyframework.springx.swing.event中的类
ThemeChangeEvent
ThemeChangeEvent(Object) - 类 的构造器com.github.kancyframework.springx.swing.event.ThemeChangeEvent
Constructs a prototypical Event.
ThemeChangeEvent(Object, String, String) - 类 的构造器com.github.kancyframework.springx.swing.event.ThemeChangeEvent
 
ThemeUtils - com.github.kancyframework.springx.swing.utils中的类
Themes
ThemeUtils() - 类 的构造器com.github.kancyframework.springx.swing.utils.ThemeUtils
 

U

USER_FONT - 接口 中的静态变量com.github.kancyframework.springx.swing.constants.MapDbKeys
 
USER_THEME - 接口 中的静态变量com.github.kancyframework.springx.swing.constants.MapDbKeys
 
A C E F G H I J K L M O R S T U 
跳过导航链接

Copyright © 2025. All rights reserved.