108109110111112113114115116117
// since the un-applystyle is not implemented yet,we do nothing // here. command = null; this.setChecked(true); } else { command = new ApplyStyleCommand(getViewer(), _expectedTag, null, null); } return command; }
179180181182183184185186187188
/** * */ private void applyStyle() { DesignerCommand command = new ApplyStyleCommand(_viewer, getExpectedTag(), getExpectedCSSProperty(), getExpectedCSSPropertyValue()); command.execute(); }