Title: CHAPTER 3 IDE Tools
1CHAPTER 3IDE Tools
2IDE 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
3IDE Tools
- Visual editors
- HTML and UIX previewers
- New Gallery
- Data Control Palette
- Other editors
- Viewer windows
- SQL Worksheet
- Modelers and diagrammers
4Navigators
- Visual editors
- HTML and UIX previewers
- New Gallery
- Data Control Palette
- Other editors
- Viewer windows
- SQL Worksheet
- Modelers and diagrammers
5Navigators
- JDeveloper provides three navigator windows
- Application Navigator
- System Navigator
- Connection Navigator
6Application 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.
7Application 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.
8Application Navigator
9System Navigator
The Systems Navigator displays a different view
of the same files, but in a format similar to the
file system.
10System Navigator
11Connection Navigator
This is the one we will be concerned with
12Run Manager
The Run Manager window displays all the current
running processes. It also allows you to
terminate any process.
13Structure 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
14Structure Window
15Structure Window
File type JSP file Editor JSP/HTML Visual Editor
16Component 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.
17Property 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.