public URL getPreviewContent() {
return getClass().getResource("formatPreviewScript" + RutaEngine.SCRIPT_FILE_EXTENSION); //$NON-NLS-1$
}
public IFormatterModifyDialog createDialog(IFormatterModifyDialogOwner dialogOwner) {
return new RutaFormatterModifyDialog(dialogOwner, this);
}