|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame
com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
public abstract class DesktopPanelBaseFrame
This class implements a frame of the Desktop panel. It is the base class for all the frames
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JInternalFrame |
|---|
JInternalFrame.JDesktopIcon |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JInternalFrame |
|---|
CONTENT_PANE_PROPERTY, FRAME_ICON_PROPERTY, GLASS_PANE_PROPERTY, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, LAYERED_PANE_PROPERTY, MENU_BAR_PROPERTY, ROOT_PANE_PROPERTY, TITLE_PROPERTY |
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, 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 |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
DesktopPanelBaseFrame(String zName,
String zIcon)
Constructor |
|
| Method Summary | |
|---|---|
String |
getFrameId()
retrieve the frame id for this frame |
void |
internalFrameActivated(InternalFrameEvent zEvent)
|
void |
internalFrameClosed(InternalFrameEvent zEvent)
|
void |
internalFrameClosing(InternalFrameEvent zEvent)
|
void |
internalFrameDeactivated(InternalFrameEvent zEvent)
|
void |
internalFrameDeiconified(InternalFrameEvent zEvent)
|
void |
internalFrameIconified(InternalFrameEvent zEvent)
|
void |
internalFrameOpened(InternalFrameEvent zEvent)
|
void |
setFrameId(String id)
Set the unique frame id for this frame. |
void |
vetoableChange(PropertyChangeEvent zEvent)
This method gets called when a constrained property is changed. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DesktopPanelBaseFrame(String zName,
String zIcon)
zName - the name of the framezIcon - the icon image file name| Method Detail |
|---|
public void setFrameId(String id)
id - public String getFrameId()
public void vetoableChange(PropertyChangeEvent zEvent)
throws PropertyVetoException
vetoableChange in interface VetoableChangeListenerzEvent - a PropertyChangeEvent object describing the event
source and the property that has changed.
PropertyVetoException - - if the recipient wishes the property
change to be rolled back.VetoableChangeListenerpublic void internalFrameActivated(InternalFrameEvent zEvent)
internalFrameActivated in interface InternalFrameListenerzEvent - the eventInternalFrameListenerpublic void internalFrameClosed(InternalFrameEvent zEvent)
internalFrameClosed in interface InternalFrameListenerzEvent - the eventInternalFrameListenerpublic void internalFrameClosing(InternalFrameEvent zEvent)
internalFrameClosing in interface InternalFrameListenerzEvent - the eventInternalFrameListenerpublic void internalFrameDeactivated(InternalFrameEvent zEvent)
internalFrameDeactivated in interface InternalFrameListenerzEvent - the eventInternalFrameListenerpublic void internalFrameDeiconified(InternalFrameEvent zEvent)
internalFrameDeiconified in interface InternalFrameListenerzEvent - the eventInternalFrameListenerpublic void internalFrameIconified(InternalFrameEvent zEvent)
internalFrameIconified in interface InternalFrameListenerzEvent - the eventInternalFrameListenerpublic void internalFrameOpened(InternalFrameEvent zEvent)
internalFrameOpened in interface InternalFrameListenerzEvent - the eventInternalFrameListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||