Modifier and Type | Field and Description |
---|---|
protected KeyStroke | closeMenuKey
Deprecated
As of Java 2 platform v1.3.
As of Java 2 platform v1.3 this previously undocumented field is no
longer used.
|
pack-priv Color | |
pack-priv Color | |
pack-priv Color | |
pack-priv MotifInternalFrameTitlePane |
Access | Constructor and Description |
---|---|
public |
closeMenuKey | back to summary |
---|---|
protected KeyStroke closeMenuKey
Deprecated As of Java 2 platform v1.3. As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details. |
color | back to summary |
---|---|
pack-priv Color color |
highlight | back to summary |
---|---|
pack-priv Color highlight |
shadow | back to summary |
---|---|
pack-priv Color shadow |
titlePane | back to summary |
---|---|
pack-priv MotifInternalFrameTitlePane titlePane Hides javax. |
MotifInternalFrameUI | back to summary |
---|---|
public MotifInternalFrameUI(JInternalFrame w) |
activateFrame | back to summary |
---|---|
protected void activateFrame(JInternalFrame f) Overrides javax. This method is called when the frame becomes selected.
|
createNorthPane | back to summary |
---|---|
public JComponent createNorthPane(JInternalFrame w) Overrides javax. Doc from javax. Creates the north pane.
|
createUI | back to summary |
---|---|
public static ComponentUI createUI(JComponent w) Hides javax. Doc from javax. Returns a component UI.
|
deactivateFrame | back to summary |
---|---|
protected void deactivateFrame(JInternalFrame f) Overrides javax. This method is called when the frame is no longer selected.
|
getFrame | back to summary |
---|---|
private JInternalFrame getFrame() |
getMaximumSize | back to summary |
---|---|
public Dimension getMaximumSize(JComponent x) Overrides javax. Doc from javax. Returns the maximum size.
|
installDefaults | back to summary |
---|---|
protected void installDefaults() Overrides javax. Doc from javax. Installs the defaults. |
installKeyboardActions | back to summary |
---|---|
protected void installKeyboardActions() Overrides javax. Doc from javax. Installs the keyboard actions. |
installUI | back to summary |
---|---|
public void installUI(JComponent c) Overrides javax. Doc from javax. Installs the UI.
|
setColors | back to summary |
---|---|
pack-priv void setColors(JInternalFrame frame) |
setupMenuCloseKey | back to summary |
---|---|
protected void setupMenuCloseKey() Overrides javax. Doc from javax. Setup the menu close key.
|
setupMenuOpenKey | back to summary |
---|---|
protected void setupMenuOpenKey() Overrides javax. Doc from javax. Setup the menu open key.
|
uninstallDefaults | back to summary |
---|---|
protected void uninstallDefaults() Overrides javax. Doc from javax. Uninstalls the defaults. |
uninstallKeyboardActions | back to summary |
---|---|
protected void uninstallKeyboardActions() Overrides javax. Doc from javax. Uninstalls the keyboard actions. |