|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Pinnable interface provides a pinning API to allow the implementation to ignore changes in selection and/or active view.
Field Summary | |
static int |
PIN_NONE
Pin state indicating that the Pinnable is not pinned to anything and should track the selection of the active view, updating to track the selection of the new active view upon changes of active view from the currently active view to another view. |
static int |
PIN_OBJECT
Pin state indicating that the Pinnable should stay set to its current contents, ignoring all selection changes within the currently active view and all changes of active view from the currently active view to another view. |
static int |
PIN_VIEW
Pin state indicating that the Pinnable should track the selection of the currently active view ignoring all changes of active view from the currently active view to another view. |
Method Summary | |
int |
getPinState()
Get the pin state. |
void |
setPinState(int state)
Set the pin state. |
Field Detail |
public static final int PIN_NONE
public static final int PIN_VIEW
public static final int PIN_OBJECT
Method Detail |
public int getPinState()
PIN_NONE
,
PIN_VIEW
,
PIN_OBJECT
public void setPinState(int state)
state
- one of PIN_NONE, PIN_VIEW, or PIN_OBJECT.PIN_NONE
,
PIN_VIEW
,
PIN_OBJECT
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.