|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.qriterium.dogma.gui.DogmaClipboard
public class DogmaClipboard
Method Summary | |
---|---|
void |
add(DogmaResource resource)
Adds a single DogmaResource into clipboard. |
void |
copyResources(DogmaResourceTable model,
int[] rows)
Copies multiple row from a table of DogmaResources to the clipboard. |
boolean |
dogmaResourceOnClipboard()
Function for checking the Clipboard status. |
java.util.Vector<DogmaResource> |
getContents()
Returns a Vector of DogmaResources currently on the clipboard. |
DogmaResource |
getFirstOnClipboard()
Returns the first DogmaResource currently on the clipboard. |
static DogmaClipboard |
getInstance()
Returns the singleton instance of DogmaClipboard |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DogmaClipboard getInstance()
public void add(DogmaResource resource)
resource
- DogmaResource to be addedpublic void copyResources(DogmaResourceTable model, int[] rows)
model
- model KTableSortedModel presenting the contentsbeginRow
- number indicating the begin rowendRow
- number indicating the end rowpublic DogmaResource getFirstOnClipboard()
public java.util.Vector<DogmaResource> getContents()
public boolean dogmaResourceOnClipboard()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |