- add jme3.android HelpCtx to android deployment window so the correct help page appears
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8282 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
a5c6ae4a65
commit
4916af3b16
@ -16,6 +16,7 @@ import java.awt.event.ActionEvent;
|
|||||||
import java.awt.event.ActionListener;
|
import java.awt.event.ActionListener;
|
||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
import org.openide.util.HelpCtx;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@ -29,6 +30,7 @@ public class MobileCustomizerPanel extends javax.swing.JPanel implements ActionL
|
|||||||
public MobileCustomizerPanel(ProjectExtensionProperties properties) {
|
public MobileCustomizerPanel(ProjectExtensionProperties properties) {
|
||||||
this.properties = properties;
|
this.properties = properties;
|
||||||
initComponents();
|
initComponents();
|
||||||
|
HelpCtx.setHelpIDString(this, "jme3.android");
|
||||||
updateTargetList();
|
updateTargetList();
|
||||||
loadProperties();
|
loadProperties();
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,7 @@ import org.openide.NotifyDescriptor.Message;
|
|||||||
import org.openide.filesystems.FileChooserBuilder;
|
import org.openide.filesystems.FileChooserBuilder;
|
||||||
import org.openide.filesystems.FileObject;
|
import org.openide.filesystems.FileObject;
|
||||||
import org.openide.filesystems.FileUtil;
|
import org.openide.filesystems.FileUtil;
|
||||||
|
import org.openide.util.HelpCtx;
|
||||||
import org.openide.util.NbPreferences;
|
import org.openide.util.NbPreferences;
|
||||||
|
|
||||||
final class MobilePanel extends javax.swing.JPanel {
|
final class MobilePanel extends javax.swing.JPanel {
|
||||||
@ -21,6 +22,7 @@ final class MobilePanel extends javax.swing.JPanel {
|
|||||||
MobilePanel(MobileOptionsPanelController controller) {
|
MobilePanel(MobileOptionsPanelController controller) {
|
||||||
this.controller = controller;
|
this.controller = controller;
|
||||||
initComponents();
|
initComponents();
|
||||||
|
HelpCtx.setHelpIDString(this, "jme3.android");
|
||||||
// TODO listen to changes in form fields and call controller.changed()
|
// TODO listen to changes in form fields and call controller.changed()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user