1 / 17

CHAPTER 3 IDE Tools

CHAPTER 3 IDE Tools . IDE Tools. The chapter discusses the main tools used to create, view, and edit code. It also introduces the major development features of the tools as they appear in the IDE. Navigators Structure window Component Palette Property Inspector Log Window Code Editor

wyatt
Download Presentation

CHAPTER 3 IDE Tools

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CHAPTER 3IDE Tools

  2. IDE Tools • The chapter discusses the main tools used to create, view, and edit code. It also introduces the major development features of the tools as they appear in the IDE. • Navigators • Structure window • Component Palette • Property Inspector • Log Window • Code Editor • Debugger

  3. IDE Tools • Visual editors • HTML and UIX previewers • New Gallery • Data Control Palette • Other editors • Viewer windows • SQL Worksheet • Modelers and diagrammers

  4. Navigators • Visual editors • HTML and UIX previewers • New Gallery • Data Control Palette • Other editors • Viewer windows • SQL Worksheet • Modelers and diagrammers

  5. Navigators • JDeveloper provides three navigator windows: • Application Navigator • System Navigator • Connection Navigator

  6. Application Navigator and System Navigator • Most work starts in the Applications Navigator. You can create, view, interact with application workspaces, projects, files, and other components. The AN shows a view of the files you are working on using categories that are more logical than physical.

  7. Application Navigator and System Navigator • Most work starts in the Applications Navigator. You can create, view, interact with application workspaces, projects, files, and other components. • The Applications Navigator shows a view of the files you are working on using categories that are more logical than physical.

  8. Application Navigator

  9. System Navigator The Systems Navigator displays a different view of the same files, but in a format similar to the file system.

  10. System Navigator

  11. Connection Navigator This is the one we will be concerned with

  12. Run Manager The Run Manager window displays all the current running processes. It also allows you to terminate any process.

  13. Structure Window This window displays a detailed view of the objects within or properties of the selected file or node. It displays the objects within the file in the currently active editor. It take different forms depended on the file and the editor that has focus. File type: Java application Editor: Code Editor

  14. Structure Window

  15. Structure Window File type: JSP file Editor: JSP/HTML Visual Editor

  16. Component Palette This window contains components you use in the visual editor for various styles of code like Java client, JSP files, HTML file, or UIX files.

  17. Property Inspector This window automatically displays when the visual editor is displayed. For Java client controls two tabs are displayed Properties and Events. For HTML, JSP, and UIX files, only the Property tab displays.

More Related