|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
public class ContentApplicationFrame
This class represents a frame in a docking environment.
| Field Summary | |
|---|---|
protected org.noos.xing.mydoggy.Content |
m_content
The representation of a frame in a docking environment. |
protected ContentConfiguration |
m_contentConfiguration
A descriptor of the content which allows to use the frame (in a limited way) before it's visible. |
| Constructor Summary | |
|---|---|
ContentApplicationFrame(ContentConfiguration contentDescriptor)
|
|
| Method Summary | |
|---|---|
void |
close()
Close this frame. |
ContentConfiguration |
getConfiguration()
|
JComponent |
getContent()
|
Object |
getFrame()
|
void |
setClosable(boolean closable)
|
void |
setConfiguration(ContentConfiguration configuration)
|
void |
setContent(JComponent component)
|
void |
setFrame(Object frame)
|
void |
setMaximizable(boolean maximizable)
|
void |
setMaximized(boolean maximized)
|
void |
setMinimizable(boolean minimizable)
|
void |
setMinimized(boolean minimized)
|
void |
setName(String name)
|
void |
setSelected(boolean selected)
|
void |
setTitle(String title)
|
void |
show()
Show this frame (if supported). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.noos.xing.mydoggy.Content m_content
protected ContentConfiguration m_contentConfiguration
| Constructor Detail |
|---|
public ContentApplicationFrame(ContentConfiguration contentDescriptor)
contentDescriptor - A descriptor of the content which allows to use the frame (in a limited way)
before it's visible.| Method Detail |
|---|
public JComponent getContent()
getContent in interface ApplicationFramepublic void setContent(JComponent component)
setContent in interface ApplicationFramecomponent - the content of this framepublic Object getFrame()
getFrame in interface ApplicationFramepublic void setFrame(Object frame)
setFrame in interface ApplicationFrameframe - the actual framepublic void setName(String name)
setName in interface ApplicationFramename - the name of the frame. This must be unique.public void setTitle(String title)
setTitle in interface ApplicationFrametitle - the title of the framepublic void setMinimizable(boolean minimizable)
setMinimizable in interface ApplicationFrameminimizable - is frame minimizablepublic void setMaximizable(boolean maximizable)
setMaximizable in interface ApplicationFramemaximizable - is frame maximizablepublic void setClosable(boolean closable)
setClosable in interface ApplicationFrameclosable - is frame closablepublic void setMinimized(boolean minimized)
setMinimized in interface ApplicationFrameminimized - true if frame should get minimizedpublic void setMaximized(boolean maximized)
setMaximized in interface ApplicationFramemaximized - true if frame should get maximizedpublic void show()
show in interface ApplicationFramepublic void setSelected(boolean selected)
setSelected in interface ApplicationFrameselected - is frame selected?public void close()
close in interface ApplicationFramepublic ContentConfiguration getConfiguration()
public void setConfiguration(ContentConfiguration configuration)
configuration - the configuration of the content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||