|
||||||||||
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
rero.gui.mdi.ClientInternalWindow
Nested Class Summary |
Nested classes inherited from class javax.swing.JInternalFrame |
JInternalFrame.AccessibleJInternalFrame, JInternalFrame.JDesktopIcon |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
protected ClientWindowEvent |
cevent
|
protected LinkedList |
clisteners
|
protected boolean |
isOpen
|
Fields inherited from class javax.swing.JInternalFrame |
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
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 |
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 | |
ClientInternalWindow()
|
Method Summary | |
void |
activate()
|
void |
addWindowListener(ClientWindowListener l)
|
void |
closeWindow()
|
void |
internalFrameActivated(InternalFrameEvent e)
|
void |
internalFrameClosed(InternalFrameEvent e)
|
void |
internalFrameClosing(InternalFrameEvent e)
|
void |
internalFrameDeactivated(InternalFrameEvent e)
|
void |
internalFrameDeiconified(InternalFrameEvent e)
|
void |
internalFrameIconified(InternalFrameEvent e)
|
void |
internalFrameOpened(InternalFrameEvent e)
|
boolean |
isOpen()
|
void |
setIcon(boolean b)
|
void |
setIcon(ImageIcon i)
|
void |
setMaximum(boolean b)
|
void |
setTitle(String aTitle)
|
void |
show()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface rero.gui.windows.ClientWindow |
getTitle, isIcon, isMaximum, isSelected, setContentPane |
Field Detail |
protected LinkedList clisteners
protected ClientWindowEvent cevent
protected boolean isOpen
Constructor Detail |
public ClientInternalWindow()
Method Detail |
public boolean isOpen()
public void setIcon(ImageIcon i)
setIcon
in interface ClientWindow
public void addWindowListener(ClientWindowListener l)
addWindowListener
in interface ClientWindow
public void internalFrameActivated(InternalFrameEvent e)
internalFrameActivated
in interface InternalFrameListener
public void internalFrameDeactivated(InternalFrameEvent e)
internalFrameDeactivated
in interface InternalFrameListener
public void internalFrameClosed(InternalFrameEvent e)
internalFrameClosed
in interface InternalFrameListener
public void internalFrameClosing(InternalFrameEvent e)
internalFrameClosing
in interface InternalFrameListener
public void internalFrameDeiconified(InternalFrameEvent e)
internalFrameDeiconified
in interface InternalFrameListener
public void internalFrameIconified(InternalFrameEvent e)
internalFrameIconified
in interface InternalFrameListener
public void internalFrameOpened(InternalFrameEvent e)
internalFrameOpened
in interface InternalFrameListener
public void closeWindow()
closeWindow
in interface ClientWindow
public void setMaximum(boolean b)
setMaximum
in interface ClientWindow
public void setIcon(boolean b)
setIcon
in interface ClientWindow
public void setTitle(String aTitle)
setTitle
in interface ClientWindow
public void show()
show
in interface ClientWindow
public void activate()
activate
in interface ClientWindow
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |