JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
类 BasicDesktopPaneUI.NavigateAction

java.lang.Object
  继承者 javax.swing.AbstractAction
      继承者 javax.swing.plaf.basic.BasicDesktopPaneUI.NavigateAction
所有已实现的接口:
ActionListener, Serializable, Cloneable, EventListener, Action
正在封闭类:
BasicDesktopPaneUI

protected class BasicDesktopPaneUI.NavigateAction
extends AbstractAction

处理导航到下一个内部窗体。


字段摘要
 
从类 javax.swing.AbstractAction 继承的字段
changeSupport, enabled
 
从接口 javax.swing.Action 继承的字段
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
构造方法摘要
protected BasicDesktopPaneUI.NavigateAction()
           
 
方法摘要
 void actionPerformed(ActionEvent evt)
          发生操作时调用。
 boolean isEnabled()
          如果启用该操作,则返回 true。
 
从类 javax.swing.AbstractAction 继承的方法
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BasicDesktopPaneUI.NavigateAction

protected BasicDesktopPaneUI.NavigateAction()
方法详细信息

actionPerformed

public void actionPerformed(ActionEvent evt)
从接口 ActionListener 复制的描述
发生操作时调用。


isEnabled

public boolean isEnabled()
从类 AbstractAction 复制的描述
如果启用该操作,则返回 true。

指定者:
接口 Action 中的 isEnabled
覆盖:
AbstractAction 中的 isEnabled
返回:
如果启用该操作,则返回 true;否则返回 false
另请参见:
Action.isEnabled()

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only