/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ |
H A D | PanelController.java | 31 private JPanel panel; field in PanelController 39 public PanelController (String name, JPanel panel) { in PanelController() 48 public final void setPanel (JPanel panel) { in setPanel()
|
H A D | SetupActionListener.java | 82 PanelController panel = setupFrame.getCurrentPanel(); in actionPerformed() local 86 PanelController panel = setupFrame.getCurrentPanel(); in actionPerformed() local
|
H A D | SetupFrame.java | 110 public void addPanel(PanelController panel, String name) { in addPanel() 124 PanelController panel = mDeck.getCurrentPanel(); in setCurrentPanel() local 150 void setButtonsForPanel(PanelController panel) { in setButtonsForPanel()
|
H A D | DeckOfPanels.java | 38 void addPanel(PanelController panel, String name) { in addPanel()
|
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ |
H A D | ChooseUninstallationTypeCtrl.java | 66 ChooseUninstallationType panel = (ChooseUninstallationType)getPanel(); in beforeShow() local 75 ChooseUninstallationType panel = (ChooseUninstallationType)getPanel(); in afterShow() local
|
H A D | UninstallationImminentCtrl.java | 80 UninstallationImminent panel = (UninstallationImminent)getPanel(); in beforeShow() local 89 UninstallationImminent panel = (UninstallationImminent)getPanel(); in duringShow() local
|
H A D | ChooseInstallationTypeCtrl.java | 85 ChooseInstallationType panel = (ChooseInstallationType)getPanel(); in beforeShow() local 93 ChooseInstallationType panel = (ChooseInstallationType)getPanel(); in afterShow() local
|
H A D | InstallationImminentCtrl.java | 111 InstallationImminent panel = (InstallationImminent)getPanel(); in beforeShow() local 124 InstallationImminent panel = (InstallationImminent)getPanel(); in duringShow() local
|
H A D | ChooseDirectoryCtrl.java | 98 ChooseDirectory panel = (ChooseDirectory)getPanel(); in beforeShow() local 121 ChooseDirectory panel = (ChooseDirectory)getPanel(); in afterShow() local
|
H A D | UninstallationOngoingCtrl.java | 64 UninstallationOngoing panel = (UninstallationOngoing)getPanel(); in beforeShow() local
|
H A D | UninstallationCompletedCtrl.java | 57 UninstallationCompleted panel = (UninstallationCompleted)getPanel(); in beforeShow() local
|
H A D | InstallationCompletedCtrl.java | 58 installationCompleted panel = (installationCompleted)getPanel(); in beforeShow() local
|
H A D | InstallationOngoingCtrl.java | 70 InstallationOngoing panel = (InstallationOngoing)getPanel(); in beforeShow() local
|
H A D | ChooseComponentsCtrl.java | 93 ChooseComponents panel = (ChooseComponents)getPanel(); in beforeShow() local
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ |
H A D | ParcelPropertiesVisualPanel.java | 42 private final ParcelPropertiesPanel panel; field in ParcelPropertiesVisualPanel 45 public ParcelPropertiesVisualPanel(ParcelPropertiesPanel panel) { in ParcelPropertiesVisualPanel()
|
H A D | SelectPathVisualPanel.java | 51 private final SelectPathPanel panel; field in SelectPathVisualPanel 54 public SelectPathVisualPanel(SelectPathPanel panel) { in SelectPathVisualPanel()
|
/aoo4110/main/scripting/java/org/openoffice/idesupport/ui/ |
H A D | ConfigurePanel.java | 174 JPanel panel = new JPanel(); in initMethodButtons() local 207 JPanel panel = new JPanel(); in initScriptButtons() local
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/options/ |
H A D | OfficeSettingsBeanInfo.java | 113 private SelectPathPanel panel; field in OfficeSettingsBeanInfo.OfficeDirectoryEditor
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/utils/ |
H A D | NagDialog.java | 40 private JPanel panel; field in NagDialog
|
/aoo4110/main/scripting/examples/java/Newsgroup/ |
H A D | PostNewsgroup.java | 181 JPanel panel = new JPanel(); in constructLabelPanel() local 254 JPanel panel = new JPanel(); in constructTextPanel() local
|