HEADER

ru.biosoft.workbench
Class PerspectiveDescriptor


public class PerspectiveDescriptor


Inner Class Summary
 public static classPerspectiveDescriptor.View
          Description of view and its layout inside the perspective.

Constructor Summary
PerspectiveDescriptor(String id, String name, String className, String icon)
           

Method Summary
 voidaddView(View view)
           
 StringgetIcon()
           
 StringgetId()
           
 StringgetName()
           
 PerspectiveFactorygetPerspectiveFactory()
           
 View[]getViews()
           
 StringtoString()
           

Constructor Detail

PerspectiveDescriptor

public PerspectiveDescriptor(String id, String name, String className, String icon)
Method Detail

addView

public void addView(View view)

getIcon

public String getIcon()

getId

public String getId()

getName

public String getName()

getPerspectiveFactory

public PerspectiveFactory getPerspectiveFactory()
throws java.lang.Exception

getViews

public View[] getViews()

toString

public String toString()

Association Links

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class ru.biosoft.workbench.PerspectiveFactory

to Class java.lang.String

to Class java.util.ArrayList


FOOTER

BOTTOM