Uses of Class
javax.swing.ActionMap
-
Packages that use ActionMap 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.plaf 提供一个接口和许多抽象类,Swing使用它们来提供其可插入的外观功能。javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观(曾代号为 Metal )构建的用户界面对象,这是默认的外观。 -
-
Uses of ActionMap in javax.swing
Methods in javax.swing that return ActionMap 变量和类型 方法 描述 ActionMapJComponent. getActionMap()返回ActionMap用来确定什么Action火特定KeyStroke结合。ActionMapActionMap. getParent()返回此ActionMap的父级。static ActionMapSwingUtilities. getUIActionMap(JComponent component)返回组件componentUI提供的ActionMap。Methods in javax.swing with parameters of type ActionMap 变量和类型 方法 描述 static voidSwingUtilities. replaceUIActionMap(JComponent component, ActionMap uiActionMap)方便的方法来改变UI ActionMap中为component至uiActionMap。voidJComponent. setActionMap(ActionMap am)将ActionMap设置为am。voidActionMap. setParent(ActionMap map)设置此ActionMap的父级。 -
Uses of ActionMap in javax.swing.plaf
Subclasses of ActionMap in javax.swing.plaf 变量和类型 类 描述 classActionMapUIResource实现UIResource的javax.swing.ActionMap的子类。 -
Uses of ActionMap in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic that return ActionMap 变量和类型 方法 描述 protected ActionMapBasicLookAndFeel. getAudioActionMap()返回包含此外观的音频操作的ActionMap。 -
Uses of ActionMap in javax.swing.plaf.metal
Methods in javax.swing.plaf.metal that return ActionMap 变量和类型 方法 描述 protected ActionMapMetalFileChooserUI. createActionMap()构造一个ActionMap的实例。protected ActionMapMetalFileChooserUI. getActionMap()返回ActionMap的实例。
-