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

Field Summary
static int Q_BOTTOM
          The bit-number for a side.
static int Q_BOTTOM_LEFT
          A bit-combination indicating uniquely 2 orthogonal sides, and hence a corner.
static int Q_BOTTOM_RIGHT
          A bit-combination indicating uniquely 2 orthogonal sides, and hence a corner.
static int Q_LEFT
          The bit-number for a side.
static int Q_RIGHT
          The bit-number for a side.
static int Q_TOP
          The bit-number for a side.
static int Q_TOP_LEFT
          A bit-combination indicating uniquely 2 orthogonal sides, and hence a corner.
static int Q_TOP_RIGHT
          A bit-combination indicating uniquely 2 orthogonal sides, and hence a corner.
 
Method Summary
 int getQuadrant()
          This shall return a corner indentification.
 

Field Detail

Q_TOP

public static final int Q_TOP
The bit-number for a side.

See Also:
Constant Field Values

Q_BOTTOM

public static final int Q_BOTTOM
The bit-number for a side.

See Also:
Constant Field Values

Q_LEFT

public static final int Q_LEFT
The bit-number for a side.

See Also:
Constant Field Values

Q_RIGHT

public static final int Q_RIGHT
The bit-number for a side.

See Also:
Constant Field Values

Q_TOP_LEFT

public static final int Q_TOP_LEFT
A bit-combination indicating uniquely 2 orthogonal sides, and hence a corner.

See Also:
Constant Field Values

Q_TOP_RIGHT

public static final int Q_TOP_RIGHT
A bit-combination indicating uniquely 2 orthogonal sides, and hence a corner.

See Also:
Constant Field Values

Q_BOTTOM_LEFT

public static final int Q_BOTTOM_LEFT
A bit-combination indicating uniquely 2 orthogonal sides, and hence a corner.

See Also:
Constant Field Values

Q_BOTTOM_RIGHT

public static final int Q_BOTTOM_RIGHT
A bit-combination indicating uniquely 2 orthogonal sides, and hence a corner.

See Also:
Constant Field Values
Method Detail

getQuadrant

public int getQuadrant()
This shall return a corner indentification.

Returns:
one of Q_TOP_LEFT, Q_TOP_RIGHT, Q_BOTTOM_LEFT, Q_BOTTOM_RIGHT


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook