How to Create an Editor
An editor is a portal application, deployed in a PAR, with the following parts:
· Editor Component: A portal component that represents the overall editor.
· Panes: Each pane is a Java class that defines the user interface for one section of the editor.
· Data Handler: A Java class that defines where to store the data gathered within the editor.
The following are the steps required for creating an editor:
...
2. Step 2: Creating an Editor Component
3. Step 3: Creating a Data Handler