javax.swing.text
類別 StyledEditorKit.AlignmentAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
javax.swing.text.StyledEditorKit.StyledTextAction
javax.swing.text.StyledEditorKit.AlignmentAction
- 所有已實作的介面:
- ActionListener, Serializable, Cloneable, EventListener, Action
- 正在封閉類別:
- StyledEditorKit
public static class StyledEditorKit.AlignmentAction
- extends StyledEditorKit.StyledTextAction
設置段落對齊的操作。此操作為當前選中的目標 JEditorPane 的範圍設置 StyleConstants.Alignment
屬性。該操作是通過在與此目標 JEditorPane 相關的樣式文檔上調用 StyledDocument.setParagraphAttributes
來完成的。
如果目標文本元件被指定為 ActionEvent 的源,則存在一個命令字元串,該命令字元串將被解釋為一個整數,該整數應為 StyleConstants.Alignment
屬性中的合法值之一。
警告:此類別的已序列化物件與以後的 Swing 版本不相容。當前序列化支持適用於短期存儲或運行相同 Swing 版本的應用程序之間的 RMI。從 1.4 版本開始,已在 java.beans
套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 XMLEncoder
。
從介面 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 |
StyledEditorKit.AlignmentAction
public StyledEditorKit.AlignmentAction(String nm,
int a)
- 創建新的 AlignmentAction。
- 參數:
nm
- 操作名a
- 對齊方式,該值 >= 0
actionPerformed
public void actionPerformed(ActionEvent e)
- 設置對齊方式。
- 參數:
e
- 操作事件
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。