ISite Interface

ISite Interface

This Package | All Packages

public interface ISite

Topic under construction.

Methods
Name Description
componentChanged() Topic under construction.
getComponent() Topic under construction.
getContainer() Topic under construction.
getDesignMode() Topic under construction.
getDisposing() Topic under construction.
getName() Topic under construction.
getService(Class service) Topic under construction.
setName(String value) Topic under construction.

Methods

ISite.componentChanged

Syntax
public void componentChanged();
Description

Topic under construction.

ISite.getComponent

Syntax
public IComponent getComponent();
Description

Topic under construction.

ISite.getContainer

Syntax
public IContainer getContainer();
Description

Topic under construction.

ISite.getDesignMode

Syntax
public boolean getDesignMode();
Description

Topic under construction.

ISite.getDisposing

Syntax
public boolean getDisposing();
Description

Topic under construction.

ISite.getName

Syntax
public String getName();
Description

Topic under construction.

ISite.getService

Syntax
public Object getService( Class service );
Description

Topic under construction.

ISite.setName

Syntax
public void setName( String value );
Description

Topic under construction.