ru.biosoft.workbench
Class PerspectiveRegistry
java.lang.Object
ru.biosoft.workbench.PerspectiveRegistry
- public class PerspectiveRegistry
- extends java.lang.Object
Perspective registry.
- To do:
- defaultPerspective
- Pendung:
- constructing and storing in separate files new perspectives like Eclipse workbench, category support
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.log4j.Category log
perspectiveList
protected java.util.ArrayList perspectiveList
PERSPECTIVES_EXTENSION_POINT
public static java.lang.String PERSPECTIVES_EXTENSION_POINT
PERSPECTIVE_ELEMENT
public static java.lang.String PERSPECTIVE_ELEMENT
ID_ATTR
public static java.lang.String ID_ATTR
NAME_ATTR
public static java.lang.String NAME_ATTR
CLASS_ATTR
public static java.lang.String CLASS_ATTR
ICON_ATTR
public static java.lang.String ICON_ATTR
PERSPECTIVE_EXTENSIONS_EXTENSION_POINT
public static java.lang.String PERSPECTIVE_EXTENSIONS_EXTENSION_POINT
PERSPECTIVE_EXTENSION_ELEMENT
public static java.lang.String PERSPECTIVE_EXTENSION_ELEMENT
TARGET_ID_ATTR
public static java.lang.String TARGET_ID_ATTR
VIEW_ELEMENT
public static java.lang.String VIEW_ELEMENT
VIEW_ID_ATTR
public static java.lang.String VIEW_ID_ATTR
RELATIVE_ATTR
public static java.lang.String RELATIVE_ATTR
RELATIONSHIP_ATTR
public static java.lang.String RELATIONSHIP_ATTR
RATIO_ATTR
public static java.lang.String RATIO_ATTR
VISIBLE_ATTR
public static java.lang.String VISIBLE_ATTR
PerspectiveRegistry
public PerspectiveRegistry()
add
public void add(PerspectiveDescriptor descriptor)
remove
public void remove(PerspectiveDescriptor descriptor)
get
public PerspectiveDescriptor get(java.lang.String id)
getPerspectives
public PerspectiveDescriptor[] getPerspectives()
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.