|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--au.edu.swin.synergy.plugin.diagram.BViewWindow
Inner classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Inner classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Fields inherited from class javax.swing.JComponent |
accessibleContext,
listenerList,
TOOL_TIP_TEXT_KEY,
ui,
UNDEFINED_CONDITION,
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
WHEN_FOCUSED,
WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
LEFT_ALIGNMENT,
RIGHT_ALIGNMENT,
TOP_ALIGNMENT |
Constructor Summary | |
BViewWindow()
|
|
BViewWindow(BViewport viewport)
|
Method Summary | |
void |
adjustmentValueChanged(AdjustmentEvent e)
What to do when the scroll bar is clicked... |
protected static void |
collapse(BViewWindow viewWindow)
collapses the tree to a single child |
protected void |
discard(BViewWindow viewWindow)
discards a child from the split |
void |
doLayout()
does the layout of this window... |
protected void |
doNormalLayout()
draws the BViewWindow without any splits in it.. |
protected void |
doSplitLayout()
Draws the BViewWindow when it is split... |
BViewport |
getViewport()
|
protected void |
merge(BViewWindow viewWindow)
merges a child from the split |
void |
mouseClicked(MouseEvent e)
|
void |
mouseDragged(MouseEvent e)
Please complete the missing tags for mouseDragged |
void |
mouseEntered(MouseEvent e)
Please complete the missing tags for mouseEntered |
void |
mouseExited(MouseEvent e)
Please complete the missing tags for mouseExited |
void |
mouseMoved(MouseEvent e)
Please complete the missing tags for mouseMoved |
void |
mousePressed(MouseEvent e)
Please complete the missing tags for mousePressed |
void |
mouseReleased(MouseEvent e)
Please complete the missing tags for mouseReleased |
void |
setParent(BViewWindow parent)
|
void |
setViewport(BViewport viewport)
sets the viewport of this viewportwindow.. |
protected void |
splitHorizontal()
|
protected void |
splitVertical()
|
protected void |
splitWindow()
|
void |
updateChildren()
|
void |
updateParent(BViewWindow source)
|
void |
updateViewports()
|
Methods inherited from class javax.swing.JPanel |
getAccessibleContext,
getUIClassID,
paramString,
updateUI |
Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
addImpl,
countComponents,
deliverEvent,
findComponentAt,
findComponentAt,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getLayout,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
preferredSize,
print,
printComponents,
processContainerEvent,
processEvent,
remove,
remove,
removeAll,
removeContainerListener,
setLayout,
validate,
validateTree |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public BViewWindow()
public BViewWindow(BViewport viewport)
Method Detail |
protected void splitHorizontal()
protected void splitVertical()
protected void splitWindow()
protected static void collapse(BViewWindow viewWindow)
protected void discard(BViewWindow viewWindow)
protected void merge(BViewWindow viewWindow)
public final void setViewport(BViewport viewport)
public final BViewport getViewport()
public final void setParent(BViewWindow parent)
public final void updateViewports()
public final void updateParent(BViewWindow source)
public final void updateChildren()
public void doLayout()
protected void doSplitLayout()
protected void doNormalLayout()
public void adjustmentValueChanged(AdjustmentEvent e)
public void mouseClicked(MouseEvent e)
public void mouseEntered(MouseEvent e)
- public void mouseExited(MouseEvent e)
- public void mousePressed(MouseEvent e)
- public void mouseReleased(MouseEvent e)
- public void mouseDragged(MouseEvent e)
- public void mouseMoved(MouseEvent e)
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |