Java Doc for SInternalFrame.java in » Swing-Library » Swinglets » com » javelin » swinglets » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Swing Library
»
Swinglets
»
com.javelin.swinglets
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.javelin.swinglets
.SComponent
com.javelin.swinglets
.SContainer
com.javelin.swinglets
.SInternalFrame
SInternalFrame
public
class SInternalFrame extends
SContainer
(Code)
A InternalFrame is a page that behaves like a Frame within a Frame.
author:
Robin Sharp
Field Summary
protected
boolean
closeable
protected
boolean
closed
protected
SIcon
desktopIcon
protected
String
desktopTitle
protected
SIcon
frameIcon
protected
boolean
iconizable
protected
boolean
iconized
protected
boolean
maximizable
protected
boolean
maximized
protected
boolean
resizable
protected
String
title
Constructor Summary
public
SInternalFrame
()
Construct a fully qualified SInternalFrame.
Method Summary
public
synchronized
SInternalFrame
addWindowListener
(
WindowListener
listener)
Adds the specified window listener to receive window events from this window.
public
SIcon
getDesktopIcon
()
public
String
getDesktopTitle
()
Get the collapsed title of the Page.
public
SIcon
getFrameIcon
()
Returns the image displayed in the title bar of the frame (usually in the top-left corner).
public
String
getTitle
()
Get the title of the Page.
public
Class
getUIClass
()
Returns the name of the L&F class that renders this component.
public
boolean
isCloseable
()
Returns whether this SInternalFrame be closed.
public
boolean
isClosed
()
Returns whether this SInternalFrame is currently closed.
public
boolean
isIconizable
()
Returns whether the SInternalFrame can be iconified by some user action.
public
boolean
isIconized
()
Returns whether the SInternalFrame is currently iconified.
public
boolean
isMaximizable
()
Returns whether the SInternalFrame can be maximized by some user action.
public
boolean
isMaximized
()
Returns whether the SInternalFrame is currently maximized.
public
boolean
isResizable
()
Returns whether the SInternalFrame can be resized by some user action.
protected
void
processEvent
(
AWTEvent
event)
public
synchronized
SInternalFrame
removeWindowListener
(
WindowListener
listener)
Removes the specified window listener so that it no longer receives window events from this window.
public
SInternalFrame
setCloseable
(boolean closeable)
Set that this SInternalFrame can be closed by some user action.
public
SInternalFrame
setClosed
(boolean closed)
Calling this method with a value of
true
to close the frame.
public
SInternalFrame
setDesktopIcon
(
SIcon
desktopIcon)
Sets the desktop SIcon associated with this SInternalFrame.
public
SInternalFrame
setDesktopTitle
(
String
desktopTitle)
Set the title of the Page when it is collapsed.
public
SInternalFrame
setFrameIcon
(
SIcon
frameIcon)
Sets an image to be displayed in the titlebar of the frame (usually in the top-left corner).
public
SInternalFrame
setIconizable
(boolean iconizable)
Set that the SInternalFrame can be made an icon by some user action.
public
SInternalFrame
setIconized
(boolean iconized)
Iconizes and deconizes the frame.
public
SInternalFrame
setMaximizable
(boolean maximizable)
Set that the SInternalFrame can be maximized by some user action.
public
SInternalFrame
setMaximized
(boolean maximized)
Maximizes and restores the frame.
public
SInternalFrame
setResizable
(boolean resizable)
Set that the SInternalFrame can be resized by some user action.
public
SInternalFrame
setTitle
(
String
title)
Set the title of the Page.
Field Detail
closeable
protected
boolean closeable
(Code)
closed
protected
boolean closed
(Code)
desktopIcon
protected
SIcon
desktopIcon
(Code)
desktopTitle
protected
String
desktopTitle
(Code)
frameIcon
protected
SIcon
frameIcon
(Code)
iconizable
protected
boolean iconizable
(Code)
iconized
protected
boolean iconized
(Code)
maximizable
protected
boolean maximizable
(Code)
maximized
protected
boolean maximized
(Code)
resizable
protected
boolean resizable
(Code)
title
protected
String
title
(Code)
Constructor Detail
SInternalFrame
public
SInternalFrame()
(Code)
Construct a fully qualified SInternalFrame.
Method Detail
addWindowListener
public
synchronized
SInternalFrame
addWindowListener(
WindowListener
listener)
(Code)
Adds the specified window listener to receive window events from this window.
getDesktopIcon
public
SIcon
getDesktopIcon()
(Code)
Returns the SIcon
getDesktopTitle
public
String
getDesktopTitle()
(Code)
Get the collapsed title of the Page.
getFrameIcon
public
SIcon
getFrameIcon()
(Code)
Returns the image displayed in the title bar of the frame (usually in the top-left corner).
getTitle
public
String
getTitle()
(Code)
Get the title of the Page.
getUIClass
public
Class
getUIClass()
(Code)
Returns the name of the L&F class that renders this component.
isCloseable
public
boolean isCloseable()
(Code)
Returns whether this SInternalFrame be closed.
isClosed
public
boolean isClosed()
(Code)
Returns whether this SInternalFrame is currently closed.
isIconizable
public
boolean isIconizable()
(Code)
Returns whether the SInternalFrame can be iconified by some user action.
isIconized
public
boolean isIconized()
(Code)
Returns whether the SInternalFrame is currently iconified.
isMaximizable
public
boolean isMaximizable()
(Code)
Returns whether the SInternalFrame can be maximized by some user action.
isMaximized
public
boolean isMaximized()
(Code)
Returns whether the SInternalFrame is currently maximized.
isResizable
public
boolean isResizable()
(Code)
Returns whether the SInternalFrame can be resized by some user action.
processEvent
protected
void processEvent(
AWTEvent
event)
(Code)
Process an AWTEvent
removeWindowListener
public
synchronized
SInternalFrame
removeWindowListener(
WindowListener
listener)
(Code)
Removes the specified window listener so that it no longer receives window events from this window.
setCloseable
public
SInternalFrame
setCloseable(boolean closeable)
(Code)
Set that this SInternalFrame can be closed by some user action.
setClosed
public
SInternalFrame
setClosed(boolean closed)
(Code)
Calling this method with a value of
true
to close the frame.
setDesktopIcon
public
SInternalFrame
setDesktopIcon(
SIcon
desktopIcon)
(Code)
Sets the desktop SIcon associated with this SInternalFrame.
setDesktopTitle
public
SInternalFrame
setDesktopTitle(
String
desktopTitle)
(Code)
Set the title of the Page when it is collapsed.
setFrameIcon
public
SInternalFrame
setFrameIcon(
SIcon
frameIcon)
(Code)
Sets an image to be displayed in the titlebar of the frame (usually in the top-left corner). Passing null to this function is valid, but the Theme can choose the appropriate icon
setIconizable
public
SInternalFrame
setIconizable(boolean iconizable)
(Code)
Set that the SInternalFrame can be made an icon by some user action.
setIconized
public
SInternalFrame
setIconized(boolean iconized)
(Code)
Iconizes and deconizes the frame.
setMaximizable
public
SInternalFrame
setMaximizable(boolean maximizable)
(Code)
Set that the SInternalFrame can be maximized by some user action.
setMaximized
public
SInternalFrame
setMaximized(boolean maximized)
(Code)
Maximizes and restores the frame.
setResizable
public
SInternalFrame
setResizable(boolean resizable)
(Code)
Set that the SInternalFrame can be resized by some user action.
setTitle
public
SInternalFrame
setTitle(
String
title)
(Code)
Set the title of the Page.
Fields inherited from
com.javelin.swinglets.SContainer
protected
Vector
components
(Code)
(Java Doc)
protected
SLayoutManager
layoutManager
(Code)
(Java Doc)
protected
SComponent
parent
(Code)
(Java Doc)
protected
boolean valid
(Code)
(Java Doc)
Methods inherited from
com.javelin.swinglets.SContainer
public
SContainer
add(
SComponent
component)
(Code)
(Java Doc)
public
SContainer
add(
SComponent
component, int index)
(Code)
(Java Doc)
public
SContainer
add(
SComponent
component,
Object
constraint)
(Code)
(Java Doc)
protected
void addChildren(
SContainer
container,
Vector
v)
(Code)
(Java Doc)
public
SContainer
addContainerListener(
ContainerListener
listener)
(Code)
(Java Doc)
public
void addNotify()
(Code)
(Java Doc)
public
Enumeration
getAllComponents()
(Code)
(Java Doc)
public
SComponent
getComponent(
String
name)
(Code)
(Java Doc)
public
SComponent
getComponent(int index)
(Code)
(Java Doc)
public
int getComponentCount()
(Code)
(Java Doc)
public
int getComponentIndex(
SComponent
c)
(Code)
(Java Doc)
public
SComponent
[] getComponents()
(Code)
(Java Doc)
public
SLayoutManager
getLayoutManager()
(Code)
(Java Doc)
public
Class
getUIClass()
(Code)
(Java Doc)
public
boolean isEnabled()
(Code)
(Java Doc)
public
void paint(
Object
out)
(Code)
(Java Doc)
public
void remove(int index)
(Code)
(Java Doc)
public
void remove(
SComponent
component)
(Code)
(Java Doc)
public
void removeAll()
(Code)
(Java Doc)
public
SContainer
removeContainerListener(
ContainerListener
listener)
(Code)
(Java Doc)
public
void removeNotify()
(Code)
(Java Doc)
public
SComponent
setEnabled(boolean enabled)
(Code)
(Java Doc)
public
SContainer
setLayoutManager(
SLayoutManager
layoutManager)
(Code)
(Java Doc)
public
SComponent
setLookAndFeel(
SLookAndFeel
lookAndFeel)
(Code)
(Java Doc)
public
void validate()
(Code)
(Java Doc)
Fields inherited from
com.javelin.swinglets.SComponent
protected
static long COUNTER
(Code)
(Java Doc)
protected
ActionListener
actionListener
(Code)
(Java Doc)
protected
SColor
background
(Code)
(Java Doc)
protected
SBorder
border
(Code)
(Java Doc)
protected
boolean cached
(Code)
(Java Doc)
protected
Hashtable
clientProperties
(Code)
(Java Doc)
protected
String
componentUrl
(Code)
(Java Doc)
protected
Cursor
cursor
(Code)
(Java Doc)
protected
boolean dirty
(Code)
(Java Doc)
protected
boolean enabled
(Code)
(Java Doc)
protected
boolean firingSuspended
(Code)
(Java Doc)
protected
SFont
font
(Code)
(Java Doc)
protected
SColor
foreground
(Code)
(Java Doc)
protected
int horizontalAlignment
(Code)
(Java Doc)
protected
Locale
locale
(Code)
(Java Doc)
protected
SLookAndFeel
lookAndFeel
(Code)
(Java Doc)
protected
String
name
(Code)
(Java Doc)
protected
boolean opaque
(Code)
(Java Doc)
protected
SContainer
parent
(Code)
(Java Doc)
protected
PropertyChangeSupport
propertyChangeSupport
(Code)
(Java Doc)
PrintWriter
pw
(Code)
(Java Doc)
protected
boolean rendered
(Code)
(Java Doc)
protected
Vector
scripts
(Code)
(Java Doc)
protected
Dimension
size
(Code)
(Java Doc)
StringWriter
sw
(Code)
(Java Doc)
protected
int tabIndex
(Code)
(Java Doc)
protected
String
toolTipText
(Code)
(Java Doc)
protected
SComponentUI
ui
(Code)
(Java Doc)
protected
int verticalAlignment
(Code)
(Java Doc)
protected
boolean visible
(Code)
(Java Doc)
Methods inherited from
com.javelin.swinglets.SComponent
public
SComponent
addActionListener(
ActionListener
l)
(Code)
(Java Doc)
public
SComponent
addComponentListener(
ComponentListener
listener)
(Code)
(Java Doc)
public
SComponent
addFocusListener(
FocusListener
listener)
(Code)
(Java Doc)
public
SComponent
addKeyListener(
KeyListener
listener)
(Code)
(Java Doc)
public
SComponent
addMouseListener(
MouseListener
listener)
(Code)
(Java Doc)
public
SComponent
addMouseMotionListener(
MouseMotionListener
listener)
(Code)
(Java Doc)
public
void addNotify()
(Code)
(Java Doc)
public
synchronized
SComponent
addPropertyChangeListener(
PropertyChangeListener
listener) throws
TooManyListenersException
(Code)
(Java Doc)
public
synchronized
SComponent
addPropertyChangeListener(
String
propertyName,
PropertyChangeListener
listener) throws
TooManyListenersException
(Code)
(Java Doc)
public
SComponent
addScript(
SScript
script)
(Code)
(Java Doc)
protected
SComponent
addUIListener(
EventListener
listener)
(Code)
(Java Doc)
protected
String
constructComponentName()
(Code)
(Java Doc)
public
void dispatchEvent(
AWTEvent
event)
(Code)
(Java Doc)
public
boolean equals(
Object
object)
(Code)
(Java Doc)
public
void firePropertyChange()
(Code)
(Java Doc)
final
public
void firePropertyChange(
String
propertyName,
Object
oldValue,
Object
newValue)
(Code)
(Java Doc)
final
protected
void firePropertyChange(
String
propertyName, byte oldValue, byte newValue)
(Code)
(Java Doc)
final
protected
void firePropertyChange(
String
propertyName, char oldValue, char newValue)
(Code)
(Java Doc)
final
protected
void firePropertyChange(
String
propertyName, short oldValue, short newValue)
(Code)
(Java Doc)
final
protected
void firePropertyChange(
String
propertyName, int oldValue, int newValue)
(Code)
(Java Doc)
final
protected
void firePropertyChange(
String
propertyName, long oldValue, long newValue)
(Code)
(Java Doc)
final
protected
void firePropertyChange(
String
propertyName, float oldValue, float newValue)
(Code)
(Java Doc)
final
protected
void firePropertyChange(
String
propertyName, double oldValue, double newValue)
(Code)
(Java Doc)
final
protected
void firePropertyChange(
String
propertyName, boolean oldValue, boolean newValue)
(Code)
(Java Doc)
public
SContainer
getAncestorNamed(
String
name)
(Code)
(Java Doc)
public
SContainer
getAncestorOfClass(
Class
clazz)
(Code)
(Java Doc)
public
SColor
getBackground()
(Code)
(Java Doc)
public
SBorder
getBorder()
(Code)
(Java Doc)
public
Enumeration
getClientKeys()
(Code)
(Java Doc)
final
public
Object
getClientProperty(
Object
key)
(Code)
(Java Doc)
final
public
Object
getClientProperty(
Object
key,
Object
defaultValue)
(Code)
(Java Doc)
public
int getClientPropertyCount()
(Code)
(Java Doc)
public
SComponent
getComponent(
String
name)
(Code)
(Java Doc)
public
String
getComponentUrl()
(Code)
(Java Doc)
public
String
getContentType()
(Code)
(Java Doc)
public
Cursor
getCursor()
(Code)
(Java Doc)
public
SFont
getFont()
(Code)
(Java Doc)
public
SColor
getForeground()
(Code)
(Java Doc)
public
int getHorizontalAlignment()
(Code)
(Java Doc)
public
Locale
getLocale()
(Code)
(Java Doc)
public
SLookAndFeel
getLookAndFeel()
(Code)
(Java Doc)
public
String
getName()
(Code)
(Java Doc)
public
SContainer
getParent()
(Code)
(Java Doc)
public
int getScriptCount()
(Code)
(Java Doc)
public
Enumeration
getScripts()
(Code)
(Java Doc)
public
Dimension
getSize()
(Code)
(Java Doc)
public
SwingletManager
getSwingletManager()
(Code)
(Java Doc)
public
int getTabIndex()
(Code)
(Java Doc)
public
String
getToolTipText()
(Code)
(Java Doc)
public
SContainer
getTopLevelAncestor()
(Code)
(Java Doc)
public
SComponentUI
getUI()
(Code)
(Java Doc)
public
Class
getUIClass()
(Code)
(Java Doc)
public
int getVerticalAlignment()
(Code)
(Java Doc)
final
protected
boolean hasListeners()
(Code)
(Java Doc)
final
protected
boolean hasListeners(
String
propertyName)
(Code)
(Java Doc)
public
int hashCode()
(Code)
(Java Doc)
public
boolean isCached()
(Code)
(Java Doc)
public
boolean isEnabled()
(Code)
(Java Doc)
public
boolean isFiringSuspended()
(Code)
(Java Doc)
public
boolean isOpaque()
(Code)
(Java Doc)
public
boolean isVisible()
(Code)
(Java Doc)
public
void onFirstPaint()
(Code)
(Java Doc)
public
void onPaintComponent()
(Code)
(Java Doc)
public
void onPaintComponentFooter()
(Code)
(Java Doc)
public
void onPaintComponentHeader()
(Code)
(Java Doc)
public
void onPaintHeader()
(Code)
(Java Doc)
public
void paint(
Object
out)
(Code)
(Java Doc)
public
void paintComponent(
Object
out)
(Code)
(Java Doc)
public
void paintComponentFooter(
Object
out)
(Code)
(Java Doc)
public
void paintComponentHeader(
Object
out)
(Code)
(Java Doc)
public
void paintHeader(
Object
out)
(Code)
(Java Doc)
public
void processActionEvent(
ActionEvent
event)
(Code)
(Java Doc)
protected
void processEvent(
AWTEvent
event)
(Code)
(Java Doc)
final
public
SComponent
putClientProperty(
Object
key,
Object
value)
(Code)
(Java Doc)
public
SComponent
removeActionListener(
ActionListener
l)
(Code)
(Java Doc)
public
SComponent
removeComponentListener(
ComponentListener
listener)
(Code)
(Java Doc)
public
SComponent
removeFocusListener(
FocusListener
listener)
(Code)
(Java Doc)
public
SComponent
removeKeyListener(
KeyListener
listener)
(Code)
(Java Doc)
public
SComponent
removeMouseListener(
MouseListener
listener)
(Code)
(Java Doc)
public
SComponent
removeMouseMotionListener(
MouseMotionListener
listener)
(Code)
(Java Doc)
public
void removeNotify()
(Code)
(Java Doc)
public
synchronized
SComponent
removePropertyChangeListener(
PropertyChangeListener
listener)
(Code)
(Java Doc)
public
synchronized
SComponent
removePropertyChangeListener(
String
propertyName,
PropertyChangeListener
listener)
(Code)
(Java Doc)
public
SComponent
removeScript(
SScript
script)
(Code)
(Java Doc)
protected
SComponent
removeUIListener(
EventListener
listener)
(Code)
(Java Doc)
public
SComponent
setBackground(
SColor
background)
(Code)
(Java Doc)
public
SComponent
setBorder(
SBorder
border)
(Code)
(Java Doc)
public
void setCached(boolean cached)
(Code)
(Java Doc)
public
void setCursor(
Cursor
cursor)
(Code)
(Java Doc)
public
SComponent
setEnabled(boolean enabled)
(Code)
(Java Doc)
public
void setFiringSuspended(boolean firingSuspended)
(Code)
(Java Doc)
public
SComponent
setFont(
String
name, int style, int size)
(Code)
(Java Doc)
public
SComponent
setFont(
SFont
font)
(Code)
(Java Doc)
public
SComponent
setForeground(
SColor
foreground)
(Code)
(Java Doc)
public
SComponent
setHorizontalAlignment(int horizontalAlignment)
(Code)
(Java Doc)
public
SComponent
setLocale(
Locale
locale)
(Code)
(Java Doc)
public
SComponent
setLookAndFeel(
String
lookAndFeel)
(Code)
(Java Doc)
public
SComponent
setLookAndFeel(
SLookAndFeel
lookAndFeel)
(Code)
(Java Doc)
public
SComponent
setName(
String
name)
(Code)
(Java Doc)
public
SComponent
setOpaque(boolean opaque)
(Code)
(Java Doc)
public
SComponent
setParent(
SContainer
parent)
(Code)
(Java Doc)
public
SComponent
setSize(int width, int height)
(Code)
(Java Doc)
public
SComponent
setSize(
Dimension
size)
(Code)
(Java Doc)
public
void setSwingletManager(
SwingletManager
swingletManager)
(Code)
(Java Doc)
public
SComponent
setTabIndex(int tabIndex)
(Code)
(Java Doc)
public
SComponent
setToolTipText(
String
toolTipText)
(Code)
(Java Doc)
public
SComponent
setUI(
SComponentUI
ui)
(Code)
(Java Doc)
public
SComponent
setValueAsText(
String
text)
(Code)
(Java Doc)
public
SComponent
setVerticalAlignment(int verticalAlignment)
(Code)
(Java Doc)
public
SComponent
setVisible(boolean visible)
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.