Interface for objects that contain views. More...
Public Member Functions | |
| Database | getDatabase () |
| Database the view container belongs to. | |
| List< Function > | getFunctions () |
| All functions of the view container. | |
Package Functions | |
| View | createView (final String name, final String description) |
| Creates a new view. | |
Interface for unifying functions on Project objects and Module objects.
| View BinNavi.API.disassembly.ViewContainer.createView | ( | final String | name, | |
| final String | description | |||
| ) | [package] |
Creates a new view that is added to the container.
| name | The name of the new view. | |
| description | The description of the new view. |
| IllegalArgumentException | Thrown if any of the arguments are null. |
Implemented in BinNavi.API.disassembly.Module, and BinNavi.API.disassembly.Project.
| Database BinNavi.API.disassembly.ViewContainer.getDatabase | ( | ) |
Returns the database the view container belongs to.
Implemented in BinNavi.API.disassembly.Module, and BinNavi.API.disassembly.Project.
| List<Function> BinNavi.API.disassembly.ViewContainer.getFunctions | ( | ) |
Returns all functions that belong to view container.
Implemented in BinNavi.API.disassembly.Module, and BinNavi.API.disassembly.Project.
1.7.1