|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--FileDefaultable
|
+--Layer
|
+--LayerClass
A layer that includes all members of a class.
| Field Summary | |
(package private) java.lang.Class |
memberclass
The class that this layer includes. |
private static long |
serialVersionUID
|
| Fields inherited from class Layer |
all, ALL, defaults, file, fixed, mindefaults, name, none, NONE |
| Fields inherited from class FileDefaultable |
curfile, defmap, filemap, fixedmap, minmap |
| Constructor Summary | |
(package private) |
LayerClass(java.lang.Class cla)
Build a layer including a class. |
(package private) |
LayerClass(java.lang.String str)
Build a layer including the class by name. |
| Method Summary | |
java.lang.Object |
clone()
Make a copy of this Layer. |
void |
copy(FileDefaultable thatitem)
Copy the value of another ClassLayer into this. |
boolean |
isMember(java.lang.Object target)
Accept the object if it is a member of the right class. |
| Methods inherited from class Layer |
edit, getName, readResolve |
| Methods inherited from class FileDefaultable |
absorb, add, check, checkAll, cloneSet, compareTo, equals, getAll, getAll, getArray, getDefs, getExisting, getFile, getFixed, getGlobal, getMin, lookup, lookup, mergeDelete, mergeFile, seperate, sortOut, toString, toSuperString |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private static final long serialVersionUID
java.lang.Class memberclass
| Constructor Detail |
LayerClass(java.lang.Class cla)
LayerClass(java.lang.String str)
| Method Detail |
public java.lang.Object clone()
clone in class Layerpublic void copy(FileDefaultable thatitem)
copy in class Layerpublic boolean isMember(java.lang.Object target)
isMember in class Layer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||