Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: Plug-Ins?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Plug-Ins?



If nothing else, develop a public interface and allow us to begin coding to
it... :)

Perhaps a command pattern:

public interface ProjectBuilderPlugIn {
public void execute( ProjectBuilderPlugInContainer container );
}

public class ProjectBuilderPlugInContainer {
// Contains the entire document, or a selected portion...
private String mSelectedText = null;
public void setSelectedText( String aString ) {
mSelectedText = aString;
}
public String getSelectedText() {
return mSelectedText;
}
// Anything else? :)
}

Depending on how ProjectBuilder was written, this shouldn't be too hard to
add. Then the rest of us can go to town writing the extensions...

Andrew


> From: Michael Dupuis <email@hidden>
> Date: Wed, 14 Feb 2001 18:51:47 -0500
> To: Andrew McLaughlin <email@hidden>,
> <email@hidden>
> Subject: Re: Plug-Ins?
>
> Ditto that here. It would be great if Apple would leverage the community in
> making PB even better. I know I also have ideas for plug-in and such and
> wouldn't mind contributing.
>
> Michael
>
>> From: Andrew McLaughlin <email@hidden>
>> Date: Wed, 14 Feb 2001 14:43:01 -0800
>> To: <email@hidden>
>> Subject: Re: Plug-Ins?
>>
>> Shoots... :) Can I volunteer my time to work on this? :) I like PB better
>> than CodeWarrior and it runs waaaaaaay faster than JBuilder under OS X... :)
>>
>> Andrew


References: 
 >Re: Plug-Ins? (From: Michael Dupuis <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.