Softhema JPA - Content
GO TO THE GERMAN SITE

softhema.system.automation.ui
Interface AppWindowMDIChild

All Superinterfaces:
AppWindow, AppWindowChild, java.rmi.Remote

public interface AppWindowMDIChild
extends AppWindowChild

Repräsentiert ein MDI-Kindfenster einer Anwendung.


Method Summary
 void dispose()
           
 java.lang.String getLicenseInfo()
          Gibt die Copyright-Angaben der Java-Klasse zurück.
 java.awt.Rectangle getNormalBounds()
           
 java.lang.String getTitle()
           
 boolean isClosable()
           
 boolean isClosed()
           
 boolean isIcon()
           
 boolean isIconifiable()
           
 boolean isMaximizable()
           
 boolean isMaximum()
           
 boolean isResizable()
           
 boolean isSelected()
           
 void moveToBack()
           
 void moveToFront()
           
 void setClosable(boolean b)
           
 void setClosed(boolean b)
           
 void setIcon(boolean b)
           
 void setIconifiable(boolean b)
           
 void setMaximizable(boolean b)
           
 void setMaximum(boolean b)
           
 void setNormalBounds(java.awt.Rectangle r)
           
 void setResizable(boolean b)
           
 void setSelected(boolean selected)
           
 void setTitle(java.lang.String title)
           
 void show()
           
 void toBack()
           
 void toFront()
           
 
Methods inherited from interface softhema.system.automation.ui.AppWindowChild
getLevel
 
Methods inherited from interface softhema.system.automation.ui.AppWindow
addComponentListener, addContainerListener, addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, addWindowListener, findWindowChild, findWindowChild, findWindowChildren, findWindowChildren, findWindowChildrenTree, findWindowChildrenTree, findWindowChildTree, findWindowChildTree, getGraphics, getInsets, getLocation, getLocationOnScreen, getSize, getSnapshotImage, getSnapshotImage, getSnapshotImageAsJPEG, getSnapshotImageAsJPEG, getSnapshotImageClient, getSnapshotImageClient, getSnapshotImageClientAsJPEG, getSnapshotImageClientAsJPEG, getText, getThis, getWindowChildren, getWindowChildrenTree, getWindowParent, getWindowTopLevel, hasFocus, isAlive, isVisible, removeComponentListener, removeContainerListener, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeWindowListener, repaint, requestFocus, setBounds, setLocation, setSize, setText, setVisible, simulateKeys
 

Method Detail

getLicenseInfo

public java.lang.String getLicenseInfo()
                                throws java.lang.Exception
Gibt die Copyright-Angaben der Java-Klasse zurück.
Specified by:
getLicenseInfo in interface AppWindowChild

setClosable

public void setClosable(boolean b)
                 throws java.lang.Exception

isClosable

public boolean isClosable()
                   throws java.lang.Exception

isClosed

public boolean isClosed()
                 throws java.lang.Exception

setClosed

public void setClosed(boolean b)
               throws java.lang.Exception

setResizable

public void setResizable(boolean b)
                  throws java.lang.Exception

isResizable

public boolean isResizable()
                    throws java.lang.Exception

setIconifiable

public void setIconifiable(boolean b)
                    throws java.lang.Exception

isIconifiable

public boolean isIconifiable()
                      throws java.lang.Exception

isIcon

public boolean isIcon()
               throws java.lang.Exception

setIcon

public void setIcon(boolean b)
             throws java.lang.Exception

setMaximizable

public void setMaximizable(boolean b)
                    throws java.lang.Exception

isMaximizable

public boolean isMaximizable()
                      throws java.lang.Exception

isMaximum

public boolean isMaximum()
                  throws java.lang.Exception

setMaximum

public void setMaximum(boolean b)
                throws java.lang.Exception

getTitle

public java.lang.String getTitle()
                          throws java.lang.Exception

setTitle

public void setTitle(java.lang.String title)
              throws java.lang.Exception

setSelected

public void setSelected(boolean selected)
                 throws java.lang.Exception

isSelected

public boolean isSelected()
                   throws java.lang.Exception

moveToFront

public void moveToFront()
                 throws java.lang.Exception

moveToBack

public void moveToBack()
                throws java.lang.Exception

getNormalBounds

public java.awt.Rectangle getNormalBounds()
                                   throws java.lang.Exception

setNormalBounds

public void setNormalBounds(java.awt.Rectangle r)
                     throws java.lang.Exception

toBack

public void toBack()
            throws java.lang.Exception

toFront

public void toFront()
             throws java.lang.Exception

dispose

public void dispose()
             throws java.lang.Exception

show

public void show()
          throws java.lang.Exception

Softhema JPA - Content
GO TO THE GERMAN SITE

Copyright 2001-2002 by Softhema Group (www.softhema.de). Softhema and JPA are trademarks or registered trademarks. All rights reserved. This software comes with absolutely no warranty and no support. Read the license carefully.