53545556575859
* */ public class ExportActionItem extends BaseActionItem { public void onComponentSelection() { LinkerSelectionContext lh = linker.getSelectionContext(); new ContentExport(linker, lh.getSingleSelection()).show(); }