|
||||||||||
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.modeller.BModelEditor
Inner Class Summary | |
class |
BModelEditor.BRegisterUndoCC
This will be used when the register undo is complete for this model |
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 | |
BModelEditor(BViewport viewport)
|
Method Summary | |
BModelEditor.BRegisterUndoCC |
getRegisterUndoCC()
Returns an register undo command complete object to be used with the dispatch event method. |
BViewport |
getViewport()
Returns the viewport being dispalyed on the editor |
void |
windowActivated(BWindowEvent windowEvent)
Invoked when the window is set to be the user's active window, which means the window (or one of its subcomponents) will receive keyboard events. |
void |
windowClosed(BWindowEvent windowEvent)
Invoked when a window has been closed as the result of calling dispose on the window. |
void |
windowClosing(BWindowEvent windowEvent)
Invoked when the user attempts to close the window from the window's system menu. |
void |
windowDeactivated(BWindowEvent windowEvent)
Invoked when a window is no longer the user's active window, which means that keyboard events will no longer be delivered to the window or its subcomponents. |
void |
windowDeiconified(BWindowEvent windowEvent)
Invoked when a window is changed from a minimized to a normal state. |
void |
windowIconified(BWindowEvent windowEvent)
Invoked when a window is changed from a normal to a minimized state. |
void |
windowOpened(BWindowEvent windowEvent)
Invoked the first time a window is made visible. |
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,
doLayout,
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 BModelEditor(BViewport viewport)
Method Detail |
public BViewport getViewport()
public void windowOpened(BWindowEvent windowEvent)
public void windowClosing(BWindowEvent windowEvent)
public void windowClosed(BWindowEvent windowEvent)
public void windowIconified(BWindowEvent windowEvent)
public void windowDeiconified(BWindowEvent windowEvent)
public void windowActivated(BWindowEvent windowEvent)
public void windowDeactivated(BWindowEvent windowEvent)
public BModelEditor.BRegisterUndoCC getRegisterUndoCC()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |