|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.ui.component.pane.Pane
public class Pane
Pane represents the content of a single tabbed pane stored in a PaneManagerModel
.
A Pane
is comprised of two Field
objects. One
represents the title of the pane and the other represents the content
of the pane.
The sole purpose of the Pane
class is to store these two Field
objects and
establish a named relationship between them.
Constructor Summary | ||
---|---|---|
Pane(Field title,
Field pane)
Class constructor to create the pairing. |
Method Summary | ||
---|---|---|
Field |
getPane()
Returns the Field that lets you access the content of the pane. |
|
Field |
getTitle()
Returns the Field that lets you access the title of the pane. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pane(Field title, Field pane)
Class constructor to create the pairing.
title
- Field
that represents the title of the pane.pane
- Field
that represents the content of the pane.Method Detail |
---|
public Field getPane()
Field
that lets you access the content of the pane.
Field
that represents the content of the pane.public Field getTitle()
Field
that lets you access the title of the pane.
Field
that represents the title of the pane.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.