Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.maingui
Class CommandManager.CommandCategory  view CommandManager.CommandCategory download CommandManager.CommandCategory.java

java.lang.Object
  extended bycom.virtuosotechnologies.lib.base.UniqueObject
      extended bycom.virtuosotechnologies.lib.base.BasicEnumeratedType
          extended bycom.virtuosotechnologies.asaph.maingui.CommandManager.CommandCategory
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
CommandManager

public static final class CommandManager.CommandCategory
extends com.virtuosotechnologies.lib.base.BasicEnumeratedType

A category for commands, specifying where in the menus the command will appear, as well as additional behaviors involving appearance and enabling.


Field Summary
 
Fields inherited from class com.virtuosotechnologies.lib.base.UniqueObject
 
Constructor Summary
(package private) CommandManager.CommandCategory(java.lang.String str)
           
 
Methods inherited from class com.virtuosotechnologies.lib.base.BasicEnumeratedType
compareTo
 
Methods inherited from class com.virtuosotechnologies.lib.base.UniqueObject
equals, getUniqueObjectID, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandManager.CommandCategory

CommandManager.CommandCategory(java.lang.String str)