public class ReportFontBoldAction extends AbstractStyleAction implements ToggleButtonUpdateAction
UpdateAction.ComponentRemoveEvent, UpdateAction.UseMenuItem| 限定符和类型 | 字段和说明 |
|---|---|
protected Style |
style |
CURRENT_LEVEL, TEMPLATE_TREE| 构造器和说明 |
|---|
ReportFontBoldAction(ElementCasePane t) |
| 限定符和类型 | 方法和说明 |
|---|---|
UIToggleButton |
createToolBarComponent()
Gets component on toolbar.
|
Style |
executeStyle(Style style,
Style defStyle)
根据按钮状态获取格式
|
protected boolean |
isStyle(FRFont frFont) |
protected void |
setSelectedFont(Style style) |
protected void |
setUnselectedFont(Style style) |
void |
updateStyle(Style style)
Update Style.
|
executeActionReturnUndoRecordNeeded, isFontStye, updatecreateSelectionListenergetEditingComponent, prepare4Undo, setEditingComponentactionPerformed, actionPerformedUndoableaddPropertyChangeListener, createCheckBoxMenuItem, createMenuItem, createMenuItemEastAttr, createUseMenuItem, equals, generateAndSetSearchText, getAccelerator, getComponentTexts, getMnemonic, getName, getSearchText, getSmallIcon, getToolTipText, getValue, hashCode, intoJPopupMenu, intoJToolBar, isEnabled, putValue, removePropertyChangeListener, setAccelerator, setEnabled, setMnemonic, setName, setSearchText, setSmallIcon, setSmallIconasToolBarDef, currentAPILevel, getMenuKeySet, mark4Provider, notifyFromAuhtorityChange, setMenuKeySetprotected Style style
public ReportFontBoldAction(ElementCasePane t)
public Style executeStyle(Style style, Style defStyle)
executeStyle 在接口中 StyleActionInterfaceexecuteStyle 在类中 AbstractStyleActionstyle - defStyle - protected void setSelectedFont(Style style)
protected void setUnselectedFont(Style style)
public void updateStyle(Style style)
updateStyle 在接口中 StyleActionInterfaceupdateStyle 在类中 AbstractStyleActionstyle - the updated style.protected boolean isStyle(FRFont frFont)
public UIToggleButton createToolBarComponent()
createToolBarComponent 在接口中 ToggleButtonUpdateActioncreateToolBarComponent 在类中 UpdateAction