Package net.anwiba.commons.swing.action
Class AbstractIdBasedWeightDescription
- java.lang.Object
-
- net.anwiba.commons.swing.action.AbstractIdBasedWeightDescription
-
- All Implemented Interfaces:
IWeightDescription
- Direct Known Subclasses:
AbstractActionGroupDescription,MenuDescription,ToolBarDescription
public abstract class AbstractIdBasedWeightDescription extends java.lang.Object implements IWeightDescription
-
-
Constructor Summary
Constructors Constructor Description AbstractIdBasedWeightDescription(java.lang.String id, int weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()intgetWeight()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getWeight
public int getWeight()
- Specified by:
getWeightin interfaceIWeightDescription
-
-