|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtheque.primary.PrimaryUtils
public final class PrimaryUtils
The primary utils. This class give to modules some utilities methods to construct primary module.
Method Summary | |
---|---|
static void |
enableMenu(List<org.jtheque.core.managers.feature.Feature> addFeatures,
List<org.jtheque.core.managers.feature.Feature> removeFeatures,
List<org.jtheque.core.managers.feature.Feature> editFeatures)
Enable the menu of the primary utils module. |
static String |
getPrimaryImpl()
Return the current primary implementation. |
static void |
plug()
Plug the elements of the utils. |
static void |
prePlug()
Preplug the elements of the utils. |
static void |
setPrimaryImpl(String primaryImpl)
Set the current primary implementation. |
static void |
unplug()
Unplug the elements of the utils. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void prePlug()
public static void plug()
public static void unplug()
public static String getPrimaryImpl()
public static void setPrimaryImpl(String primaryImpl)
primaryImpl
- The current primary implementation.public static void enableMenu(List<org.jtheque.core.managers.feature.Feature> addFeatures, List<org.jtheque.core.managers.feature.Feature> removeFeatures, List<org.jtheque.core.managers.feature.Feature> editFeatures)
addFeatures
- The sub features of the add menu.removeFeatures
- The sub features of the remove menu.editFeatures
- The sub features of the edit menu.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |