Classes

Package BinNavi.API.helpers

Contains miscellaneous helper classes. More...

Classes

class  GraphAlgorithms
 Standard graph algorithms. More...
interface  IProgressThread
 Helper class for showing progress dialogs. More...
class  Logger
 Used to log messages. More...
class  MalformedGraphException
 Exception used to signal problems with graph structures. More...
class  MessageBox
 Used to display messages to the user. More...
class  ProgressDialog
 Progress dialog class. More...
class  RemoteFileBrowserLoader
class  Settings
 Used to configure global settings. More...
class  Tree< ObjectType >
 Class used to create trees. More...
class  TreeNode< ObjectType >
 Represents a node of a tree. More...

Detailed Description

The package BinNavi.API.helpers contains classes that are useful for BinNavi plugins but are not specific enough to fit into any of the other packages.