|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.util.misc.NmModel
com.ptc.netmarkets.util.table.NmHTMLTable
com.ptc.netmarkets.notebookfolder.NmNotebookFolderTable
Supported API: false
Extendable: false
Field Summary | |
private Vector |
bookmarks
|
private NmCommandBean |
cb
|
private static String |
CLASSNAME
|
private static String |
CMD_CLASSNAME
|
private int |
columnCount
|
private NmHTMLTreeNode |
current
|
static long |
EXTERNALIZATION_VERSION_UID
|
private Vector |
folders
|
private NmNotebook |
notebook
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from class com.ptc.netmarkets.util.table.NmHTMLTable |
|
Fields inherited from class com.ptc.netmarkets.util.misc.NmModel |
|
Constructor Summary | |
NmNotebookFolderTable()
Supported API: false |
|
NmNotebookFolderTable(NmNotebook _notebook,
NmHTMLTreeNode _current,
NmCommandBean _cb)
Supported API: false |
Method Summary | |
Vector |
getBookmarks()
Gets the value of the attribute: bookmarks. |
NmCommandBean |
getCb()
Gets the value of the attribute: cb. |
int |
getColumnCount()
Gets the value of the attribute: columnCount. |
NmHTMLTreeNode |
getCurrent()
Gets the value of the attribute: current. |
Vector |
getFolders()
Gets the value of the attribute: folders. |
NmNotebook |
getNotebook()
Gets the value of the attribute: notebook. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(NmNotebookFolderTable thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setBookmarks(Vector a_Bookmarks)
Sets the value of the attribute: bookmarks. |
void |
setCb(NmCommandBean a_Cb)
Sets the value of the attribute: cb. |
void |
setColumnCount(int a_ColumnCount)
Sets the value of the attribute: columnCount. |
void |
setCurrent(NmHTMLTreeNode a_Current)
Sets the value of the attribute: current. |
void |
setFolders(Vector a_Folders)
Sets the value of the attribute: folders. |
void |
setNotebook(NmNotebook a_Notebook)
Sets the value of the attribute: notebook. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class com.ptc.netmarkets.util.table.NmHTMLTable |
clone, getActionModel, getColumnModel, getName, getTableModel, isDragAndDropSupported, isRowSelectable, isScrollable, readVersion, setActionModel, setColumnModel, setDragAndDropSupported, setName, setRowSelectable, setScrollable, setTableModel |
Methods inherited from class com.ptc.netmarkets.util.misc.NmModel |
getLastUpdate, getMessage, getModel, getNonSelectableRows, getRowStyles, getRowSytle, getViewMode, isCollapseable, isNonSelectableRow, readVersion, setCollapseable, setLastUpdate, setMessage, setNonSelectableRow, setNonSelectableRows, setRowStyles, setRowSytle, setViewMode, updateModel |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String CMD_CLASSNAME
private int columnCount
private NmNotebook notebook
private NmHTMLTreeNode current
private NmCommandBean cb
private Vector folders
private Vector bookmarks
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public NmNotebookFolderTable(NmNotebook _notebook, NmHTMLTreeNode _current, NmCommandBean _cb) throws WTException
_notebook
- _current
- _cb
-
WTException
public NmNotebookFolderTable() throws WTException
WTException
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class NmHTMLTable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class NmHTMLTable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(NmNotebookFolderTable thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public int getColumnCount()
public void setColumnCount(int a_ColumnCount)
a_ColumnCount
- public NmNotebook getNotebook()
public void setNotebook(NmNotebook a_Notebook)
a_Notebook
- public NmHTMLTreeNode getCurrent()
public void setCurrent(NmHTMLTreeNode a_Current)
a_Current
- public NmCommandBean getCb()
public void setCb(NmCommandBean a_Cb)
a_Cb
- public Vector getFolders()
public void setFolders(Vector a_Folders)
a_Folders
- public Vector getBookmarks()
public void setBookmarks(Vector a_Bookmarks)
a_Bookmarks
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |