| HEADER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Description of view and its layout inside the perspective. Generally this information is parsed by PerspecriveExtensionRegistryReader.
| Field Summary | |
final static String | BOTTOM |
final static String | LEFT |
final static String | RELATIVE_NONEThis constant should be used where yiu are addeing the first view. |
final static String | RIGHT |
final static String | TOP |
| Constructor Summary | |
PerspectiveDescriptor.View(String viewId, String relativeId, String relationship, float ratio, boolean visible) | |
| Method Summary | |
float | getRatio()Returns the ratio that will be used to locate one view relative other. |
String | getRelationship()Returns the relationship between view and relative. |
String | getRelativeId()Returns the unique identifier of a view which already exists in the perspective. |
String | getViewId()Returns unique identifier of the view which will be added to the perspective layout. |
boolean | isVisible()Indicates whether the view is initially visible when the perspective is opened. |
String | toString() |
| Field Detail |
public final static String BOTTOM
public final static String LEFT
public final static String RELATIVE_NONE
public final static String RIGHT
public final static String TOP
| Constructor Detail |
public PerspectiveDescriptor.View(String viewId, String relativeId, String relationship, float ratio, boolean visible)
| Method Detail |
public float getRatio()
public String getRelationship()
public String getRelativeId()
public String getViewId()
public boolean isVisible()
public String toString()
| Association Links |
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
| FOOTER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||