public override PluginOptions GetOptions() { if (_ClassButterflyOptions == null) { _ClassButterflyOptions = new ClassButterflyOptions(this.GetID()); } return _ClassButterflyOptions; }
public override PluginOptions GetOptions() { if (_ClassButterflyOptions == null) { _ClassButterflyOptions = new ClassButterflyOptions(this.GetID()); } return(_ClassButterflyOptions); }
public override void Translate() { _localOptions = _windowManager.GetPluginOptions("Class Call Usage Hierarchy") as ClassButterflyOptions; // Add the central node, the body of the butterfly. AddCentralNode(); // Add the easy out links. AddOutNodes(); AddOutImplementsNodes(); AddOutInheritsFromNode(); // Add the harder in links. AddInNodes(); }