EDOBE XDOM PMML Manuel d'utilisateur Page 40

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 98
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 39
40
} catch (Exception e) {
e.printStackTrace();
valid = false;
}
return valid;
}
/**
* Display the cached input metadata as HTML
*/
public void showView(Frame frame) {
try {
// Get cached summary
XTMetaData cacheMD = getNodeCacheXTMetaData(
ThirdCopyEngineNode.INPUT_MD_CACHE_NAME);
if (cacheMD == null) {
AcceleratorOptionPane.showOKDialog(frame,
"No view information stored.",
"No View Information",
JOptionPane.WARNING_MESSAGE);
}
else {
String htmlString = cacheMD.getHtmlString(
XMLTree.META_DATA_XSL_FILE,
getLabelText());
new HtmlFrame(htmlString);
}
} catch (Exception e) {
e.printStackTrace();
}
}
}
Node Dialog The node dialog will have two pages:
A page with a list box to select which columns to copy.
The standard Advanced page with general node options.
Vue de la page 39
1 2 ... 35 36 37 38 39 40 41 42 43 44 45 ... 97 98

Commentaires sur ces manuels

Pas de commentaire