|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.LayerManager
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
static java.lang.String |
BEND_LAYER_NAME
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.Integer |
DEFAULT_BEND_DRAG_LAYER
Convenience object defining the Bend layer. |
static java.lang.Integer |
DEFAULT_BEND_LAYER
Convenience object defining the Bend layer. |
static java.lang.Integer |
DEFAULT_ELEMENT_DRAG_LAYER
Convenience object defining the Default layer. |
static java.lang.Integer |
DEFAULT_ELEMENT_LAYER
Convenience object defining the Default layer. |
static java.lang.Integer |
DEFAULT_LINE_DRAG_LAYER
Convenience object defining the Default layer. |
static java.lang.Integer |
DEFAULT_LINE_LAYER
Convenience object defining the Default layer. |
static java.lang.String |
DRAG_LAYER_PREFIX
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
ELEMENT_LAYER_NAME
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
LINE_LAYER_NAME
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
protected |
LayerManager()
Constructor for class LayerManager |
Method Summary | |
boolean |
addToLayerPositions(java.lang.String key,
java.lang.Integer value)
UMLMethod: '+ addToLayerPositions (key: String, value: Integer): Boolean'. |
boolean |
addToLayerTypes(java.lang.Class key,
java.lang.String value)
UMLMethod: '+ addToLayerTypes (key: Class, value: String): Boolean'. |
java.util.Iterator |
entriesOfLayerPositions()
UMLMethod: '+ entriesOfLayerPositions (): Iterator'. |
java.util.Iterator |
entriesOfLayerTypes()
UMLMethod: '+ entriesOfLayerTypes (): Iterator'. |
static LayerManager |
get()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Integer |
getDefaultDragLayer()
Get the defaultDragLayer attribute of the LayerManager object |
java.lang.Integer |
getDefaultLayer()
Get the defaultLayer attribute of the LayerManager object |
java.lang.String |
getDefaultLayerType()
Get the defaultLayerType attribute of the LayerManager object |
int |
getDragLayer(javax.swing.JComponent comp)
Get the dragLayer attribute of the LayerManager object |
java.lang.Integer |
getFromLayerPositions(java.lang.String key)
UMLMethod: '+ getFromLayerPositions (key: String): Integer'. |
java.lang.String |
getFromLayerTypes(java.lang.Class key)
UMLMethod: '+ getFromLayerTypes (key: Class): String'. |
int |
getLayer(javax.swing.JComponent comp)
Get the layer attribute of the LayerManager object |
java.lang.String |
getLayerType(javax.swing.JComponent comp)
Get the layerType attribute of the LayerManager object |
boolean |
hasInLayerPositions(java.lang.Integer value)
UMLMethod: '+ hasInLayerPositions (value: Integer): Boolean'. |
boolean |
hasInLayerPositions(java.lang.String key,
java.lang.Integer value)
UMLMethod: '+ hasInLayerPositions (key: String, value: Integer): Boolean'. |
boolean |
hasInLayerTypes(java.lang.Class key,
java.lang.String value)
UMLMethod: '+ hasInLayerTypes (key: Class, value: String): Boolean'. |
boolean |
hasInLayerTypes(java.lang.String value)
UMLMethod: '+ hasInLayerTypes (value: String): Boolean'. |
boolean |
hasKeyInLayerPositions(java.lang.String key)
UMLMethod: '+ hasKeyInLayerPositions (key: String): Boolean'. |
boolean |
hasKeyInLayerTypes(java.lang.Class key)
UMLMethod: '+ hasKeyInLayerTypes (key: Class): Boolean'. |
java.util.Iterator |
iteratorOfLayerPositions()
UMLMethod: '+ iteratorOfLayerPositions (): Iterator'. |
java.util.Iterator |
iteratorOfLayerTypes()
UMLMethod: '+ iteratorOfLayerTypes (): Iterator'. |
java.util.Iterator |
keysOfLayerPositions()
UMLMethod: '+ keysOfLayerPositions (): Iterator'. |
java.util.Iterator |
keysOfLayerTypes()
UMLMethod: '+ keysOfLayerTypes (): Iterator'. |
void |
removeAllFromLayerPositions()
UMLMethod: '+ removeAllFromLayerPositions (): Void'. |
void |
removeAllFromLayerTypes()
UMLMethod: '+ removeAllFromLayerTypes (): Void'. |
boolean |
removeFromLayerPositions(java.lang.Integer value)
UMLMethod: '+ removeFromLayerPositions (value: Integer): Boolean'. |
boolean |
removeFromLayerPositions(java.lang.String key,
java.lang.Integer value)
UMLMethod: '+ removeFromLayerPositions (key: String, value: Integer): Boolean'. |
boolean |
removeFromLayerTypes(java.lang.Class key,
java.lang.String value)
UMLMethod: '+ removeFromLayerTypes (key: Class, value: String): Boolean'. |
boolean |
removeFromLayerTypes(java.lang.String value)
UMLMethod: '+ removeFromLayerTypes (value: String): Boolean'. |
boolean |
removeKeyFromLayerPositions(java.lang.String key)
UMLMethod: '+ removeKeyFromLayerPositions (key: String): Boolean'. |
boolean |
removeKeyFromLayerTypes(java.lang.Class key)
UMLMethod: '+ removeKeyFromLayerTypes (key: Class): Boolean'. |
boolean |
setDefaultDragLayer(java.lang.Integer value)
Sets the defaultDragLayer attribute of the LayerManager object |
boolean |
setDefaultLayer(java.lang.Integer value)
Sets the defaultLayer attribute of the LayerManager object |
boolean |
setDefaultLayerType(java.lang.String value)
Sets the defaultLayerType attribute of the LayerManager object |
void |
setDefaults()
Sets the defaults attribute of the LayerManager object |
static void |
setLayerType(javax.swing.JComponent comp,
java.lang.String name)
Sets the layerType attribute of the LayerManager class |
int |
sizeOfLayerPositions()
UMLMethod: '+ sizeOfLayerPositions ()'. |
int |
sizeOfLayerTypes()
UMLMethod: '+ sizeOfLayerTypes ()'. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ELEMENT_LAYER_NAME
public static final java.lang.String BEND_LAYER_NAME
public static final java.lang.String LINE_LAYER_NAME
public static final java.lang.Integer DEFAULT_ELEMENT_LAYER
public static final java.lang.Integer DEFAULT_BEND_LAYER
public static final java.lang.Integer DEFAULT_LINE_LAYER
public static final java.lang.Integer DEFAULT_ELEMENT_DRAG_LAYER
public static final java.lang.Integer DEFAULT_BEND_DRAG_LAYER
public static final java.lang.Integer DEFAULT_LINE_DRAG_LAYER
public static final java.lang.String DRAG_LAYER_PREFIX
Constructor Detail |
protected LayerManager()
Method Detail |
public static LayerManager get()
public void setDefaults()
public int getLayer(javax.swing.JComponent comp)
comp
- No description provided
public int getDragLayer(javax.swing.JComponent comp)
comp
- No description provided
public java.lang.String getLayerType(javax.swing.JComponent comp)
comp
- No description provided
public static void setLayerType(javax.swing.JComponent comp, java.lang.String name)
comp
- The new layerType valuename
- The new layerType valuepublic boolean setDefaultLayerType(java.lang.String value)
value
- The new defaultLayerType value
public java.lang.String getDefaultLayerType()
public boolean setDefaultLayer(java.lang.Integer value)
value
- The new defaultLayer value
public java.lang.Integer getDefaultLayer()
public boolean setDefaultDragLayer(java.lang.Integer value)
value
- The new defaultDragLayer value
public java.lang.Integer getDefaultDragLayer()
public boolean hasInLayerTypes(java.lang.String value)
value
- No description provided
public boolean hasInLayerTypes(java.lang.Class key, java.lang.String value)
key
- No description providedvalue
- No description provided
public boolean hasKeyInLayerTypes(java.lang.Class key)
key
- No description provided
public java.util.Iterator iteratorOfLayerTypes()
public java.util.Iterator keysOfLayerTypes()
public java.util.Iterator entriesOfLayerTypes()
public int sizeOfLayerTypes()
public java.lang.String getFromLayerTypes(java.lang.Class key)
key
- No description provided
public boolean addToLayerTypes(java.lang.Class key, java.lang.String value)
key
- The object added.value
- The object added.
public boolean removeFromLayerTypes(java.lang.String value)
value
- No description provided
public boolean removeFromLayerTypes(java.lang.Class key, java.lang.String value)
key
- No description providedvalue
- No description provided
public boolean removeKeyFromLayerTypes(java.lang.Class key)
key
- No description provided
public void removeAllFromLayerTypes()
public boolean hasInLayerPositions(java.lang.Integer value)
value
- No description provided
public boolean hasInLayerPositions(java.lang.String key, java.lang.Integer value)
key
- No description providedvalue
- No description provided
public boolean hasKeyInLayerPositions(java.lang.String key)
key
- No description provided
public java.util.Iterator iteratorOfLayerPositions()
public java.util.Iterator keysOfLayerPositions()
public java.util.Iterator entriesOfLayerPositions()
public int sizeOfLayerPositions()
public java.lang.Integer getFromLayerPositions(java.lang.String key)
key
- No description provided
public boolean addToLayerPositions(java.lang.String key, java.lang.Integer value)
key
- The object added.value
- The object added.
public boolean removeFromLayerPositions(java.lang.Integer value)
value
- No description provided
public boolean removeFromLayerPositions(java.lang.String key, java.lang.Integer value)
key
- No description providedvalue
- No description provided
public boolean removeKeyFromLayerPositions(java.lang.String key)
key
- No description provided
public void removeAllFromLayerPositions()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |