public class Pane
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CollectionWindow |
getCollectionWindow()
Get the collection window that this pane is displayed in.
|
GUID |
getID()
Get the unique ID of this pane.
|
java.lang.String |
getViewSet()
Get the current view set that this pane uses.
|
void |
grabFocus()
Make this pane the currently focused pane.
|
boolean |
isFocusOwner()
Return whether this pane has the current focus.
|
boolean |
isVisible()
Return whether this pane is visible.
|
void |
setViewSet(java.lang.String viewSet)
change the view set of this pane.
|
void |
setVisible(boolean visible)
Show or hide this pane.
|
boolean |
supportsViewSets()
Return whether this pane supports getting and setting the pane's view set.
|
public GUID getID()
public boolean isVisible()
true
if this pane is currently visible, false
otherwise.public void setVisible(boolean visible)
visible
- Pass true
to make this pane visible, false
to hide it.public boolean isFocusOwner()
true
if this pane currently has the input focus, false
otherwise.public void grabFocus()
public boolean supportsViewSets()
true
if this pane supports getting and setting the view set, false
otherwise.getViewSet()
,
setViewSet(String)
public java.lang.String getViewSet()
public void setViewSet(java.lang.String viewSet)
viewSet
- The name of the new view set to be used by this pane.public CollectionWindow getCollectionWindow()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.