|
||||||||||
| 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.ToolWindowTabApplicationFrame
public class ToolWindowTabApplicationFrame
This class represents a tool window tab in a docking environment.
| Field Summary | |
|---|---|
protected ToolWindowTabConfiguration |
m_configuration
A descriptor of the content which allows to use the frame (in a limited way) before it's visible. |
protected org.noos.xing.mydoggy.ToolWindowTab |
m_toolWindowTab
The representation of a frame in a docking environment. |
| Constructor Summary | |
|---|---|
ToolWindowTabApplicationFrame(ToolWindowTabConfiguration configuration)
|
|
| Method Summary | |
|---|---|
void |
close()
Close this frame. |
ToolWindowTabConfiguration |
getConfiguration()
|
JComponent |
getContent()
|
Object |
getFrame()
|
void |
setClosable(boolean closable)
|
void |
setConfiguration(ToolWindowTabConfiguration 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.ToolWindowTab m_toolWindowTab
protected ToolWindowTabConfiguration m_configuration
| Constructor Detail |
|---|
public ToolWindowTabApplicationFrame(ToolWindowTabConfiguration configuration)
configuration - 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 ToolWindowTabConfiguration getConfiguration()
public void setConfiguration(ToolWindowTabConfiguration configuration)
configuration - the configuration of the tool window
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||