|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.swfm.mica.core.MiPart
com.swfm.mica.core.MiContainer
com.swfm.mica.core.MiEditor
com.swfm.mica.core.MiWindow
com.swfm.mica.core.MiNativeWindow
| Field Summary |
| Constructor Summary | |
MiNativeWindow(java.awt.Frame parent,
java.lang.String title,
MiBounds windowSize)
|
|
MiNativeWindow(java.awt.Frame parent,
java.lang.String title,
MiBounds windowSize,
MiJDKAPIComponentType nativeComponentType)
|
|
MiNativeWindow(MiNativeWindow parent,
MiBounds windowSize,
boolean modal)
|
|
MiNativeWindow(MiNativeWindow parent,
java.lang.String title,
MiBounds windowSize,
boolean modal)
|
|
MiNativeWindow(MiNativeWindow parent,
java.lang.String title,
MiBounds windowSize,
boolean modal,
boolean hasBorder)
|
|
MiNativeWindow(java.lang.String title)
|
|
MiNativeWindow(java.lang.String title,
MiBounds windowSize)
|
|
| Method Summary | |
boolean |
dispose()
|
void |
freeWindowLock()
|
java.awt.Component |
getAWTComponent()
|
boolean |
getForceResizeOfWindowContainingComponent()
|
java.awt.Frame |
getFrame()
|
MiJDKAPIComponentType |
getNativeComponentType()
|
java.lang.String |
getSendCommandInsteadOfDispose()
|
javax.swing.JComponent |
getSwingComponent()
|
java.lang.String |
getTitle()
|
java.awt.Window |
getWindow()
|
void |
getWindowLock()
|
void |
processCommand(java.lang.String command)
Processes the given command. |
void |
setDefaultCloseCommand(java.lang.String command)
|
void |
setDeviceBounds(MiBounds bounds)
Sets the bounds of the device coordinate space of this MiEditor. |
void |
setForceResizeOfWindowContainingComponent(boolean flag)
This enables/disables the resizing of the window containing this Canvas if this is just a component in a Java Window. |
void |
setTitle(java.lang.String title)
Sets the title text in the border of the window. |
void |
setVisible(boolean flag)
Specifies whether this MiPart is visible. |
void |
toFront()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MiNativeWindow(java.lang.String title)
public MiNativeWindow(java.lang.String title,
MiBounds windowSize)
public MiNativeWindow(java.awt.Frame parent,
java.lang.String title,
MiBounds windowSize)
public MiNativeWindow(java.awt.Frame parent,
java.lang.String title,
MiBounds windowSize,
MiJDKAPIComponentType nativeComponentType)
public MiNativeWindow(MiNativeWindow parent,
java.lang.String title,
MiBounds windowSize,
boolean modal)
public MiNativeWindow(MiNativeWindow parent,
MiBounds windowSize,
boolean modal)
public MiNativeWindow(MiNativeWindow parent,
java.lang.String title,
MiBounds windowSize,
boolean modal,
boolean hasBorder)
| Method Detail |
public java.awt.Component getAWTComponent()
public javax.swing.JComponent getSwingComponent()
public void setDefaultCloseCommand(java.lang.String command)
public java.lang.String getSendCommandInsteadOfDispose()
public void setDeviceBounds(MiBounds bounds)
MiEditor
setDeviceBounds in class MiEditorpublic void getWindowLock()
public void freeWindowLock()
public void setForceResizeOfWindowContainingComponent(boolean flag)
flag - true if containing Java window resizes if
required when this container resizes (grows)setForceResizeOfWindowContainingComponent(boolean)public boolean getForceResizeOfWindowContainingComponent()
public void toFront()
public void setTitle(java.lang.String title)
MiWindow
setTitle in class MiWindowtitle - the title textpublic java.lang.String getTitle()
public MiJDKAPIComponentType getNativeComponentType()
public void setVisible(boolean flag)
MiWindow
setVisible in class MiWindowflag - true if this MiPart is to be visibleMiPart.setVisible(boolean),
MiWindow.setDefaultKeyboardFocus(com.swfm.mica.core.MiPart),
MiWindow.setDefaultEnterKeyFocus(com.swfm.mica.core.MiPart)public boolean dispose()
public java.awt.Frame getFrame()
public java.awt.Window getWindow()
public void processCommand(java.lang.String command)
processCommand in interface MiiCommandHandlercommand - the command to execute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||