public class ShowServiceManagerAction extends CallableSystemAction (Code)
Show the model visualizer
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
Perform extra initialization of this action's singleton.
PLEASE do not use constructors for this purpose!
protected void initialize() {
super.initialize();
putProperty(Action.SHORT_DESCRIPTION, NbBundle.getMessage(ShowLanguageEditorAction.class, "HINT_Action"));
}