com.mindoo.remote.api.symphony
Interface IRemoteStyleFamily


public interface IRemoteStyleFamily

This class represents a style family.

Access

To get a style family, use the getStyleFamily method in StyleFamilies class.


Method Summary
 IRemoteSymphonyApplication getApplication()
          This property represents the Lotus Symphony application.
 int getCount()
          This property returns the number of styles that contained in the style family.
 java.lang.String[] getStyleNames()
          This property returns the all the style names in the style family.
 boolean hasStyle(java.lang.String style)
          This method returns whether the specified style is contained in the style family.
 

Method Detail

getApplication

IRemoteSymphonyApplication getApplication()
                                          throws RemoteEclipseAPIException
This property represents the Lotus Symphony application.

Returns:
application
Throws:
RemoteEclipseAPIException

getCount

int getCount()
             throws RemoteEclipseAPIException
This property returns the number of styles that contained in the style family.

Returns:
count
Throws:
RemoteEclipseAPIException

getStyleNames

java.lang.String[] getStyleNames()
                                 throws RemoteEclipseAPIException
This property returns the all the style names in the style family.

Returns:
names
Throws:
RemoteEclipseAPIException

hasStyle

boolean hasStyle(java.lang.String style)
                 throws RemoteEclipseAPIException
This method returns whether the specified style is contained in the style family.

Parameters:
style - Specifies the style name.
Returns:
  • true, when the style family contains the specified style.
  • false, when the style family does not contain the specified style.
Throws:
RemoteEclipseAPIException