|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.model.NmPasteInfo
This class is a helper data model to drive the paste wizard. It will
contain info to determine which options are available and which wizard
to use.
Supported API: false
Extendable: false
Field Summary | |
private boolean |
allowCopy
|
private boolean |
allowLinks
|
private boolean |
allowShare
|
private static String |
CLASSNAME
|
private boolean |
doCopy
|
private boolean |
doCreateLinks
|
private boolean |
doCut
|
private boolean |
doShare
|
static long |
EXTERNALIZATION_VERSION_UID
|
private boolean |
multipleSourceContainers
|
private ArrayList |
objects
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private boolean |
projectDestination
|
private static String |
RESOURCE
|
private boolean |
sandbox
|
(package private) static long |
serialVersionUID
|
private boolean |
showTypes
|
Constructor Summary | |
NmPasteInfo()
|
Method Summary | |
ArrayList |
getObjects()
Gets the value of the attribute: objects. |
boolean |
isAllowCopy()
Gets the value of the attribute: allowCopy. |
boolean |
isAllowLinks()
Gets the value of the attribute: allowLinks. |
boolean |
isAllowShare()
Gets the value of the attribute: allowShare. |
boolean |
isDoCopy()
Gets the value of the attribute: doCopy; Tells the ui to execute the copy code without displaying the ui and/or skip the first step in the wizard to pick the type of paste.. |
boolean |
isDoCreateLinks()
Gets the value of the attribute: doCreateLinks; Tells the ui to execute the create links code or skip the first step of the wizard to pick type. |
boolean |
isDoCut()
Gets the value of the attribute: doCut; Tells the ui to execute the cut code. |
boolean |
isDoShare()
Gets the value of the attribute: doShare; Tells the ui to execute the share code or skip the first step of the wizard to pick type. |
boolean |
isMultipleSourceContainers()
Gets the value of the attribute: multipleSourceContainers. |
boolean |
isProjectDestination()
Gets the value of the attribute: projectDestination; Tells the ui if the destination container is a project, helps determine if it's a sandbox scenario and what types will be available. |
boolean |
isSandbox()
Gets the value of the attribute: sandbox. |
boolean |
isShowTypes()
Gets the value of the attribute: showTypes; Tells the ui to show the pick types page or not. |
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(NmPasteInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setAllowCopy(boolean a_AllowCopy)
Sets the value of the attribute: allowCopy. |
void |
setAllowLinks(boolean a_AllowLinks)
Sets the value of the attribute: allowLinks. |
void |
setAllowShare(boolean a_AllowShare)
Sets the value of the attribute: allowShare. |
void |
setDoCopy(boolean a_DoCopy)
Sets the value of the attribute: doCopy; Tells the ui to execute the copy code without displaying the ui and/or skip the first step in the wizard to pick the type of paste.. |
void |
setDoCreateLinks(boolean a_DoCreateLinks)
Sets the value of the attribute: doCreateLinks; Tells the ui to execute the create links code or skip the first step of the wizard to pick type. |
void |
setDoCut(boolean a_DoCut)
Sets the value of the attribute: doCut; Tells the ui to execute the cut code. |
void |
setDoShare(boolean a_DoShare)
Sets the value of the attribute: doShare; Tells the ui to execute the share code or skip the first step of the wizard to pick type. |
void |
setMultipleSourceContainers(boolean a_MultipleSourceContainers)
Sets the value of the attribute: multipleSourceContainers. |
void |
setObjects(ArrayList a_Objects)
Sets the value of the attribute: objects. |
void |
setProjectDestination(boolean a_ProjectDestination)
Sets the value of the attribute: projectDestination; Tells the ui if the destination container is a project, helps determine if it's a sandbox scenario and what types will be available. |
void |
setSandbox(boolean a_Sandbox)
Sets the value of the attribute: sandbox. |
void |
setShowTypes(boolean a_ShowTypes)
Sets the value of the attribute: showTypes; Tells the ui to show the pick types page or not. |
String |
toString()
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private boolean allowShare
private boolean allowLinks
private boolean allowCopy
private boolean doCut
private boolean doCopy
private boolean doCreateLinks
private boolean sandbox
private boolean multipleSourceContainers
private ArrayList objects
private boolean doShare
private boolean showTypes
private boolean projectDestination
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public NmPasteInfo()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(NmPasteInfo 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 boolean isAllowShare()
public void setAllowShare(boolean a_AllowShare)
a_AllowShare
- public boolean isAllowLinks()
public void setAllowLinks(boolean a_AllowLinks)
a_AllowLinks
- public boolean isAllowCopy()
public void setAllowCopy(boolean a_AllowCopy)
a_AllowCopy
- public boolean isDoCut()
public void setDoCut(boolean a_DoCut)
a_DoCut
- public boolean isDoCopy()
public void setDoCopy(boolean a_DoCopy)
a_DoCopy
- public boolean isDoCreateLinks()
public void setDoCreateLinks(boolean a_DoCreateLinks)
a_DoCreateLinks
- public boolean isSandbox()
public void setSandbox(boolean a_Sandbox)
a_Sandbox
- public boolean isMultipleSourceContainers()
public void setMultipleSourceContainers(boolean a_MultipleSourceContainers)
a_MultipleSourceContainers
- public ArrayList getObjects()
public void setObjects(ArrayList a_Objects) throws WTPropertyVetoException
a_Objects
-
WTPropertyVetoException
public boolean isDoShare()
public void setDoShare(boolean a_DoShare)
a_DoShare
- public boolean isShowTypes()
public void setShowTypes(boolean a_ShowTypes)
a_ShowTypes
- public boolean isProjectDestination()
public void setProjectDestination(boolean a_ProjectDestination)
a_ProjectDestination
- public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |