Added Methods |
void addPropertyChangeListener(PropertyChangeListener )
|
Adds a PropertyChangeListener to the listener list. |
void addPropertyChangeListener(String, PropertyChangeListener)
|
Adds a PropertyChangeListener to the listener list for a specific property. |
void applyComponentOrientation(ComponentOrientation )
|
Sets the ComponentOrientation property of this container and all components contained within it. |
boolean areFocusTraversalKeysSet(int )
|
Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Container. |
ContainerListener[] getContainerListeners()
|
Returns an array of all the container listeners registered on this container. |
Set getFocusTraversalKeys(int )
|
Returns the Set of focus traversal keys for a given traversal operation for this Container. |
FocusTraversalPolicy getFocusTraversalPolicy()
|
Returns the focus traversal policy that will manage keyboard traversal of this Container's children or null if this Container is not a focus cycle root. |
boolean isFocusCycleRoot()
|
Returns whether this Container is the root of a focus traversal cycle. |
boolean isFocusCycleRoot(Container )
|
Returns whether the specified Container is the focus cycle root of this Container's focus traversal cycle. |
boolean isFocusTraversalPolicySet()
|
Returns whether the focus traversal policy has been explicitly set for this Container. |
void setFocusCycleRoot(boolean )
|
Sets whether this Container is the root of a focus traversal cycle. |
void setFocusTraversalKeys(int, Set)
|
Sets the focus traversal keys for a given traversal operation for this Container. |
void setFocusTraversalPolicy(FocusTraversalPolicy )
|
Sets the focus traversal policy that will manage keyboard traversal of this Container's children if this Container is a focus cycle root. |
void transferFocusBackward()
|
|
void transferFocusDownCycle()
|
Transfers the focus down one focus traversal cycle. |
Changed Methods |
void addContainerListener(ContainerListener )
|
Documentation changed from old to new. |
Adds the specified container listener to receive container events from this container. |
void addImpl(Component, Object, int)
|
Documentation changed from old to new. |
Adds the specified component to this container at the specified index. |
void doLayout()
|
Documentation changed from old to new. |
Causes this container to lay out its components. |
int getComponentCount()
|
Documentation changed from old to new. |
Gets the number of components in this panel. |
Insets getInsets()
|
Documentation changed from old to new. |
Determines the insets of this container which indicate the size of the container's border. |
EventListener[] getListeners(Class )
|
Documentation changed from old to new. |
Returns an array of all the objects currently registered as FooListener s upon this Container . |
Dimension getMinimumSize()
|
Documentation changed from old to new. |
Returns the minimum size of this container. |
Dimension getPreferredSize()
|
Documentation changed from old to new. |
Returns the preferred size of this container. |
void paint(Graphics )
|
Documentation changed from old to new. |
Paints the container. |
void paintComponents(Graphics )
|
Documentation changed from old to new. |
Paints each of the components in this container. |
String paramString()
|
Documentation changed from old to new. |
Returns a string representing the state of this Container . |
void print(Graphics )
|
Documentation changed from old to new. |
Prints the container. |
void printComponents(Graphics )
|
Documentation changed from old to new. |
Prints each of the components in this container. |
void processContainerEvent(ContainerEvent )
|
Documentation changed from old to new. |
Processes container events occurring on this container by dispatching them to any registered ContainerListener objects. |
void processEvent(AWTEvent )
|
Documentation changed from old to new. |
Processes events on this container. |
void removeContainerListener(ContainerListener )
|
Documentation changed from old to new. |
Removes the specified container listener so it no longer receives container events from this container. |
void update(Graphics )
|
Documentation changed from old to new. |
Updates the container. |
Component add(Component )
|
Documentation changed from old to new. |
Appends the specified component to the end of this container. |
Component add(Component, int)
|
Documentation changed from old to new. |
Adds the specified component to this container at the given position. |
Component add(String, Component)
|
Documentation changed from old to new. |
Adds the specified component to this container. |
void add(Component, Object)
|
Documentation changed from old to new. |
Adds the specified component to the end of this container. |
void add(Component, Object, int)
|
Documentation changed from old to new. |
Adds the specified component to this container with the specified constraints at the specified index. |
Component findComponentAt(int, int)
|
Documentation changed from old to new. |
Locates the visible child component that contains the specified position. |
Component findComponentAt(Point )
|
Documentation changed from old to new. |
Locates the visible child component that contains the specified point. |
Component getComponentAt(Point )
|
Documentation changed from old to new. |
Gets the component that contains the specified point. |
void list(PrintStream, int)
|
Documentation changed from old to new. |
Prints a listing of this container to the specified output stream. |