public void internalFrameClosing(InternalFrameEvent e)
{
IEditor editor = ((DefaultEditorFrame) e.getSource()).getEditor();
WoPeDAction action = ActionFactory.getStaticAction(ActionFactory.ACTIONID_CLOSE);
action.actionPerformed(new ViewEvent(editor, AbstractViewEvent.VIEWEVENTTYPE_GUI, AbstractViewEvent.CLOSE));
}
public void internalFrameDeactivated(InternalFrameEvent e)
{