ftp.nice.ch/Attic/openStep/developer/bundles/PBDHColor.0.09.s.tgz#/PBDHColor/PBDHCController.h

This is PBDHCController.h in view mode; [Download] [Up]

#import <AppKit/AppKit.h>

@interface PBDHCController : NSObject
{
    id bundleTable;
    id debugAddRemoveButton;
    id debugColorWell;
    id removeButton;
    id window;
    id infoPanel;
    id infoText;

    NSColor *currentPBDebugHighlightColor;
    NSMutableArray *currentBundlesLoadedAtLaunch;
    BOOL currentBundlesIsEmpty;
}

- (void)addButtonClicked:(id)sender;
- (void)installDHCButtonClicked:(id)sender;
- (void)uninstallDHCButtonClicked: (id)sender;
- (void)removeButtonClicked:(id)sender;
- (void)setDHCColor:(id)sender;
- (void)showInfoPanel:(id)sender;

// defaults
- (void) setCurrentDebuggingHighlightColor: (NSColor *) aColor;
- (void) synchronizeWithProjectBuilder: sender;
- (NSString *) rgbStringFromColor: (NSColor *) aColor;
- (NSColor *) colorFromRGBString: (NSString *) aString;
- (void) setDefaultObject: anObject forKey: (NSString *) aKey;
- (BOOL) isBundleLoaded: (NSString *) aBundleNamed;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.