org.argouml.application.api
Interface QuadrantPanel
- All Known Implementing Classes:
- DetailsPane, MultiEditorPane, NavigatorPane, ToDoPane
- public interface QuadrantPanel
An interface which must be implemented as the UI for
each primary panel.
- Since:
- 0.9.5
Q_TOP
public static final int Q_TOP
- See Also:
- Constant Field Values
Q_BOTTOM
public static final int Q_BOTTOM
- See Also:
- Constant Field Values
Q_LEFT
public static final int Q_LEFT
- See Also:
- Constant Field Values
Q_RIGHT
public static final int Q_RIGHT
- See Also:
- Constant Field Values
Q_TOP_LEFT
public static final int Q_TOP_LEFT
- See Also:
- Constant Field Values
Q_TOP_RIGHT
public static final int Q_TOP_RIGHT
- See Also:
- Constant Field Values
Q_BOTTOM_LEFT
public static final int Q_BOTTOM_LEFT
- See Also:
- Constant Field Values
Q_BOTTOM_RIGHT
public static final int Q_BOTTOM_RIGHT
- See Also:
- Constant Field Values
getQuadrant
public int getQuadrant()