super.updateLaunchConfigurationDialog();
}
private void updateDialogStatus() {
setMessage(null);
final NodeHostClassifier state = new NodeHostClassifier(nameText.getText().trim());
longNameButton.setEnabled(!(state.mode == NodeType.LOCAL_STANDALONE)
&& state.host == HostnameType.NONE && HostnameUtils.canUseLongNames());
shortNameButton.setEnabled(!(state.mode == NodeType.LOCAL_STANDALONE)
&& state.host == HostnameType.NONE && HostnameUtils.canUseShortNames());