public final class BackForwardList extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BackForwardList.Entry |
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(WCChangeListener l) |
boolean |
canGoBack() |
boolean |
canGoForward() |
void |
clearBackForwardListForDRT() |
boolean |
contains(BackForwardList.Entry e) |
BackForwardList.Entry |
get(int index) |
WCChangeListener[] |
getChangeListeners() |
BackForwardList.Entry |
getCurrentEntry() |
int |
getCurrentIndex() |
int |
getMaximumSize() |
boolean |
goBack() |
boolean |
goForward() |
int |
indexOf(BackForwardList.Entry e) |
boolean |
isEmpty() |
boolean |
isEnabled() |
void |
removeChangeListener(WCChangeListener l) |
void |
setCurrentIndex(int index) |
void |
setEnabled(boolean flag) |
void |
setMaximumSize(int size) |
int |
size() |
BackForwardList.Entry[] |
toArray() |
public int size()
public int getMaximumSize()
public void setMaximumSize(int size)
public int getCurrentIndex()
public boolean isEmpty()
public void setEnabled(boolean flag)
public boolean isEnabled()
public BackForwardList.Entry get(int index)
public BackForwardList.Entry getCurrentEntry()
public void clearBackForwardListForDRT()
public int indexOf(BackForwardList.Entry e)
public boolean contains(BackForwardList.Entry e)
public BackForwardList.Entry[] toArray()
public void setCurrentIndex(int index)
public boolean canGoBack()
public boolean goBack()
public boolean canGoForward()
public boolean goForward()
public void addChangeListener(WCChangeListener l)
public void removeChangeListener(WCChangeListener l)
public WCChangeListener[] getChangeListeners()
Copyright © 2020. All rights reserved.