1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 17:45:24 +02:00

[173332] refactored dstore extra apis to be visible

This commit is contained in:
David McKnight 2007-02-08 16:23:03 +00:00
parent ff52c536ed
commit 4f9571e8e2
20 changed files with 22 additions and 22 deletions

View file

@ -46,7 +46,7 @@ import org.eclipse.dstore.core.util.ExternalLoader;
import org.eclipse.dstore.core.util.Sender; import org.eclipse.dstore.core.util.Sender;
import org.eclipse.dstore.core.util.ssl.DStoreSSLContext; import org.eclipse.dstore.core.util.ssl.DStoreSSLContext;
import org.eclipse.dstore.core.util.ssl.DataStoreTrustManager; import org.eclipse.dstore.core.util.ssl.DataStoreTrustManager;
import org.eclipse.dstore.extra.internal.DomainNotifier; import org.eclipse.dstore.internal.extra.DomainNotifier;
/** /**

View file

@ -22,9 +22,9 @@ import java.util.List;
import org.eclipse.dstore.core.util.DataElementRemover; import org.eclipse.dstore.core.util.DataElementRemover;
import org.eclipse.dstore.core.util.StringCompare; import org.eclipse.dstore.core.util.StringCompare;
import org.eclipse.dstore.extra.IDataElement; import org.eclipse.dstore.extra.IDataElement;
import org.eclipse.dstore.extra.internal.DataElementActionFilter; import org.eclipse.dstore.internal.extra.DataElementActionFilter;
import org.eclipse.dstore.extra.internal.DesktopElement; import org.eclipse.dstore.internal.extra.DesktopElement;
import org.eclipse.dstore.extra.internal.PropertySource; import org.eclipse.dstore.internal.extra.PropertySource;
/** /**
* <code>DataElement</code> is the unit of information for the <code>DataStore</code>. All objects including * <code>DataElement</code> is the unit of information for the <code>DataStore</code>. All objects including

View file

@ -48,7 +48,7 @@ import org.eclipse.dstore.core.util.ExternalLoader;
import org.eclipse.dstore.core.util.StringCompare; import org.eclipse.dstore.core.util.StringCompare;
import org.eclipse.dstore.core.util.XMLgenerator; import org.eclipse.dstore.core.util.XMLgenerator;
import org.eclipse.dstore.core.util.XMLparser; import org.eclipse.dstore.core.util.XMLparser;
import org.eclipse.dstore.extra.internal.DomainNotifier; import org.eclipse.dstore.internal.extra.DomainNotifier;
/** /**
* <code>DataStore</code> is the heart of the <code>DataStore</code> Distributed Tooling Framework. * <code>DataStore</code> is the heart of the <code>DataStore</code> Distributed Tooling Framework.

View file

@ -18,7 +18,7 @@ package org.eclipse.dstore.extra;
import java.util.List; import java.util.List;
import org.eclipse.dstore.extra.internal.IElement; import org.eclipse.dstore.internal.extra.IElement;
public interface IDataElement extends IElement public interface IDataElement extends IElement
{ {

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
import org.eclipse.dstore.extra.IDataElement; import org.eclipse.dstore.extra.IDataElement;

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
public class DesktopElement public class DesktopElement
{ {

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
import org.eclipse.dstore.extra.DomainEvent; import org.eclipse.dstore.extra.DomainEvent;
import org.eclipse.dstore.extra.IDomainListener; import org.eclipse.dstore.extra.IDomainListener;

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
public interface IDesktopElement public interface IDesktopElement
{ {

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
public interface IElement public interface IElement
{ {

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
public interface IPropertySource public interface IPropertySource
{ {

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
import org.eclipse.dstore.extra.IDataElement; import org.eclipse.dstore.extra.IDataElement;

View file

@ -18,7 +18,7 @@ package org.eclipse.dstore.extra;
import java.util.List; import java.util.List;
import org.eclipse.dstore.extra.internal.IElement; import org.eclipse.dstore.internal.extra.IElement;
public interface IDataElement extends IElement public interface IDataElement extends IElement
{ {

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
import org.eclipse.dstore.extra.IDataElement; import org.eclipse.dstore.extra.IDataElement;

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
import java.util.List; import java.util.List;

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
import java.util.ArrayList; import java.util.ArrayList;

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
public interface IDataElementActionFilter extends org.eclipse.ui.IActionFilter public interface IDataElementActionFilter extends org.eclipse.ui.IActionFilter
{ {

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
public interface IDesktopElement extends org.eclipse.ui.model.IWorkbenchAdapter public interface IDesktopElement extends org.eclipse.ui.model.IWorkbenchAdapter

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
import org.eclipse.core.runtime.IAdaptable; import org.eclipse.core.runtime.IAdaptable;

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
public interface IPropertySource extends org.eclipse.ui.views.properties.IPropertySource public interface IPropertySource extends org.eclipse.ui.views.properties.IPropertySource
{ {

View file

@ -14,7 +14,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ ********************************************************************************/
package org.eclipse.dstore.extra.internal; package org.eclipse.dstore.internal.extra;
import java.util.HashMap; import java.util.HashMap;
import java.util.List; import java.util.List;