Shows the item at the given index. Calling this method is comparable with a programmatic swiping to a given item.
@param index the index of the item to swipe to. @throws IllegalArgumentException when the passed index is negative or does not exist in the{@link SwipeItemProvider}. @throws IllegalStateException when already disposed or the move is not valid e.g. when a item is locked.If the widget has not yet been drawn (and doesn't have a parent or master), this method calls the draw method as well.
name
, using addLayoutComponent
. If no such component exists, then nothing happens.
@param parent the parent container in which to do the layout
@param name the component name
@see java.awt.CardLayout#addLayoutComponent(java.awt.Component,java.lang.Object)
If the dialog is modal and is not already visible, this call will not return until the dialog is hidden by calling hide or dispose. It is permissible to show modal dialogs from the event dispatching thread because the toolkit will ensure that another event pump runs while the one which invoked this method is blocked. @see Component#hide @see Component#isDisplayable @see Component#validate @see #isModal @see Window#setVisible(boolean) @deprecated As of JDK version 1.5, replaced by{@link #setVisible(boolean) setVisible(boolean)}.
If this PopupMenu
is being used as a Menu
(i.e., it has a non-Component
parent), then you cannot call this method on the PopupMenu
.
@param origin the component which defines the coordinate space
@param x the x coordinate position to popup the menu
@param y the y coordinate position to popup the menu
@exception NullPointerException if the parent is null
@exception IllegalArgumentException if this PopupMenu
has a non-Component
parent
@exception IllegalArgumentException if the origin is not in theparent's heirarchy
@exception RuntimeException if the parent is not showing on screen
INTERNAL_FRAME_OPENED
event is fired. The method does nothing if the internal frame is already visible.
true
, the decoration will only be shown if the control has focus.
The model element parameter must always be specified, but the property parameter is optional. If property is omitted, the entire text associated with model element should be shown.
@param element the model element @param property the property or nulltrue
if the context could be shown,false
otherwise
{@link Frame}
.
@return this fixture.
ErrorLogEntry
.
@param entry an ErrorLogEntry
representing the error to display.
OverlayContainer
. The message will appear centered in the container.
@param container the OverlayContainer
in which to display this message
The location of the window is given by the Point that was passed to the newWindow()
method.
null
if none.
@param mode the {@link Mode} of the notification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|