| 1. |
What Are Views? |
|
Answer» A view is typically used to WORK on a set of data, which might be a hierarchical structure. If data is changed via the view, the change is DIRECTLY applied to the underlying data structure. A view sometimes allows us to OPEN an editor for a SELECTED set of data. E.g.:PACKAGE Explorer is a view, which allows you to browse the files of Eclipse projects. A view is typically used to work on a set of data, which might be a hierarchical structure. If data is changed via the view, the change is directly applied to the underlying data structure. A view sometimes allows us to open an editor for a selected set of data. E.g.:Package Explorer is a view, which allows you to browse the files of Eclipse projects. |
|